summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/SpuriousWarning.qml
blob: 3427a3b27a364d5dc31d86d1b80cbe7885c16578 (plain)
1
2
3
4
5
import QtQuick 1.0

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