2015-01-04 19:40:09 +11:00

7 lines
107 B
JavaScript

// Options: --computed-property-names=false
// Error: :5:3: Unexpected token [
var object = {
[1]: 2
};