summaryrefslogtreecommitdiffstats
path: root/examples/declarative/namespaces/lib/Wrong/Wrong.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/namespaces/lib/Wrong/Wrong.qml')
-rw-r--r--examples/declarative/namespaces/lib/Wrong/Wrong.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/declarative/namespaces/lib/Wrong/Wrong.qml b/examples/declarative/namespaces/lib/Wrong/Wrong.qml
new file mode 100644
index 0000000..3af55f6
--- /dev/null
+++ b/examples/declarative/namespaces/lib/Wrong/Wrong.qml
@@ -0,0 +1,3 @@
+<Rect>
+ <Local/> <!-- not allowed - not in this component! -->
+</Rect>