Method names that do not need a "." in call.

Property definitions

nitc $ NitUnitGenerator :: _nodot
	# Method names that do not need a "." in call.
	var nodot: Array[String] = ["+", "-", "*", "/", "%", "==", "!=", "<", "<=", "<=>", ">", ">=", ">"]
src/testing/testing_gen.nit:99,2--100,99