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

5 lines
169 B
Plaintext
Vendored

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))