7 lines
65 B
Kotlin
7 lines
65 B
Kotlin
package foo
|
|
|
|
import inlineFun1.*
|
|
|
|
fun test() {
|
|
myFun1 { 1 }
|
|
} |