aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/nonexistantProperty.7.qml
blob: 3b66a5f6c7f70d796b5ba830e1dcf91356f4bfd1 (plain)
1
2
3
4
import Test 1.0
MyQmlObject {
    nonExistantGrouped.blah: MyQmlObject {}
}