Inliner: specify explicit lambda signature for calls with lambdas
So #KT-17213 Fixed So #KT-17395 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun <T, U> operateLambda(p: T, f: (T) -> U) = f(p)
|
||||
fun returnLabel() {
|
||||
<caret>operateLambda(1) {}
|
||||
}
|
||||
Reference in New Issue
Block a user