X-Git-Url: http://nitlanguage.org diff --git a/src/model/mdoc.nit b/src/model/mdoc.nit index 408e572..7ce57e4 100644 --- a/src/model/mdoc.nit +++ b/src/model/mdoc.nit @@ -45,6 +45,7 @@ redef class MEntity # their introducing definition. # * `MClassType`s fall back to their wrapped `MClass`. # * `MVirtualType`s fall back to their wrapped `MProperty`. + # * `CallSite` fall back on the wrapped `MProperty`. # * Other entities do not fall back. # # One may use `MDoc::original_mentity` to retrieve the original