Files
kotlin-fork/idea/testData/slicer/outflow/lambdaResult.results.txt
T

9 lines
455 B
Plaintext
Vendored

8 val x = foo { <bold>it</bold> } (in test())
8 val x = foo <bold>{ it }</bold> (in test())
8 [LAMBDA CALLS] val x = foo <bold>{ it }</bold> (in test())
3 [LAMBDA CALLS] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int))
4 return <bold>f(1)</bold> (in foo((Int) -> Int))
3 <bold>fun foo(f: (Int) -> Int): Int</bold> {
8 val x = <bold>foo { it }</bold> (in test())
8 <bold>val x</bold> = foo { it } (in test())