aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/importVersionMissingBuiltIn.qml
blob: 23ed566e15582ba2b2cdf1375fef25e763bb81d9 (plain)
1
2
3
4
5
6
7
import Test as S

S.MyQmlObject {
    property real x;
    property real y;
}