From c0983451c5e9e0b3f42d446c51f53cef6df0ecfc Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 5 Sep 2007 12:14:48 +0000 Subject: propagated fix for ticket #55 --- test/files/pos/t0055.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/pos/t0055.scala (limited to 'test/files/pos') diff --git a/test/files/pos/t0055.scala b/test/files/pos/t0055.scala new file mode 100644 index 0000000000..0796294403 --- /dev/null +++ b/test/files/pos/t0055.scala @@ -0,0 +1,6 @@ +class X(x : Any) +class W { + new X(new Z() with Y) {} + trait Y { def y = () } +} +class Z(r : Any) { def this() = this(null) } -- cgit v1.2.3