5 lines
61 B
Kotlin
Vendored
5 lines
61 B
Kotlin
Vendored
package test
|
|
|
|
private inline fun f() = { 1 }()
|
|
fun g() = f()
|