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

10 lines
198 B
QML
Raw Normal View History

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