blob: 152365da72e669ad1f8e37e0996e93b0449118c9 [file] [log] [blame]
// PSI_ELEMENT: com.intellij.psi.PsiMethod
// OPTIONS: overrides
public interface Foo {
<T> void <caret>baz(T foo);
}