From eccdddcc73dc532885abaee500e1b35953723d5a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 27 Mar 2006 13:34:36 +0000 Subject: 1. 2. Cleaned up search of implicit names to make it conformant to the spec. 3. Made Sean's SOURCE CHANGE messages dependent on option -debug. --- test/files/pos/imp2.scala | 5 +++++ test/files/pos/viewtest2.scala | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 test/files/pos/imp2.scala (limited to 'test/files/pos') diff --git a/test/files/pos/imp2.scala b/test/files/pos/imp2.scala new file mode 100755 index 0000000000..5460c60015 --- /dev/null +++ b/test/files/pos/imp2.scala @@ -0,0 +1,5 @@ +object Test { + import collection.mutable._ + import collection.mutable._ + val x = new HashMap +} diff --git a/test/files/pos/viewtest2.scala b/test/files/pos/viewtest2.scala index 1958696c1f..51df563633 100644 --- a/test/files/pos/viewtest2.scala +++ b/test/files/pos/viewtest2.scala @@ -54,8 +54,6 @@ object O { } } } - - implicit def view4[a](x: a): a = x; } trait Tree[+a <% Ordered[a]] { -- cgit v1.2.3