delete imports on safe delete of class (IDEA-139288)

This commit is contained in:
Anna Kozlova
2015-04-16 20:30:33 +02:00
parent 09f4d7ea1f
commit 3e57002e28
5 changed files with 19 additions and 2 deletions
@@ -0,0 +1,3 @@
class B {
}
@@ -0,0 +1,3 @@
public class A {
}
@@ -0,0 +1,4 @@
import <caret>A;
class B {
}