summaryrefslogtreecommitdiff
path: root/test/files/pos/t1798.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1798.scala')
-rw-r--r--test/files/pos/t1798.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1798.scala b/test/files/pos/t1798.scala
index 1624e3025e..93df61e844 100644
--- a/test/files/pos/t1798.scala
+++ b/test/files/pos/t1798.scala
@@ -2,7 +2,7 @@ object Foo { private def bar(): Int = 55 }
class Foo(x: Int) { def this() = this(Foo.bar()) }
/*
- * scalac28 a.scala
+ * scalac28 a.scala
a.scala:2: error: method bar cannot be accessed in object Foo
class Foo(x: Int) { def this() = this(Foo.bar()) }
^