From e50646c21cbc842c1188fc876e16ea2b3e2a2ea3 Mon Sep 17 00:00:00 2001 From: Tobias Schlatter Date: Thu, 20 Mar 2014 20:23:02 +0100 Subject: Minor improvements to tests (remove old comments) --- tests/pos/t0091.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pos/t0091.scala') diff --git a/tests/pos/t0091.scala b/tests/pos/t0091.scala index d491b7cfb..414e2c931 100644 --- a/tests/pos/t0091.scala +++ b/tests/pos/t0091.scala @@ -1,6 +1,6 @@ class Bug { def main(args: Array[String]) = { - var msg: String = null; // no bug if "null" instead of "_" + var msg: String = null; val f: PartialFunction[Any, Unit] = { case 42 => msg = "coucou" }; } } -- cgit v1.2.3