mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-19 01:09:52 +07:00
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
class OutOfMemoryExceptionDemo {
|
|
void main() {
|
|
List<Object> list = new Linked
|
|
@Deprecated List<Object>();
|
|
}
|
|
}
|