mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
disable wrap with Integer.parseInt for null type (IDEA-164942)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Wrap using 'Integer.parseInt()'" "false"
|
||||
public class Test {
|
||||
void ba() {
|
||||
fa(<caret>null);
|
||||
}
|
||||
|
||||
void fa(int... i){}
|
||||
}
|
||||
Reference in New Issue
Block a user