Files
kotlin-fork/idea/testData/slicer/inflow/funResultViaCallableRefWithDirectCall.results.txt
T
2020-02-13 07:40:33 +02:00

8 lines
271 B
Plaintext
Vendored

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