mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
Revert "JavaCompletionUtil: use findMethodInSuperClassBySignatureInDerived" (e9f00a8) + test
It appears that findMethodInSuperClassBySignatureInDerived does not substitute recursively, at least in some cases.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import java.util.*;
|
||||
|
||||
class Foo {
|
||||
static class ListData extends ArrayList {}
|
||||
|
||||
void test() {
|
||||
Set<ListData> list = new HashSet<>();
|
||||
list.addA<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user