aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/unknownElement.qml
blob: 1323593031ffc76207bf1565294f0ef56791f9fe (plain)
1
2
3
4
5
6
7
import QtQuick 2.12

Item {
    Unknown {
        property int x: parent.x
    }
}