Open Entomy opened 5 years ago
Ada does:
Type'Attribute(Object)
It should be:
Object'Attribute
Rationale: A good type inference system can tell what the type is based on the object, and then call the correct function as appropriate
Ada does:
It should be:
Rationale: A good type inference system can tell what the type is based on the object, and then call the correct function as appropriate