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

7 lines
349 B
Plaintext
Vendored

4 f(<bold>1</bold>) (in foo((Int) -> Unit))
9 val v = <bold>value</bold> (in test())
8 foo { <bold>value</bold> -> (in test())
8 [LAMBDA CALLS ARGUMENT #0] foo <bold>{ value -></bold> (in test())
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Unit</bold>) { (in foo((Int) -> Unit))
4 f(<bold>1</bold>) (in foo((Int) -> Unit))