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

Item {
    Component {
        Rectangle {}
    }
}