aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/SegFault.bad.qml
blob: c31777e7c8a06f2a357691b775b65f2e8f5c9769 (plain)
1
2
3
4
5
6
import QtQuick as T
T.Item {
    T.Rectangle {
        property int length: parent.T.Screen.foobar
    }
}