Files
2022-11-11 11:33:37 +00:00

7 lines
166 B
Java

public class Test {
void test(StringBuilder[] sbs, int i, int j, String s) {
int a = <selection>sbs[i].length()</selection>;
int b = sbs[j].length();
}
}