aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/data/requiredSetInSameFile.qml
blob: 76dfcd87e5c74f47ca8d30cb8ac9dd13e1345ca7 (plain)
1
2
3
4
5
6
import QtQuick 2.14

Item {
    required property int i
    i: 42
}