Files
coffeescript/test/fixtures/execution/test_funky_comments.coffee
2010-01-29 23:30:54 -05:00

22 lines
226 B
CoffeeScript

# comment
func: ->
# comment
false
false # comment
false
# comment
true
switch 'string'
# comment
when false then something()
# comment
when null
something_else()
->
code()
# comment
puts func()