Internal name combining the module and the class

Example: "mymodule$MyClass"

Property definitions

nitc $ MClassDef :: to_s=
	# Internal name combining the module and the class
	# Example: "mymodule$MyClass"
	redef var to_s is noinit
src/model/model.nit:665,2--667,25