IDEA-51529 Space isn't inserted when completion is finished by '=' symbol

This commit is contained in:
peter.gromov
2010-12-23 20:11:34 +03:00
parent 2c366d0ce4
commit 6ce11f88e1
6 changed files with 40 additions and 0 deletions
@@ -0,0 +1,7 @@
class B {
void m() {
int xxx = 0;
int xxy = 0;
xx<caret>
}
}
@@ -0,0 +1,7 @@
class B {
void m() {
int xxx = 0;
int xxy = 0;
xxx = <caret>
}
}