mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 23:11:44 +07:00
f71bd07b0b
GitOrigin-RevId: ae2d530e850b4051f4c90ccab8dcdecf01e74eca
5 lines
88 B
Java
5 lines
88 B
Java
class Test {
|
|
Object method() {
|
|
String.format("%d, %d", 1, 2);<caret>
|
|
}
|
|
} |