mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 19:06:35 +07:00
GitOrigin-RevId: 1d8189f692928ef7b9d30ed1404abd8f45fd9d81
3 lines
99 B
Java
3 lines
99 B
Java
public class T {
|
|
public final ArrayList<Integer> integerArrayList = new ArrayList<Integer>();
|
|
} |