src: transform all old writable in annotations
[nit.git] / contrib / pep8analysis / src / ast / pretty_instructions.nit
index 488d382..98380f7 100644 (file)
@@ -23,7 +23,7 @@ end
 class ASTPrinter
        super Visitor
 
-       var str writable = ""
+       var str = "" is writable
 
        init do end
        redef fun visit(n) do n.accept_ast_printer(self)