From e50646c21cbc842c1188fc876e16ea2b3e2a2ea3 Mon Sep 17 00:00:00 2001 From: Tobias Schlatter Date: Thu, 20 Mar 2014 20:23:02 +0100 Subject: Minor improvements to tests (remove old comments) --- tests/pos/t0069.scala | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/pos/t0069.scala') diff --git a/tests/pos/t0069.scala b/tests/pos/t0069.scala index e4c242c0e..23a25dbec 100644 --- a/tests/pos/t0069.scala +++ b/tests/pos/t0069.scala @@ -1,10 +1,5 @@ object testCQ { - // why does this not work directly - case class Thing( name:String, contains:List[ Thing ] ); - /* ... but this one does? - abstract class T; - case class Thing2( name:String, contains:List[ T ] ) extends T; - */ + case class Thing( name:String, contains:List[ Thing ] ); } -- cgit v1.2.3