aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/unaryExpression.qml
blob: 0d40bec710b3ffd272e5342d227bbc3cbc668f7a (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Item {

    Component.onCompleted:
++bar

    property int bar: 0
}