expected type should always be at the top of the lookup in smart completion after new

This commit is contained in:
peter
2012-03-27 20:30:59 +02:00
parent 14893c2f39
commit baee22d965
3 changed files with 26 additions and 3 deletions
@@ -0,0 +1,8 @@
import java.util.*;
public class FooBean3 extends JComponent {
{
List<String> l = new <caret>
}
}