aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/dontRemoveComments.qml
blob: 17978348796ea2234a75fbc25554f559e4856bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Item {
    property var test: [{
// Testing
            "foo": "bar"
        }]

    onTestChanged: {
        fooBar(test, {
                // Testing
            "foo": "bar"
        });
    }
}