summaryrefslogtreecommitdiff
path: root/test/files/neg/t5572.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5572.scala')
-rw-r--r--test/files/neg/t5572.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5572.scala b/test/files/neg/t5572.scala
index 2da1209c61..4169df4216 100644
--- a/test/files/neg/t5572.scala
+++ b/test/files/neg/t5572.scala
@@ -16,7 +16,7 @@ class Test {
Z.transf(a, b) match {
case sth =>
run(sth, b)
- }
+ }
}
def run(x: X, z: B): Unit = ()