adding herecomment in class definition test.

This commit is contained in:
Jeremy Ashkenas 2010-08-10 23:06:06 -04:00
parent 5bdf78d5ec
commit 7142131f3d
1 changed files with 11 additions and 0 deletions

View File

@ -144,3 +144,14 @@ fn = ->
###
fn2 = ->
class A
b: ->
###
Comment
###
c: ->
ok A.prototype.c instanceof Function