From bc7064f1f299e240864e4c5de8f608b48f1a3121 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 10 Oct 2019 16:17:51 +0200 Subject: [PATCH] :art: Mre test on, tmpl func --- tests/tree/tmpl_fail_inner.gw | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/tree/tmpl_fail_inner.gw diff --git a/tests/tree/tmpl_fail_inner.gw b/tests/tree/tmpl_fail_inner.gw new file mode 100644 index 00000000..48074b72 --- /dev/null +++ b/tests/tree/tmpl_fail_inner.gw @@ -0,0 +1,5 @@ +fun void test<~A~>(int i) { + test<~A~>(2.3); +} + +test<~int~>(3); -- 2.43.0