X-Git-Url: http://nitlanguage.org diff --git a/src/nitserial.nit b/src/nitserial.nit index 98b1923..ea2e4b4 100644 --- a/src/nitserial.nit +++ b/src/nitserial.nit @@ -78,7 +78,7 @@ end redef class MModule # Get the type of the class `Serializable` - fun serializable_type: MClassType is cached do + var serializable_type: MClassType is lazy do return self.get_primitive_class("Serializable").mclass_type end end