7 lines
84 B
Kotlin
7 lines
84 B
Kotlin
package functionimporttest.data
|
|
|
|
fun String.someTestFun() {
|
|
}
|
|
|
|
fun someTestFun() {
|
|
} |