disable "create switch" intention on red code

which otherwise would lead to exceptions in the intention
This commit is contained in:
peter
2017-07-20 09:48:31 +02:00
parent cef42c6e97
commit 7dd802ccd2
3 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class Test {
void m() {
toS<caret>tring(foo() (String) o);
}
}