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

MyTypeObject {
    rectProperty.x: 100
    rectProperty.x: 101
}