summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlparser/idProperty.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlparser/idProperty.txt')
-rw-r--r--tests/auto/declarative/qmlparser/idProperty.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/idProperty.txt b/tests/auto/declarative/qmlparser/idProperty.txt
new file mode 100644
index 0000000..9c7d6fb
--- /dev/null
+++ b/tests/auto/declarative/qmlparser/idProperty.txt
@@ -0,0 +1,7 @@
+MyContainer {
+ property var object : MyObjectId
+
+ MyTypeObject {
+ id: MyObjectId
+ }
+}