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