mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
delete imports on safe delete of class (IDEA-139288)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class B {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public class A {
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import <caret>A;
|
||||
class B {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user