CreateSwitchIntention removed all operations with Document to exclude possible problems

This commit is contained in:
Dmitry Batkovich
2014-06-04 17:02:53 +04:00
parent 4c6818a294
commit aba3f2f262
5 changed files with 7 additions and 19 deletions

View File

@@ -5,8 +5,7 @@ class X {
}
void m(MyEnum e) {
switch (e) {
<caret>
switch (e) {<caret>
}
}