commit | 5d422e5bc6ff4928223ea049856d27590661db04 | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <[email protected]> | Wed Jan 15 10:44:55 2025 -0800 |
committer | Javac Team <[email protected]> | Wed Jan 15 10:45:31 2025 -0800 |
tree | f00bd7caf115e35aca3ae2c4c7ec16030f5d05d4 | |
parent | f69f1cb33fad14393273ae05d8b86f6d1c9ceb34 [diff] |
TypeMirror#toString should include type annotations for primitive types A few of the `toString` overrides in `TurbineTypeMirror` were unnecessary, and the one for primitives was incorrect because it dropped the type annotations. PiperOrigin-RevId: 715858768