summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.2.qml
blob: b11d34c48f3ab040fd36cbc02ea47ff1b089bd68 (plain)
1
2
3
4
5
6
7
import Qt 4.6 

Object {
    property int o;
    o.blah: 10
}