]> Nishi Git Mirror - gwion.git/commitdiff
:art: Test scan0
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 23:38:40 +0000 (01:38 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 23:38:40 +0000 (01:38 +0200)
tests/tree/class_not_template_inside_template.gw [new file with mode: 0644]

diff --git a/tests/tree/class_not_template_inside_template.gw b/tests/tree/class_not_template_inside_template.gw
new file mode 100644 (file)
index 0000000..7f8774c
--- /dev/null
@@ -0,0 +1,7 @@
+class <~A~>C {
+  class D {
+
+  }
+}
+
+<~int~>C->D d;