aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/QtBug85003.qml
blob: 5d039cb9cad94e3da5f3d4cb27fc4594b33562b5 (plain)
1
2
3
4
5
6
Item {
     Component.onCompleted:
     {
        if (3 < 2) console.log("Foo"); else { console.log("Bar"); }
     }
}