aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/unknownParentDefaultPropertyCheck.qml
blob: 45e738ceaedc5a4c7d808d088153f741a5d27a62 (plain)
1
2
3
4
5
6
import QtQuick

Alien { // does -intentionally- not exist
  Item {}
  Item {}
}