mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-128948 Smart type completion should propose generic parameter type
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class StringEx<T extends String> {
|
||||
}
|
||||
class Outer<T extends String> {
|
||||
static class CompletionTest<T extends String> {
|
||||
private StringEx<<caret>> myString;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user