X-Git-Url: http://nitlanguage.org diff --git a/src/semantize/typing.nit b/src/semantize/typing.nit index 69329f9..6c4de01 100644 --- a/src/semantize/typing.nit +++ b/src/semantize/typing.nit @@ -637,8 +637,7 @@ end class CallSite super MEntity - # The associated location of the callsite - var location: Location + redef var location: Location # The static type of the receiver (possibly unresolved) var recv: MType