mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: e7fea4d4b8c11d584d53bdf9450d4a29cfb19f6b
4 lines
97 B
Java
4 lines
97 B
Java
public class MyArrayList extends ArrayList {
|
|
public MyArrayList(int i, String test) {
|
|
}
|
|
} |