Files
kotlin-fork/idea/testData/slicer/inflow/ifExpression.results.txt
T

6 lines
322 B
Plaintext
Vendored

4 <bold>val x</bold> = if (m > 1) n else 1 (in test(Int, Int))
4 val x = <bold>if (m > 1) n else 1</bold> (in test(Int, Int))
4 val x = if (m > 1) <bold>n</bold> else 1 (in test(Int, Int))
3 fun test(m: Int, <bold>n: Int</bold>) { (in test(Int, Int))
4 val x = if (m > 1) n else <bold>1</bold> (in test(Int, Int))