1 import Qt.test 1.0
2
3 MyQmlObject {
4 property bool setUndefined: false
5
6 resettableProperty: setUndefined?undefined:92
7 }