aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/pointf_write.qml
blob: 9ee3fc1bdaacbf0978783a5f3e3a176e63c976aa (plain)
1
2
3
4
5
6
import Test 1.0

MyTypeObject {
    pointf.x: if (true) 6.8
    pointf.y: if (true) 9.3
}