From de8d3f9a452fd212236c70e3fb3af5dc9d028d8a Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 23 Feb 2017 13:08:50 +0100 Subject: Check that #2024 is fixed. --- tests/pos/tailcall/i2024.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/pos/tailcall/i2024.scala (limited to 'tests') diff --git a/tests/pos/tailcall/i2024.scala b/tests/pos/tailcall/i2024.scala new file mode 100644 index 000000000..aba1db2e5 --- /dev/null +++ b/tests/pos/tailcall/i2024.scala @@ -0,0 +1,4 @@ +object Test { +// def main(args: Array[String]): Unit = { } + def assume[T]: Any = assume +} -- cgit v1.2.3