Files
openide/java/java-tests/testData/codeInsight/createSwitch/notAvailableOnRedCode.java
peter 7dd802ccd2 disable "create switch" intention on red code
which otherwise would lead to exceptions in the intention
2017-07-20 09:58:25 +02:00

5 lines
70 B
Java

class Test {
void m() {
toS<caret>tring(foo() (String) o);
}
}