Files
kotlin-fork/idea/testData/slicer/outflow/localVariableUsages.results.txt
T
Alexey Sedunov fc307da383 Data Outflow: Show all reference expressions as separate steps
#KT-19012 Fixed
 #KT-19017 Fixed
 #KT-19036 Fixed
 #KT-19039 Fixed
 #KT-19104 Fixed
 #KT-19106 Fixed
2017-11-27 14:36:09 +03:00

8 lines
189 B
Plaintext
Vendored

6 val <bold>x = 1</bold>
8 val y = <bold>x</bold>
8 val <bold>y = x</bold>
11 z = <bold>x</bold>
10 val <bold>z: Int</bold>
13 foo(<bold>x</bold>)
2 fun foo(<bold>n: Int</bold>) {