mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
show type parameters and local classes in basic completion (IDEA-62711)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class FooMap<K,V extends K> implements YourMapInterface<K, V> {
|
||||
void foo() {
|
||||
class Zoooooooo {}
|
||||
Zoo<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user