qtdeclarative/tests/auto/qml/qmllint/data/goodGeneralizedGroup.qml

10 lines
101 B
QML

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