mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
EA-44003 - SOE: PsiResolveHelperImpl.inferBySubtypingConstraint
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java.util.Map;
|
||||
|
||||
public class SOE {
|
||||
|
||||
public static <K extends M, M extends Map<K,M>> M foo() {return null;}
|
||||
public static <K1 extends M1, M1 extends Map<K1,M1>> Map<K1, M1> foo1() {return foo();}
|
||||
}
|
||||
Reference in New Issue
Block a user