mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-12 21:25:23 +07:00
3 lines
48 B
Plaintext
3 lines
48 B
Plaintext
public class C<A> {
|
|
A id(A x) {return null;}
|
|
} |