summaryrefslogtreecommitdiff
path: root/test/files/neg/forward.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/forward.scala')
-rw-r--r--test/files/neg/forward.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/forward.scala b/test/files/neg/forward.scala
index 5e21e4c1fe..b7f7a50583 100644
--- a/test/files/neg/forward.scala
+++ b/test/files/neg/forward.scala
@@ -18,7 +18,7 @@ object Test {
}
{
def f: int = g;
- System.out.println("foo");
+ Console.println("foo");
def g: int = f;
}
}