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

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