aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t0091.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t0091.scala')
-rw-r--r--tests/untried/pos/t0091.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/untried/pos/t0091.scala b/tests/untried/pos/t0091.scala
deleted file mode 100644
index d491b7cfb..000000000
--- a/tests/untried/pos/t0091.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-class Bug {
- def main(args: Array[String]) = {
- var msg: String = null; // no bug if "null" instead of "_"
- val f: PartialFunction[Any, Unit] = { case 42 => msg = "coucou" };
- }
-}