nitc :: MMethod :: is_init_for
As usual, visibility is not considered.
FIXME not implemented
# Is the property a legal constructor for a given class? # As usual, visibility is not considered. # FIXME not implemented fun is_init_for(mclass: MClass): Bool do return self.is_init end