mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 09:22:02 +07:00
GitOrigin-RevId: d00838e0760694d8f1fa2c556d74512cff97a8bf
10 lines
260 B
Java
10 lines
260 B
Java
// "Fix all 'Text block can be replaced with regular string literal' problems in file" "false"
|
|
|
|
class StringTemplate {
|
|
void test(StringTemplate.Processor<Integer, RuntimeException> proc) {
|
|
Integer test = proc."""
|
|
Hello<caret>
|
|
World
|
|
""";
|
|
}
|
|
} |