Files
qt-creator/tests/auto/qml/reformatter/objectliteral.js

15 lines
193 B
JavaScript
Raw Normal View History

var x = {
"x": 12,
"y": {
"x": 12,
"y": "abc",
"z": function (x) {
return a
},
"abc": 15
},
"z": 12
}
var empty_object = {}