vim autocomplete: rename `write_to_stream` to `write_doc` with more arguments
[nit.git] / src / literal.nit
index 5af1808..bc361ab 100644 (file)
@@ -20,6 +20,7 @@ module literal
 import phase
 
 redef class ToolContext
+       # Parses literal values in the whole AST and produces errors if needed
        var literal_phase: Phase = new LiteralPhase(self, null)
 end