mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 20:11:24 +07:00
GitOrigin-RevId: 10a42247d542ea3a67a1a9692c133adc0e25fc7c
9 lines
154 B
Java
9 lines
154 B
Java
// "Add 'STR.' Processor" "true-preview"
|
|
class a {
|
|
void f() {
|
|
String name = "world";
|
|
String str = STR."""
|
|
hello \{name}
|
|
""" + "!";
|
|
}
|
|
} |