From 2070c4b1ed216dacc3ee08bae336dcedb969f6fd Mon Sep 17 00:00:00 2001 From: pradel Date: Tue, 10 Jun 2008 10:37:38 +0000 Subject: test for #1024 --- test/pending/pos/t1024.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/pending/pos/t1024.scala diff --git a/test/pending/pos/t1024.scala b/test/pending/pos/t1024.scala new file mode 100644 index 0000000000..0bd5b026a5 --- /dev/null +++ b/test/pending/pos/t1024.scala @@ -0,0 +1,4 @@ +object Test { + trait T { trait U { val x = 3 } } + val x = new AnyRef with T#U { } +} -- cgit v1.2.3