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,8 @@ class X {
void m() {
String s = getStr();
switch (s) {<caret>
//keep me
switch (s) {
}
}