aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes/data/point_write.qml
blob: 063525a6f041c29e78655d1458b5163aa86cc298 (plain)
1
2
3
4
5
6
import Test 1.0

MyTypeObject {
    point.x: if (true) 11
    point.y: if (true) 12
}