Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / unaryExpression.qml
1 import QtQuick 2.0
2
3 Item {
4
5     Component.onCompleted:
6 ++bar
7
8     property int bar: 0
9 }