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