mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
auto-import context variable declaration type when completing (IDEA-90157)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Main<T extends Foo> {
|
||||
{
|
||||
List<Foo> list = new <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user