Implement post-refactoring optimization of unused imports
#KT-15822 Fixed #KT-13755 Fixed
This commit is contained in:
-3
@@ -1,6 +1,3 @@
|
||||
import Foo
|
||||
import foo
|
||||
|
||||
fun test() {
|
||||
Foo()
|
||||
foo()
|
||||
|
||||
Reference in New Issue
Block a user