aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/propertyInit.2.qml
blob: fa690ba6bc4bb0cbb23e47762567fe5acec225d5 (plain)
1
2
3
4
5
6
import QtQuick 2.0

QtObject {
    property int test: if (b == 1) 123; else 321;
    property int b: 1
}