Files
kotlin-fork/idea/testData/findUsages/java/findJavaMethodUsages/OverridenRawGenericSignatureBase2.0.java
T
Igor Yakovlev 8a7aac728d Fix invalid signature for UL method
Fixed #KT-32245
2020-04-22 12:26:51 +03:00

6 lines
143 B
Java
Vendored

// PSI_ELEMENT: com.intellij.psi.PsiMethod
// OPTIONS: overrides
public interface Foo2 {
interface X<T> {}
void <caret>baz(X clazz);
}