Files
kotlin-fork/idea/testData/slicer/inflow/lambdaResultWithDirectCall.leafGroups.txt
T

7 lines
285 B
Plaintext
Vendored

4 val x = { <bold>1</bold> }() (in test())
4 <bold>val x</bold> = { 1 }() (in test())
4 val x = <bold>{ 1 }()</bold> (in test())
4 [LAMBDA IN] val x = <bold>{ 1 }</bold>() (in test())
4 val x = <bold>{ 1 }</bold>() (in test())
4 val x = { <bold>1</bold> }() (in test())