Files
kotlin-fork/idea/testData/slicer/inflow/lambdaParameter.leafGroups.txt
T
2020-04-18 01:24:54 +03:00

8 lines
238 B
Plaintext
Vendored

4 return f(<bold>1</bold>)
9 println(<bold>value</bold>)
8 foo { <bold>value</bold> ->
8 [LAMBDA CALLS] foo <bold>{ value -></bold>
3 [LAMBDA CALLS] fun foo(<bold>f: (Int) -> Unit</bold>): Int {
4 return f(<bold>1</bold>)