From 496dc761189182e04c424750ba63077d62dcf78b Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Tue, 8 Feb 2011 12:12:42 +0000 Subject: Closes #3986 plus some cleanup. no review --- test/files/pos/t3986.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/t3986.scala (limited to 'test/files/pos') diff --git a/test/files/pos/t3986.scala b/test/files/pos/t3986.scala new file mode 100644 index 0000000000..10c4eb435f --- /dev/null +++ b/test/files/pos/t3986.scala @@ -0,0 +1,5 @@ +object Test { + def main(args: Array[String]) { + new { val x = "abc" } with AnyRef { } + } +} -- cgit v1.2.3