Fix invalid signature for generic UL method
Fixed #KT-38348
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
||||
// OPTIONS: overrides
|
||||
public interface Foo {
|
||||
<T> void <caret>baz(T foo);
|
||||
}
|
||||
Reference in New Issue
Block a user