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
This commit is contained in:
Alexey Sedunov
2017-11-08 16:13:04 +03:00
parent 0fc1c793fe
commit fc307da383
35 changed files with 187 additions and 86 deletions
@@ -2,5 +2,6 @@
4 val f = <bold>{ 1 }</bold>
4 [LAMBDA] val f = <bold>{ 1 }</bold>
4 [LAMBDA] val <bold>f = { 1 }</bold>
5 val x = <bold>f()</bold>
5 val <bold>x = f()</bold>
5 [LAMBDA] val x = <bold>f</bold>()
5 val x = <bold>f()</bold>
5 val <bold>x = f()</bold>