mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 07:50:55 +07:00
7 lines
166 B
Java
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();
|
|
}
|
|
} |