nitc :: NaiveInterpreter :: current_receiver_class
self
# The dynamic type of the current `self` fun current_receiver_class: MClassType do return frames.first.arguments.first.mtype.as(MClassType) end