We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Formatting a source file with String Templates:
class Foo { private static final int X = 42; private static final String Y = STR."\{X} = \{X}"; }
gives:
Foo.java:4:45: error: did not generate token "."
The text was updated successfully, but these errors were encountered:
In essence this is a duplicate of #973, though that one is specifically reported against the IntelliJ plugin and labeled as such.
Sorry, something went wrong.
Initial support for string templates
d649b02
Fixes #981 PiperOrigin-RevId: 589656132
a7370d0
b5feefe
Successfully merging a pull request may close this issue.
Formatting a source file with String Templates:
gives:
The text was updated successfully, but these errors were encountered: