IDEABKL-6585 Completion: suggest variants for mistyped pattern

This commit is contained in:
peter
2019-03-26 12:07:25 +01:00
parent dc2b8a5bd7
commit a3f7fc805c
9 changed files with 97 additions and 26 deletions
@@ -0,0 +1,5 @@
public class Util {
int goo() {
retru<caret>
}
}