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