aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/nestedInlineComponents.qml
blob: e2a32df092f48e27faa5d255e4f8f54f56bd237a (plain)
1
2
3
4
5
6
7
import QtQml

QtObject {
    component IC: QtObject {
        component IC2: QtObject {}
    }
}