From c0578852eb7d5ca0b117dcc147bdffc38c404c57 Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 17 Jan 2006 15:10:44 +0000 Subject: replaced ':' (deprecated) by 'requires' in test... replaced ':' (deprecated) by 'requires' in test/files/pos/bug360.scala --- test/files/pos/bug360.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/files/pos/bug360.scala b/test/files/pos/bug360.scala index 35f6a94b03..9c5f243365 100644 --- a/test/files/pos/bug360.scala +++ b/test/files/pos/bug360.scala @@ -3,7 +3,7 @@ abstract class Bug360A requires Bug360C { def f: String = "hello"; } -trait Bug360B: Bug360C { +trait Bug360B requires Bug360C { object d { System.out.println(f); } -- cgit v1.2.3