The runtime_variable associated to the return (in a function)

Property definitions

nitc $ JavaStaticFrame :: returnvar
	# The runtime_variable associated to the return (in a function)
	var returnvar: nullable RuntimeVariable = null is writable
src/compiler/java_compiler.nit:1278,2--1279,59