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

9 lines
411 B
Plaintext
Vendored

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