From 996f47d48c3c10c51da58558643ec02844e45687 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 16 May 2014 14:00:49 +0200 Subject: tests t26xx --- tests/pending/pos/t2613.scala | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/pending/pos/t2613.scala (limited to 'tests/pending/pos/t2613.scala') diff --git a/tests/pending/pos/t2613.scala b/tests/pending/pos/t2613.scala new file mode 100644 index 000000000..c234d4c0d --- /dev/null +++ b/tests/pending/pos/t2613.scala @@ -0,0 +1,11 @@ +import language.existentials + +object Test { + class Row + + abstract class MyRelation [R <: Row, +Relation <: MyRelation[R, Relation]] + + type M = MyRelation[_ <: Row, _ <: MyRelation] + + val (x,y): (String, M) = null +} -- cgit v1.2.3