nitc :: MClass :: intro_mmodule
While classes are not bound to a specific module, the introducing module is used for naming and visibility.
# The module that introduce the class
#
# While classes are not bound to a specific module,
# the introducing module is used for naming and visibility.
var intro_mmodule: MModule
src/model/model.nit:436,2--440,27