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

8 lines
450 B
Plaintext
Vendored

16 val v = <bold>i</bold> (in test())
15 foo { <bold>i</bold> -> (in test())
15 [LAMBDA CALLS ARGUMENT #0 EXTENSION] foo <bold>{ i -></bold> (in test())
4 [LAMBDA CALLS ARGUMENT #0 EXTENSION] fun foo(<bold>f: String.(Int) -> Unit</bold>) { (in foo(String.(Int) -> Unit))
5 f("", <bold>1</bold>) (in foo(String.(Int) -> Unit))
7 "".f(<bold>2</bold>) (in foo(String.(Int) -> Unit))
10 f(<bold>3</bold>) (in foo(String.(Int) -> Unit))