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

9 lines
300 B
Plaintext
Vendored

3 fun test(<bold>n: Int</bold>) { (in test(Int))
4 <bold>var x</bold> = n (in test(Int))
4 var x = <bold>n</bold> (in test(Int))
3 fun test(<bold>n: Int</bold>) { (in test(Int))
6 x = <bold>0</bold> (in test(Int))
4 <bold>var x</bold> = n (in test(Int))
6 x = <bold>0</bold> (in test(Int))