From 7d219774a6422d951af08bd029171c0c291e30fd Mon Sep 17 00:00:00 2001 From: phaller Date: Tue, 8 May 2012 11:40:03 +0200 Subject: Add test for t5564 in pending/pos --- test/pending/pos/t5564.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/pending/pos/t5564.scala (limited to 'test/pending') diff --git a/test/pending/pos/t5564.scala b/test/pending/pos/t5564.scala new file mode 100644 index 0000000000..1783a903ed --- /dev/null +++ b/test/pending/pos/t5564.scala @@ -0,0 +1,5 @@ +trait C + +class Foo[@specialized(Int) T, A] { + def bar[B >: A <: C]: T = ??? +} -- cgit v1.2.3