063525a6f041c29e78655d1458b5163aa86cc298
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / point_write.qml
1 import Test 1.0
2
3 MyTypeObject {
4     point.x: if (true) 11
5     point.y: if (true) 12
6 }