mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
override/implement completion: show short types, not raw (IDEA-CR-19511)
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import java.util.List;
|
||||
|
||||
class Foo implements Bar {
|
||||
methW<caret>
|
||||
|
||||
|
||||
}
|
||||
|
||||
interface Bar {
|
||||
<K> void methodWithTypeParam(K k);
|
||||
void methodWithGenerics(List<String> k);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user