mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
java usages highlighting: add an additional test for multiple jdk configuration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package p;
|
||||
|
||||
import java.util.AbstractList;
|
||||
import java.util.Collection;
|
||||
|
||||
public abstract class List7 extends AbstractList<String> {
|
||||
@Override
|
||||
public boolean addAll(Collection<? extends String> c) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user