mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
Issue #748 -- trailing reserved idenitifer.
This commit is contained in:
@@ -135,3 +135,12 @@ ok result is 70
|
||||
# Issue #738
|
||||
func = if true then -> 1
|
||||
eq func(), 1
|
||||
|
||||
|
||||
# Issue #748. Trailing reserved identifiers.
|
||||
obj = delete: true
|
||||
|
||||
result = if obj.delete
|
||||
101
|
||||
|
||||
ok result is 101
|
||||
|
||||
Reference in New Issue
Block a user