True when the class is effectively loaded by the vm, false otherwise

Property definitions

nitc :: virtual_machine $ MClass :: loaded
	# True when the class is effectively loaded by the vm, false otherwise
	var loaded: Bool = false
src/vm/virtual_machine.nit:412,2--413,25