Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / qtbug_22843.library.qml
1 import "qtbug_22843.library.js" as MyScript
2 import QtQuick 2.0
3
4 QtObject {
5   Component.onCompleted: MyScript.func()
6 }