summaryrefslogtreecommitdiff
path: root/test/files/run/null-hash.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/null-hash.scala')
-rw-r--r--test/files/run/null-hash.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/null-hash.scala b/test/files/run/null-hash.scala
index abf15e8166..9b1f28b083 100644
--- a/test/files/run/null-hash.scala
+++ b/test/files/run/null-hash.scala
@@ -2,7 +2,7 @@ object Test {
def f1 = List(5, 10, null: String).##
def f2(x: Any) = x.##
def f3 = ((55, "abc", null: List[Int])).##
-
+
def main(args: Array[String]): Unit = {
f1
f2(null)