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

3 lines
77 B
Plaintext
Vendored

3 fun test(m: Int, <bold>n: Int</bold>) {
4 val <bold>x = when (m) {</bold>