From 1b32071acef5c7c2c08e21ee577c7cc709876ffa Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 3 May 2014 13:31:27 +0200 Subject: More tests --- tests/pos/t1591_pos.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/pos/t1591_pos.scala (limited to 'tests/pos/t1591_pos.scala') diff --git a/tests/pos/t1591_pos.scala b/tests/pos/t1591_pos.scala new file mode 100644 index 000000000..4f55d7ce1 --- /dev/null +++ b/tests/pos/t1591_pos.scala @@ -0,0 +1,7 @@ +trait A + +object Test { + lazy val a = new A { + object Zenek + } +} -- cgit v1.2.3