aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.5.qml
blob: 55cefe66b9f88406a6321229cecc14e9b4c99149 (plain)
1
2
3
4
5
import Test 1.0

MyTypeObject {
    rectProperty.x.foo: 100
}