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