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