From 246b590a4a5d7df4b3db2204e84497dbabc5edac Mon Sep 17 00:00:00 2001 From: michelou Date: Sat, 23 Oct 2010 12:04:19 +0000 Subject: removed warnings in test files --- test/files/run/t0883.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t0883.scala') diff --git a/test/files/run/t0883.scala b/test/files/run/t0883.scala index b9d71702d8..c5c1aeaa04 100644 --- a/test/files/run/t0883.scala +++ b/test/files/run/t0883.scala @@ -1,7 +1,7 @@ object Foo { def apply(x: String) = new Foo(x) } class Foo(name: String) case object Bar extends Foo("Bar") -case class Baz extends Foo("Baz") +case class Baz() extends Foo("Baz") object Test extends Application { Foo("Bar") match { case Bar => println("What?") -- cgit v1.2.3