538a746df9
#KT-17119 Fixed
2 lines
85 B
Kotlin
Vendored
2 lines
85 B
Kotlin
Vendored
// FIX: Specify explicit lambda signature
|
|
fun test(a: Int, b: Int) = <caret>{ a + b } |