preserve comments for create switch intention

This commit is contained in:
Anna.Kozlova
2017-11-22 19:42:58 +01:00
parent 0bd1694079
commit 6507c89893
3 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@ class X {
void m() {
String s = getStr();
s<caret>
s<caret>//keep me
}