Move: Optimize imports after applying "Move declaration to separate file" intention

#KT-10174 Fixed
This commit is contained in:
Alexey Sedunov
2016-04-25 15:02:30 +03:00
parent 676000cdf7
commit a00c524074
11 changed files with 48 additions and 3 deletions
@@ -1,7 +1,5 @@
package p
import q.bar
fun foo() {
}