c87cc0dde1
Move test and rename test data Delete unused testdata Rewrite OptimizeImportOnFlyTest
8 lines
86 B
Kotlin
8 lines
86 B
Kotlin
import test1.MyClass
|
|
import test1.invoke
|
|
|
|
fun foo() {
|
|
val s = MyClass()
|
|
s()
|
|
}
|