summaryrefslogtreecommitdiff
path: root/test/files/run/t5300.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5300.scala')
-rw-r--r--test/files/run/t5300.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5300.scala b/test/files/run/t5300.scala
index 073b29604a..0f1c807177 100644
--- a/test/files/run/t5300.scala
+++ b/test/files/run/t5300.scala
@@ -1,6 +1,6 @@
object Test {
val pf: PartialFunction[Any, Unit] = { case _ => () }
-
+
def main(args: Array[String]): Unit = {
pf orElse pf
}