nitc :: MutableInstance :: defaultinit
# A instance with attribute (standards objects)
class MutableInstance
super Instance
# The values of the attributes
var attributes: Map[MAttribute, Instance] = new HashMap[MAttribute, Instance]
end
src/interpreter/naive_interpreter.nit:770,1--776,3