Files
kotlin/idea/testData/refactoring/inline/function/expressionBody/LambdaGeneric.kt.after
Mikhail Glukhikh f8e1f5e613 Inliner: specify explicit lambda signature for calls with lambdas
So #KT-17213 Fixed
So #KT-17395 Fixed
2017-04-19 13:12:55 +03:00

3 lines
45 B
Plaintext
Vendored

fun returnLabel() {
({ it: Int -> })(1)
}