mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-15 23:06:53 +07:00
11 lines
215 B
Java
11 lines
215 B
Java
class C {
|
|
|
|
void x(int a, int b) {
|
|
//keep me
|
|
String s = java.text.MessageFormat.format("""
|
|
the text\s
|
|
block
|
|
line2
|
|
{0}{1} "to" be""", a, b);
|
|
}
|
|
} |