From 836f5fbd907fe00bd9bd3849f1d41b13c2afd53a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 7 Jan 2004 15:28:48 +0000 Subject: *** empty log message *** --- test/pos/test5.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pos/test5.scala') diff --git a/test/pos/test5.scala b/test/pos/test5.scala index bc3a17c9be..4dbafc9ac3 100644 --- a/test/pos/test5.scala +++ b/test/pos/test5.scala @@ -14,7 +14,7 @@ object test { abstract class I[X]() { // Methods to check the type X and P as seen from instances of I def chk_ix(x: X): Unit = (); - def chk_ip(p: P): Unit {} + def chk_ip(p: P): Unit; // Value with type X as seen from instances of I def val_ix: X = val_ix; -- cgit v1.2.3