aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/listlength.qml
blob: 2a5832aa034a3d7e4b42e150fda3e13fb2b858c4 (plain)
1
2
3
4
5
6
7
8
import QtQuick

Item {
    property int l: children.length

    Item {}
    Item {}
}