aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.8.qml
blob: 56fca9b9907ca396790f60a0dd1e6037450d6215 (plain)
1
2
3
4
5
6
import Test 1.0

MyTypeObject {
    pointProperty: "10x10"
    pointProperty.x: 10
}