aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/data/Zzz.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmlls/utils/data/Zzz.qml')
-rw-r--r--tests/auto/qmlls/utils/data/Zzz.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qmlls/utils/data/Zzz.qml b/tests/auto/qmlls/utils/data/Zzz.qml
new file mode 100644
index 0000000000..fa0edf69dc
--- /dev/null
+++ b/tests/auto/qmlls/utils/data/Zzz.qml
@@ -0,0 +1,12 @@
+import QtQuick 2.11
+
+Item {
+ id: zzz
+ height: 333
+
+ Rectangle {
+ width: zzz.height
+ }
+
+ property int propertyOfZZZ
+}