metamodel: rename 'universal' to 'enum'
[nit.git] / src / parser / test_parser.nit
index 4878291..fd53079 100644 (file)
@@ -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