Files
kotlin-fork/idea/resources/intentionDescriptions/SpecifyExplicitLambdaSignatureIntention/after.kt.template
T

1 line
56 B
Plaintext

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