summaryrefslogtreecommitdiff
path: root/test/files/run/t3888.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3888.scala')
-rw-r--r--test/files/run/t3888.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t3888.scala b/test/files/run/t3888.scala
index ecdf87e925..e0f1453b1d 100644
--- a/test/files/run/t3888.scala
+++ b/test/files/run/t3888.scala
@@ -3,13 +3,13 @@ object Test {
val T1 = new P
private[this] val T2 = T1
- def m1 =
+ def m1 =
(1, 2) match {
case T1 => true
case _ => false
}
- def m2 =
+ def m2 =
(1, 2) match {
case T2 => true
case _ => false