From 6be73f6e951bbc1ddf93e10980b91f5ec3215836 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Tue, 9 Sep 2008 13:12:41 +0000 Subject: Created a test for #1280. --- test/files/pos/t1280.scala | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos/t1280.scala (limited to 'test') diff --git a/test/files/pos/t1280.scala b/test/files/pos/t1280.scala new file mode 100644 index 0000000000..39406b2e39 --- /dev/null +++ b/test/files/pos/t1280.scala @@ -0,0 +1 @@ +trait X { x => type T >: Null; new X { type T = Any with x.T } } -- cgit v1.2.3