aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/nonexistantProperty.3.qml
blob: 5b08608862fb1dace376e8676a1194c82efe558e (plain)
1
2
3
4
import Test 1.0
MyQmlObject { 
    something: 1 + 1 
}