summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/SpuriousWarning.qml
blob: e144de79f39ba63878ecbea54bede8b98a2df798 (plain)
1
2
3
4
5
import Qt 4.7

Item {
    property int children: root.children.length
}