GH-15976: clarify error messages for enum/trait/interface/alias names Instead of always saying that a name is reserved or deprecated and cannot/should not be used as a class name, take t
GH-15976: clarify error messages for enum/trait/interface/alias names Instead of always saying that a name is reserved or deprecated and cannot/should not be used as a class name, take the usage into account and say the name cannot be used as an enum name, trait name, etc. In the process, for class names add a missing "a".
show more ...
|