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

6 lines
56 B
QML

import QtQuick 2.15
PropertyBase2 {
foo: Item {}
}