IDEA-179934 Action "Complete current statement" introduces incorrect code

This commit is contained in:
peter
2017-10-12 20:02:38 +02:00
parent ae87aafbfb
commit 6551b38303
4 changed files with 16 additions and 1 deletions
@@ -0,0 +1,3 @@
class Test {
private St<caret>ring oldtest, youndtest;
}
@@ -0,0 +1,4 @@
class Test {
private String oldtest, youndtest;
<caret>
}