mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 08:52:52 +07:00
GitOrigin-RevId: 790d24c10069542bfed988ccf2eebc872ac666ff
7 lines
135 B
Java
7 lines
135 B
Java
class StringTemplate1 {
|
|
public void foo(String type) {
|
|
String s = STR."""
|
|
Type: \{type} of something
|
|
""";
|
|
}
|
|
} |