mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 23:11:44 +07:00
5136d5999f
GitOrigin-RevId: ab4d06cd4d6c198fcfc94d67e1e758de291648c1
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);
|
|
}
|
|
} |