From c854cc7fcc9d0f889c6235c1534133cff7360e7f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 17 Mar 2014 18:44:39 +0100 Subject: More tests --- tests/pos/t1049.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/pos/t1049.scala (limited to 'tests/pos/t1049.scala') diff --git a/tests/pos/t1049.scala b/tests/pos/t1049.scala new file mode 100644 index 000000000..61d99f946 --- /dev/null +++ b/tests/pos/t1049.scala @@ -0,0 +1,7 @@ +package t1049 + +abstract class Test { + type T <: A + class A { self: T => } + class B extends A { self: T => } +} -- cgit v1.2.3