mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
#IDEA-326131 Fixed GitOrigin-RevId: 940612c4c8a335e1607c5db596e10fccb575ebea
6 lines
77 B
Java
6 lines
77 B
Java
class C {
|
|
/**
|
|
* @param <T> parameter
|
|
*/
|
|
<T>void m(<caret>T i) {}
|
|
} |