Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / scriptErrors.js
1 // Comment
2 a = 10
3
4 function getValue() { a = 10; return 0; }