ec29e06115
- refactoring for auto import tests
7 lines
84 B
Kotlin
7 lines
84 B
Kotlin
package functionimporttest.data
|
|
|
|
fun String.someTestFun() {
|
|
}
|
|
|
|
fun someTestFun() {
|
|
} |