mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
764: made boolean/number/regex indexable
This commit is contained in:
@@ -240,3 +240,8 @@ eq result.two, obj.list()[1]
|
||||
|
||||
#542: Objects leading expression statement should be parenthesized.
|
||||
{f: -> ok yes }.f() + 1
|
||||
|
||||
|
||||
#764: Boolean/Number should be indexable.
|
||||
ok 42['toString']
|
||||
ok on['toString']
|
||||
|
||||
Reference in New Issue
Block a user