Support String Templates
Navigation Menu
{{ message }}
google / google-java-format Public
- Notifications You must be signed in to change notification settings
- Fork 917
Closed
Closed
Labels
Description
opened
on Oct 26, 2023Formatting 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 "."
Metadata
Metadata
Assignees
No one assigned
Labels
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions