From eb4bb1d092014be19b1669a7c16c6df3e11fda28 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 19 Dec 2014 19:01:29 +0100 Subject: New passing tests. --- tests/pos/SI-5788.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pos/SI-5788.scala (limited to 'tests/pos/SI-5788.scala') diff --git a/tests/pos/SI-5788.scala b/tests/pos/SI-5788.scala new file mode 100644 index 000000000..f29246180 --- /dev/null +++ b/tests/pos/SI-5788.scala @@ -0,0 +1,3 @@ +trait Foo[@specialized(Int) A] { + final def bar(a:A):A = bar(a) +} -- cgit v1.2.3