From 8d42319cee2411c23be370f2ff4780145feee648 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 10 Oct 2019 01:38:40 +0200 Subject: [PATCH] :art: Test scan0 --- tests/tree/class_not_template_inside_template.gw | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/tree/class_not_template_inside_template.gw diff --git a/tests/tree/class_not_template_inside_template.gw b/tests/tree/class_not_template_inside_template.gw new file mode 100644 index 00000000..7f8774ce --- /dev/null +++ b/tests/tree/class_not_template_inside_template.gw @@ -0,0 +1,7 @@ +class <~A~>C { + class D { + + } +} + +<~int~>C->D d; -- 2.43.0