summaryrefslogtreecommitdiff
path: root/test/files/pos/t3837.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3837.scala')
-rw-r--r--test/files/pos/t3837.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t3837.scala b/test/files/pos/t3837.scala
index e1797dba77..bcaf63cc8d 100644
--- a/test/files/pos/t3837.scala
+++ b/test/files/pos/t3837.scala
@@ -1,8 +1,8 @@
class BipClass { }
trait BipTrait {
self: BipClass =>
-
- private[this] def foo() = 5
+
+ private[this] def foo() = 5
def bar() = this.foo()
}
// error: value foo is not a member of BipTrait with BipClass