mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
fixing weepy's comment scenario
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# comment
|
||||
func: =>
|
||||
# comment
|
||||
false
|
||||
false # comment
|
||||
false
|
||||
# comment
|
||||
true
|
||||
|
||||
print(func())
|
||||
|
||||
print(func())
|
||||
|
||||
Reference in New Issue
Block a user