Describe the bug
This constraint was relaxed in Java for usability reasons. We should match the behavior here.
The following should be allowed:
alias: "short", target: "really_long_package_name"
The following should be disallowed:
// Nothing to abbreviate
abbreviations: really_long_package_name
**To Reproduce**
Check which components this affects:
- [ ] parser
- [ x ] checker
- [ x ] interpreter
**Additional context**
b/450617503
Describe the bug
This constraint was relaxed in Java for usability reasons. We should match the behavior here.
The following should be allowed:
The following should be disallowed: