aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/invalidID.5.qml
blob: 5b92a1a0eb192dbde80e9c299a747b153d696e98 (plain)
1
2
3
4
5
6
import Test 1.0
import Test 1.0 as hello
MyQmlObject {
    id: hello
}