aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/icSimpleCycle.qml
blob: 69e74f7c967ff43dc3fa84221af4d995aa9045c8 (plain)
1
2
3
4
5
6
import QtQuick 2.15

Item {
    component A : B {}
    component B: A {}
}