aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/objectBoundToVar.qml
blob: 405a06a1c49d82051465c7706ecbb53fca5f7463 (plain)
1
2
3
4
import QtQml
QtObject {
    property var child: QtObject { }
}