nitvm: Allow to set some attributes in Variable class
[nit.git] / src / semantize / typing.nit
index c26ca0f..8a4e13f 100644 (file)
@@ -646,7 +646,7 @@ end
 
 redef class Variable
        # The declared type of the variable
-       var declared_type: nullable MType
+       var declared_type: nullable MType is writable
 
        # Was the variable type-adapted?
        # This is used to speedup type retrieval while it remains `false`