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

MyTypeObject {
    grouped: "10x10"
    grouped.value: 10
}