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

11 lines
381 B
Plaintext
Vendored

4 <bold>val x</bold> = 1
3 int x = TopLevelPropertyUsagesKt.<bold>getX</bold>();
6 val y = <bold>x</bold> (in y)
6 <bold>val y</bold> = x
9 val y = <bold>x</bold> (in test())
9 <bold>val y</bold> = x (in test())
14 z = <bold>x</bold> (in test())
11 <bold>val z: Int</bold> (in test())
16 bar(<bold>x</bold>) (in test())
20 fun bar(<bold>m: Int</bold>) { (in bar(Int))