aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/inlineComponentNoComponent.qml
blob: f72b0a27c56fb143f57111a588feef8e2ff3b0f0 (plain)
1
2
3
4
5
import QtQuick 2.0
Item {
 component Base : eItm { }
}