mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
introduce field: extract error expression on class level ( IDEA-41570 )
This commit is contained in:
+7
@@ -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