Files
2019-10-21 11:33:24 +00:00

5 lines
88 B
Java

class Test {
Object method() {
String.format("%d, %d", 1, 2);<caret>
}
}