7 lines
69 B
Kotlin
Vendored
7 lines
69 B
Kotlin
Vendored
package foo
|
|
|
|
fun test() {
|
|
println(f())
|
|
}
|
|
|
|
inline fun f(): Int = 0 |