aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/largeBindings.qml
blob: a2249f6815e8884ae323789cd5f7a02bbd4cc88b (plain)
1
2
3
4
5
6
7
8
9
10
11
QtObject
{
    // THIS NEEDS TO BE LAST
    largeBinding: {
        var x = 300;
        console.log(x);
    }  

    small1: 3
    small2: foo
}