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

7 lines
315 B
Plaintext
Vendored

8 override fun foo() = <bold>2</bold> (in B.foo())
8 override <bold>fun foo()</bold> = 2 (in B)
20 val x = a.<bold>foo()</bold> (in test(A, B,…))
20 <bold>val x</bold> = a.foo() (in test(A, B,…))
21 val y = b.<bold>foo()</bold> (in test(A, B,…))
21 <bold>val y</bold> = b.foo() (in test(A, B,…))