aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/propertyOverride.qml
blob: 04c28485bb3f49c9db9f15a789d2b9f6995e5b51 (plain)
1
2
3
4
5
import QtQuick 2.15

PropertyBase2 {
    foo: Item {}
}