Closed
Description
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 "."
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 "."