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

    small1: 3
    small2: foo
    smallButNeedsBraces: if (foo) { bar(); }
}