mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-18 16:17:00 +07:00
9 lines
93 B
Java
9 lines
93 B
Java
class C {
|
|
<V> V m(V v) {
|
|
return null;
|
|
}
|
|
|
|
void n () {
|
|
<ref>m(10);
|
|
}
|
|
} |