From a129444bb0156c936900dbd2f12bd9f427ff366c Mon Sep 17 00:00:00 2001 From: Qt by Nokia Date: Wed, 27 Apr 2011 14:13:26 +0200 Subject: Initial import from qtquick2. Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469 --- tests/auto/declarative/qdeclarativeecmascript/data/scope.6.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/auto/declarative/qdeclarativeecmascript/data/scope.6.qml (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/scope.6.qml') diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/scope.6.qml b/tests/auto/declarative/qdeclarativeecmascript/data/scope.6.qml new file mode 100644 index 0000000000..1c81e4e945 --- /dev/null +++ b/tests/auto/declarative/qdeclarativeecmascript/data/scope.6.qml @@ -0,0 +1,10 @@ +import QtQuick 1.0 + +Item { + id: me + property bool test: nested.runtest(me); + + Scope6Nested { + id: nested + } +} -- cgit v1.2.3