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

8 lines
136 B
QML

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