model: promote location to any `MEntity`
[nit.git] / src / semantize / typing.nit
index 69329f9..6c4de01 100644 (file)
@@ -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