7 lines
74 B
Kotlin
7 lines
74 B
Kotlin
package foo
|
|
|
|
import inlineFun1.*
|
|
|
|
fun test() {
|
|
A<Int>().myFun1 { 1 }
|
|
} |