qtdeclarative/tests/auto/qml/qmlcppcodegen/data/badSequence.qml

7 lines
98 B
QML

import TestTypes
Person {
property Person other: Person { id: oo }
barzles: oo.barzles
}