commit | be693b07c4beaa19d48d311d53dda023f40a71b5 | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Tue Jul 20 12:38:40 2021 -0700 |
committer | Javac Team <javac-team+copybara@google.com> | Tue Jul 20 12:39:26 2021 -0700 |
tree | fd0cbcb001b6dfde5df8bd65a86fe44f4db46033 | |
parent | 08d22a6682829f7a4da2bfca7775fdd8b5ff000b [diff] |
Report an error for annotation element values without a name outside of single-element annotations, i.e. `@A(42)` is OK but `@A(42, false)` is not. Also fix the AST position for boolean literals. PiperOrigin-RevId: 385847809