Optimize Imports tests: Switch to generated approach
Move test and rename test data Delete unused testdata Rewrite OptimizeImportOnFlyTest
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import test1.MyClass
|
||||
import test1.invoke
|
||||
|
||||
fun foo() {
|
||||
val s = MyClass()
|
||||
s()
|
||||
}
|
||||
Reference in New Issue
Block a user