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

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