mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
introduce field: extract error expression on class level ( IDEA-41570 )
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
<selection>new Integer(0)</selection>
|
||||
|
||||
void foo() {
|
||||
Integer i = new Integer(0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user