aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/goodGeneralizedGroup.qml
blob: 97c821adb7c6cfbb524bc9b5e95b07dbf70a8853 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick
import Things

Item {
    id: self
    WithImmediate {
        self.x: 15 - 1
    }
}