From 25a98964b5109aa55b71a8a26886c59903193548 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 6 Oct 2005 13:14:33 +0000 Subject: *** empty log message *** --- test-nsc/files/pos/bug211.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test-nsc/files/pos/bug211.scala (limited to 'test-nsc/files/pos/bug211.scala') diff --git a/test-nsc/files/pos/bug211.scala b/test-nsc/files/pos/bug211.scala new file mode 100755 index 0000000000..8c5cf1dc1e --- /dev/null +++ b/test-nsc/files/pos/bug211.scala @@ -0,0 +1,8 @@ +trait A; +trait B; +class Foo: (A with B) extends A with B; +object Test extends Application { + new Foo(); + System.out.println("bug211 completed"); +} + -- cgit v1.2.3