mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
multiple jdks: wrong resolve order tests bombed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package p;
|
||||
public abstract class A implements java.util.Comparator {
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package p;
|
||||
public abstract class A {
|
||||
void foo(L l) {
|
||||
l.stream();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user