aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/data/shadowing.qml
blob: 4d119d8884370fb32c6c209338955e6f825084dd (plain)
1
2
3
4
5
import QtQuick 2.14

BaseWithRequired {
    property int i: 13
}