auto-import context variable declaration type when completing (IDEA-90157)

This commit is contained in:
peter
2014-07-22 18:26:56 +02:00
parent e353c2f0a6
commit 0299b302c6
3 changed files with 38 additions and 3 deletions
@@ -0,0 +1,5 @@
class Main<T extends Foo> {
{
List<Foo> list = new <caret>
}
}