The dynamic type of the current self

Property definitions

nitc $ NaiveInterpreter :: current_receiver_class
	# The dynamic type of the current `self`
	fun current_receiver_class: MClassType
	do
		return frames.first.arguments.first.mtype.as(MClassType)
	end
src/interpreter/naive_interpreter.nit:416,2--420,4