mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 17:07:05 +07:00
CreateSwitchIntention removed all operations with Document to exclude possible problems
This commit is contained in:
@@ -3,8 +3,7 @@ class X {
|
||||
void m() {
|
||||
|
||||
String s = getStr();
|
||||
switch (s) {
|
||||
<caret>
|
||||
switch (s) {<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user