From 2994973970bcba6ff90d7788e79f2042cc11deaf Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 3 Oct 2005 13:42:39 +0000 Subject: *** empty log message *** --- test/files/pos/testcast.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/testcast.scala') diff --git a/test/files/pos/testcast.scala b/test/files/pos/testcast.scala index 15aa01ba72..631b2c922b 100644 --- a/test/files/pos/testcast.scala +++ b/test/files/pos/testcast.scala @@ -15,7 +15,7 @@ class B1 { } object C { - def view(x: A): B1 = null; + implicit def view(x: A): B1 = null; } object Test { import C.view; -- cgit v1.2.3