Files
kotlin-fork/idea/resources-en/intentionDescriptions/SpecifyExplicitLambdaSignatureIntention/after.kt.template
T
Dmitry Gridin 0df5d5158d Add resources-en for idea
#KT-38297 Fixed
2020-05-19 16:22:06 +07:00

1 line
56 B
Plaintext

foo(1, 2, <spot>{(a: Int, b: Int): Int -> a + b}</spot>)