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

6 lines
187 B
Plaintext
Vendored

8 val <bold>hello = "Hello"</bold>
9 println("hello = $<bold>hello</bold>")
10 f1(<bold>hello</bold>)
3 fun f1(<bold>param: String</bold>){
4 val a = "param = $<bold>param</bold>"