ed3ae785fb
Fixed #KT-38348
5 lines
121 B
Java
Vendored
5 lines
121 B
Java
Vendored
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
|
// OPTIONS: overrides
|
|
public interface Foo {
|
|
<T> void <caret>baz(T foo);
|
|
} |