Implement post-refactoring optimization of unused imports
#KT-15822 Fixed #KT-13755 Fixed
This commit is contained in:
-2
@@ -1,7 +1,5 @@
|
||||
package b
|
||||
|
||||
import a.*
|
||||
|
||||
fun bar() {
|
||||
val t: A = A()
|
||||
}
|
||||
Reference in New Issue
Block a user