mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 12:11:50 +00:00
Support object literal shorthands
This commit is contained in:
@ -4,6 +4,8 @@ var obj = {
|
||||
"c": false,
|
||||
d: {
|
||||
a: 123,
|
||||
"b": {}
|
||||
"b": {},
|
||||
c,
|
||||
d: d
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user