mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
preserve comments for create switch intention
This commit is contained in:
@@ -3,7 +3,8 @@ class X {
|
||||
void m() {
|
||||
|
||||
String s = getStr();
|
||||
switch (s) {<caret>
|
||||
//keep me
|
||||
switch (s) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user