aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/TypeAnnotationCycle2.qml
blob: 9e3ffa86d2361faacf5ca78cb4027719d41def9c (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    property QtObject b
    function addTypeAnnotationCycle1(c: TypeAnnotationCycle1) { b = c; }
}