X-Git-Url: http://nitlanguage.org diff --git a/src/parser/test_parser.nit b/src/parser/test_parser.nit index 4878291..fd53079 100644 --- a/src/parser/test_parser.nit +++ b/src/parser/test_parser.nit @@ -20,7 +20,7 @@ package test_parser import parser class PrintTreeVisitor -special Visitor + super Visitor var _rank: Int redef fun visit(n: nullable ANode) do