mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
introduce field: extract error expression on class level ( IDEA-41570 )
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class Test {
|
||||
public final int anInt = Integer.parseInt("");
|
||||
int i = anInt;
|
||||
}
|
||||
Reference in New Issue
Block a user