DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmllint / data / badGeneralizedGroup2.qml
123456789
import QtQuick import Things Item { id: self WithImmediate { aself.x: 15 - 1 } }