mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
inference: skip constraints and everything dependant above overload resolution
This commit is contained in:
@@ -10,9 +10,8 @@ class TestClass {
|
||||
}
|
||||
|
||||
class A {
|
||||
static B getB(A a) {
|
||||
return null;
|
||||
}
|
||||
static B getB(A a) { return null; }
|
||||
static B getB(String a) { return null; }
|
||||
}
|
||||
|
||||
interface B {
|
||||
|
||||
Reference in New Issue
Block a user