5246c54dad
So #KT-15195 Fixed
10 lines
102 B
Kotlin
Vendored
10 lines
102 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo(f: (Int) -> Unit) = f(4)
|
|
|
|
fun bar() {
|
|
foo()<caret>
|
|
{
|
|
|
|
}
|
|
} |