IDEA-167285 Using "complete current statement" with code completion produces broken code

This commit is contained in:
peter
2017-01-30 21:10:52 +01:00
parent 19f208e621
commit a5a04bb4af
4 changed files with 28 additions and 5 deletions
@@ -0,0 +1,7 @@
import java.util.*;
public class Util {
int goo() {
Map<Object, Object> m = new HashMap<>();<caret>
}
}