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

4 lines
113 B
Plaintext
Vendored

4 operator fun <bold>plus(n: Int) = this</bold>
8 val x = <bold>A() + 2</bold>
8 val <bold>x = A() + 2</bold>