summaryrefslogtreecommitdiff
path: root/tests/auto/qml/reformatter/objectliteral.js
blob: 478d550573cbd9fcbe17b02e7a20047335459f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
var x = {
    x: 12,
    y: {
        x: 12,
        y: "abc",
        z: function (x) {
               return a
           },
        abc: 15
    },
    z: 12
}