Move: Wrap individual internal usages for better preview
Fix unused import removal for internal usages #KT-9158 Fixed
This commit is contained in:
-4
@@ -1,10 +1,6 @@
|
||||
package second
|
||||
|
||||
import third.B
|
||||
import fourth.X.Y
|
||||
import third.D as D_
|
||||
import fourth.*
|
||||
import third.B.*
|
||||
|
||||
class A
|
||||
|
||||
|
||||
-4
@@ -1,10 +1,6 @@
|
||||
package second
|
||||
|
||||
import third.B
|
||||
import fourth.X.Y
|
||||
import third.D as D_
|
||||
import fourth.*
|
||||
import third.B.*
|
||||
|
||||
class A
|
||||
|
||||
|
||||
-2
@@ -1,7 +1,5 @@
|
||||
package source
|
||||
|
||||
import library.*
|
||||
|
||||
class Bar {
|
||||
companion object {
|
||||
val c : Int
|
||||
|
||||
-2
@@ -1,7 +1,5 @@
|
||||
package source
|
||||
|
||||
import library.*
|
||||
|
||||
class Bar {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user