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:
parent
5bdf78d5ec
commit
7142131f3d
1 changed files with 11 additions and 0 deletions
|
@ -144,3 +144,14 @@ fn = ->
|
|||
###
|
||||
|
||||
fn2 = ->
|
||||
|
||||
|
||||
class A
|
||||
b: ->
|
||||
|
||||
###
|
||||
Comment
|
||||
###
|
||||
c: ->
|
||||
|
||||
ok A.prototype.c instanceof Function
|
Loading…
Reference in a new issue