aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badParent.qml
blob: f381f059cc94e38d4b7fc8cf50a5df7404a817b3 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Item {
    Item {
        property int yyy: parent.rrr
    }
}