Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / Scope6Nested.qml
1 import Qt.test 1.0
2
3 MyQmlObject {
4     function runtest(obj) {
5         return obj.MyQmlObject.value == 19;
6     }
7 }