From 087aee792e20ccf339be1a14349b7fbde647d394 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 13 Feb 2012 11:39:25 +0100 Subject: Setting up things to demonstrate a swallowed type error in manifest generation. --- test/files/run/Meter.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files') diff --git a/test/files/run/Meter.scala b/test/files/run/Meter.scala index 5700025880..e4d9abaa21 100644 --- a/test/files/run/Meter.scala +++ b/test/files/run/Meter.scala @@ -35,4 +35,6 @@ object Test extends App { val a: Any = x val b: Any = y println("a == b: "+(a == b)) + + val arr = Array(x, y + x) } -- cgit v1.2.3