mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
public class ExpData {
|
|
void foo(String s) {
|
|
System.out.println("".substring(2));
|
|
}
|
|
}
|