5 lines
69 B
Kotlin
Vendored
5 lines
69 B
Kotlin
Vendored
// !WITH_NEW_INFERENCE
|
|
fun foo() {
|
|
fun bar() = (fun() = bar())
|
|
}
|