mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
4 lines
79 B
CoffeeScript
4 lines
79 B
CoffeeScript
|
{a = 1} = {a: null}
|
||
|
|
||
|
a # Equals 1 in CoffeeScript 1.x, null in CoffeeScript 2
|