From b5bedbce2215ddb4d6db9a5e906cb9ad60705b3c Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 26 Aug 2011 16:56:09 +0000 Subject: More fixes/debug code for reflection. --- test/files/pos/traits.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/pos/traits.scala') diff --git a/test/files/pos/traits.scala b/test/files/pos/traits.scala index 8dcd9c0b5f..53398db337 100644 --- a/test/files/pos/traits.scala +++ b/test/files/pos/traits.scala @@ -35,6 +35,6 @@ object Test { val thickness = 2 val color = 0 } - Console.println(bcs1 == bcs1) - Console.println(bcs1 == bcs2) + scala.Console.println(bcs1 == bcs1) + scala.Console.println(bcs1 == bcs2) } -- cgit v1.2.3