Files
kotlin-fork/idea/testData/slicer/outflow/operatorCallDereferences.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

10 lines
272 B
Plaintext
Vendored

17 var <bold>x = A()</bold>
19 DEREFERENCE: +<bold>x</bold>
20 DEREFERENCE: <bold>x</bold> + 1
21 DEREFERENCE: <bold>x</bold>++
22 DEREFERENCE: <bold>x</bold> += 1
23 DEREFERENCE: <bold>x</bold> *= 1
25 -<bold>x</bold>
26 <bold>x</bold> - 1
29 <bold>x</bold> /= 1