mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
disable wrap with fixes in switch cases where only constants are accepted (IDEA-196151)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Wrap using 'String.valueOf()'" "false"
|
||||
public class Test {
|
||||
void foo(String i) {
|
||||
switch (i) {
|
||||
case '<caret>0':
|
||||
System.out.println(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user