From bff42682bc489dcdad34ec91f34e6c2c3dca7cf1 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 31 Oct 2007 17:33:02 +0000 Subject: fixed several problems with implicits. Changed ways inner types of modules print: Module.this.Type => Module.type --- test/files/neg/bug876.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/bug876.check') diff --git a/test/files/neg/bug876.check b/test/files/neg/bug876.check index c08d4c7de8..8ef2c031fc 100644 --- a/test/files/neg/bug876.check +++ b/test/files/neg/bug876.check @@ -1,4 +1,4 @@ -bug876.scala:25: error: wrong number of arguments for method apply: (AssertionError.this.A)manager.B in trait Map +bug876.scala:25: error: wrong number of arguments for method apply: (AssertionError.A)manager.B in trait Map assert(manager.map(A2) == List(manager.map(A2, A1))) ^ one error found -- cgit v1.2.3