vim/sadness/bike/ide-integration/test/scrap2.py @ 7834f1e31a2f

vim: add coffeescript
author Steve Losh <steve@stevelosh.com>
date Thu, 13 Jan 2011 18:17:12 -0500
parents cfd5d659d737
children (none)
from scrap import MyClass, testFunction

b = MyClass()

b.myMethod()


c = abcde()

c.myMethod()


d = defgh()

d.myMethod()


e = MyClass()

e.myMethod()