From d42f62bbd76df85ed57162118a8c720f50bbd5c5 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Fri, 6 Nov 2009 18:00:43 +0000 Subject: Fixed initial variable binding for method param... Fixed initial variable binding for method parameters, that caused the inliner to infer wrong types for tail recursive methods --- test/files/run/inliner-infer.check | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/run/inliner-infer.check (limited to 'test/files/run/inliner-infer.check') diff --git a/test/files/run/inliner-infer.check b/test/files/run/inliner-infer.check new file mode 100644 index 0000000000..d702bd602d --- /dev/null +++ b/test/files/run/inliner-infer.check @@ -0,0 +1,2 @@ +non-empty +empty -- cgit v1.2.3