Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / qtbug_21864.js
1 var a = { b: 10 }
2 var test = (typeof a) == "object"