Store known methods, used to trace methods as they are reached

Property definitions

nitc $ NaiveInterpreter :: discover_call_trace
	# Store known methods, used to trace methods as they are reached
	var discover_call_trace: Set[MMethodDef] = new HashSet[MMethodDef]
src/interpreter/naive_interpreter.nit:468,2--469,67