From 9dae73d4cd606a2ad2336574d3f2498046e2b8f0 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 20 May 2010 20:11:19 +0000 Subject: Test case for #3420, closes #3420. --- test/files/pos/bug3420.flags | 1 + test/files/pos/bug3420.scala | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 test/files/pos/bug3420.flags create mode 100644 test/files/pos/bug3420.scala (limited to 'test/files') diff --git a/test/files/pos/bug3420.flags b/test/files/pos/bug3420.flags new file mode 100644 index 0000000000..ea03113c66 --- /dev/null +++ b/test/files/pos/bug3420.flags @@ -0,0 +1 @@ +-optimise -Xfatal-warnings \ No newline at end of file diff --git a/test/files/pos/bug3420.scala b/test/files/pos/bug3420.scala new file mode 100644 index 0000000000..0fc56ed67b --- /dev/null +++ b/test/files/pos/bug3420.scala @@ -0,0 +1,5 @@ +class C { + val cv = Map[Int, Int](1 -> 2) + lazy val cl = Map[Int, Int](1 -> 2) + def cd = Map[Int, Int](1 -> 2) +} -- cgit v1.2.3