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

5 lines
61 B
Kotlin
Vendored

package test
private inline fun f() = { 1 }()
fun g() = f()