summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlparser/invalidID.4.qml
blob: 1f15fceb760181acc826a8ebeea9dc5c77fe97c3 (plain)
1
2
3
4
5
6
import Test 1.0
MyQmlObject {
    id: Hello
    id: World
}