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

11 lines
410 B
Plaintext
Vendored

8 val x = <bold>1</bold> (in K.test())
8 <bold>val x</bold> = 1 (in K.test())
9 J().foo(<bold>x</bold>) (in K.test())
2 void foo(int <bold>n</bold>) {
3 int y = <bold>n</bold>;
3 int <bold>y = n;</bold>
4 new K().bar(<bold>y</bold>);
3 fun bar(<bold>m: Int</bold>) { (in K.bar(Int))
4 val z = <bold>m</bold> (in K.bar(Int))
4 <bold>val z</bold> = m (in K.bar(Int))