-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VerifyError with String Templates #2062
Comments
@jarthana - if you are unable to get to this in time for 4.32 M1, let me know a couple weeks in advance - TIA |
@srikanth-sankaran : is this related to / covered by #2171 ? |
It is not related to it. But now that I looked at the code generated, I know what the problem is that causes the verify error. We are missing a generic cast I think. I'll follow up. |
The following code:
When run will produce a
VerifyError
:The problem can be fixed by first extracting
entry.getValue()
into aString
like:The text was updated successfully, but these errors were encountered: