import Qt.test 1.0
ClassWithQObjectProperty {
property int anotherValue: 1
property bool toggle: false
value2: toggle ? undefined : anotherValue
}