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

6 lines
195 B
Plaintext
Vendored

4 fun bar(n: Int) = <bold>n</bold>
4 fun <bold>bar(n: Int) = n</bold>
5 [LAMBDA OUT] val x = (<bold>::bar</bold>)(1)
5 val x = <bold>(::bar)(1)</bold>
5 val <bold>x = (::bar)(1)</bold>