mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
removed yield from the reserved words
This commit is contained in:
@@ -140,7 +140,7 @@ test "`Future Reserved Word`s, `eval` and `arguments` restrictions", ->
|
||||
tryCatch = (keyword, check = strict) ->
|
||||
check "try new Error catch #{keyword}"
|
||||
|
||||
future = 'implements interface let package private protected public static yield'.split ' '
|
||||
future = 'implements interface let package private protected public static'.split ' '
|
||||
for keyword in future
|
||||
access keyword
|
||||
assign keyword
|
||||
|
||||
Reference in New Issue
Block a user