Merge: nitvm: Basic blocks generation and SSA-algorithm
[nit.git] / src / semantize / typing.nit
index 4aad2d2..31cc4b0 100644 (file)
@@ -648,7 +648,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`