summaryrefslogtreecommitdiff
path: root/test/files/pos/t5178.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5178.scala')
-rw-r--r--test/files/pos/t5178.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t5178.scala b/test/files/pos/t5178.scala
index 26c008d66f..ed0f814ec5 100644
--- a/test/files/pos/t5178.scala
+++ b/test/files/pos/t5178.scala
@@ -4,7 +4,7 @@ abstract class FileOps {
trait DefaultFileOps {
self: DefaultPath =>
-
+
override def withLock[R](start: Long = 5): Option[R] = None
}