summaryrefslogtreecommitdiff
path: root/test/files/pos/seqtest2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/seqtest2.scala')
-rw-r--r--test/files/pos/seqtest2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/seqtest2.scala b/test/files/pos/seqtest2.scala
index 903b270c95..239b1b5816 100644
--- a/test/files/pos/seqtest2.scala
+++ b/test/files/pos/seqtest2.scala
@@ -3,7 +3,7 @@ object test {
val b = List(1, 2, 3);
def main(args: Array[String]) =
- System.out.println(
+ Console.println(
b match {
case List(1, 2, 3) => true;
case _ => false;