mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
tests passing with smarter block syntax with optional parens
This commit is contained in:
@@ -12,7 +12,7 @@ print result is true and result2 is true
|
||||
|
||||
# Assign to conditional.
|
||||
|
||||
get_x: () => 10
|
||||
get_x: => 10
|
||||
|
||||
if x: get_x() then 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user