Files
2021-08-23 18:25:33 +02:00

7 lines
49 B
Kotlin
Vendored

package test
inline fun f() = 1
fun g() = f()