Implement post-refactoring optimization of unused imports
#KT-15822 Fixed #KT-13755 Fixed
This commit is contained in:
-2
@@ -1,7 +1,5 @@
|
||||
package some.bar.more
|
||||
|
||||
import some.bar.other.Test
|
||||
|
||||
fun test() {
|
||||
some.bar.more.test()
|
||||
some.bar.other.testFunction()
|
||||
|
||||
Reference in New Issue
Block a user