commit | 91a99b64559ef38cc9642919a6c5e39106e68dfd | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Wed Jul 21 15:39:35 2021 -0700 |
committer | Javac Team <javac-team+copybara@google.com> | Wed Jul 21 15:40:04 2021 -0700 |
tree | 8ecd1e84a4753ecaab97fe5747051dc321536045 | |
parent | c9c593acd434db0f6a6dbb8e1d7fa19b1f765bcf [diff] |
Improve error handling for string conversions differentiate between `"" == x`, where `x` has to be a `String`, and `"" + y`, where it is implicitly converted to a string. PiperOrigin-RevId: 386111135