summaryrefslogtreecommitdiff
path: root/test/files/neg/t1422.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1422.check')
-rw-r--r--test/files/neg/t1422.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t1422.check b/test/files/neg/t1422.check
index 5931fcb049..4db64f1d49 100644
--- a/test/files/neg/t1422.check
+++ b/test/files/neg/t1422.check
@@ -1,4 +1,4 @@
t1422.scala:1: error: private[this] not allowed for case class parameters
-case class A(private[this] val foo:String)
+case class A(private[this] val foo:String) { }
^
one error found