summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/t7015.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7015.scala b/test/files/run/t7015.scala
index 9344ca2906..37a73a9fc4 100644
--- a/test/files/run/t7015.scala
+++ b/test/files/run/t7015.scala
@@ -24,7 +24,7 @@ object Test {
println(s"method that takes any: ${s(f)}")
}
- def f = null
+ def f: Null = null
def g(x: String) = x