mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
a more pleasant-looking method type arguments presentation in lookup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java.util.Map;
|
||||
|
||||
public class Foo {
|
||||
|
||||
Set<String> bar() {
|
||||
Map<String, String> s = em<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user