summaryrefslogtreecommitdiff
path: root/test/files/pos/testcast.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/testcast.scala')
-rw-r--r--test/files/pos/testcast.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/testcast.scala b/test/files/pos/testcast.scala
index 631b2c922b..2a78b5f2a2 100644
--- a/test/files/pos/testcast.scala
+++ b/test/files/pos/testcast.scala
@@ -22,5 +22,5 @@ object Test {
val b: B = null;
- System.out.println(b.bar);
+ Console.println(b.bar);
}