mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
show type parameters and local classes in basic completion (IDEA-62711)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Zooooo {}
|
||||
public class FooMap<K,V extends K> implements YourMapInterface<K, V> {
|
||||
void foo() {
|
||||
class Zoooz implements Runnable {}
|
||||
Runnable r = new Zo<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user