c87cc0dde1
Move test and rename test data Delete unused testdata Rewrite OptimizeImportOnFlyTest
9 lines
94 B
Kotlin
9 lines
94 B
Kotlin
package test1
|
|
|
|
public class MyClass {
|
|
}
|
|
|
|
public fun MyClass.get(i: Int): Int {
|
|
return 1
|
|
}
|