IDEA-157088 The autocomplete to offer not only the implementation of the interface, but the interface itself

This commit is contained in:
peter
2016-08-03 16:07:38 +02:00
parent 6f5429f200
commit 6ac6e6712b
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,5 @@
interface MyIntf {}
class C {
Object[] o = {new MyInt<caret>};
}