Files
coffeescript/test/fixtures/execution/test_funky_comments.coffee
2010-01-10 17:36:06 -05:00

18 lines
203 B
CoffeeScript

# comment
func: =>
# comment
false
false # comment
false
# comment
true
switch 'string'
# comment
when false then something()
# comment
when null
something_else()
print(func())