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

16 lines
552 B
Plaintext
Vendored

4 fun foo() = <bold>1</bold> (in A.foo())
8 val <bold>x = a.foo()</bold> (in test(A, B,…))
8 val x = <bold>a.foo()</bold> (in test(A, B,…))
4 fun <bold>foo() = 1</bold> (in A)
4 fun foo() = <bold>1</bold> (in A.foo())
3 return <bold>2</bold>;
8 val <bold>x = a.foo()</bold> (in test(A, B,…))
8 val x = <bold>a.foo()</bold> (in test(A, B,…))
3 return <bold>2</bold>;
13 return <bold>4</bold>;
8 val <bold>x = a.foo()</bold> (in test(A, B,…))
8 val x = <bold>a.foo()</bold> (in test(A, B,…))
13 return <bold>4</bold>;