summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/invalidID.3.qml
blob: 668417286bd0569f21e2c0d77a69f380e480b25a (plain)
1
2
3
4
5
import Test 1.0
MyQmlObject {
    id.other: 10
}