1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

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

View file

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