Implement post-refactoring optimization of unused imports
#KT-15822 Fixed #KT-13755 Fixed
This commit is contained in:
-1
@@ -1,6 +1,5 @@
|
||||
package k
|
||||
|
||||
import j.A.*
|
||||
import j.B
|
||||
|
||||
fun bar(s: String) {
|
||||
|
||||
-1
@@ -1,6 +1,5 @@
|
||||
package k
|
||||
|
||||
import j.A
|
||||
import j.B
|
||||
|
||||
fun bar(s: String) {
|
||||
|
||||
Reference in New Issue
Block a user