aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.2.qml
blob: 3e516738d64a78b5402430aef6436fe3e49175cc (plain)
1
2
3
4
5
6
7
import QtQuick 2.0 

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