7 lines
49 B
Kotlin
Vendored
7 lines
49 B
Kotlin
Vendored
package test
|
|
|
|
|
|
|
|
inline fun f() = 1
|
|
|
|
fun g() = f() |