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

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