summaryrefslogtreecommitdiff
path: root/test/files/pos/t0770.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0770.scala')
-rw-r--r--test/files/pos/t0770.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t0770.scala b/test/files/pos/t0770.scala
index 7a0a2bf9bb..bb438f1918 100644
--- a/test/files/pos/t0770.scala
+++ b/test/files/pos/t0770.scala
@@ -1,7 +1,7 @@
trait A
{
private[this] val p = 5
-
+
def f = (b: Byte) => p
}