nitcc: remove the use of NaiveCollection v0.6.2
authorJean Privat <jean@pryen.org>
Fri, 1 Nov 2013 00:19:25 +0000 (20:19 -0400)
committerJean Privat <jean@pryen.org>
Fri, 1 Nov 2013 00:19:25 +0000 (20:19 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

lib/nitcc_runtime.nit

index bf778cf..b5fb0fb 100644 (file)
@@ -366,7 +366,7 @@ abstract class Node
 end
 
 private class DephCollection
-       super NaiveCollection[Node]
+       super Collection[Node]
        var node: Node
        redef fun iterator do return new DephIterator([node].iterator)
 end