Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / propertyVarOwnership.4.type2.qml
1 import QtQuick 2.0
2
3 // Has a reference to propertyVarOwnership.4.type1.qml in creatorRef
4 Item {
5     property var creatorRef
6 }