Files
kotlin-fork/idea/testData/slicer/outflow/callArgument.results.txt
T
Alexey Sedunov 858b454138 Analyze Data Flow: Initial implementation
#KT-11994 In Progress
2017-06-09 17:19:15 +03:00

5 lines
114 B
Plaintext
Vendored

7 val x = <bold>1</bold>
7 val <bold>x = 1</bold>
2 fun foo(<bold>n: Int</bold>) {
3 val <bold>y = n</bold>