mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 21:50:54 +07:00
3 lines
99 B
Java
3 lines
99 B
Java
public class T {
|
|
public final ArrayList<Integer> integerArrayList = new ArrayList<Integer>();
|
|
} |