Files
kotlin-fork/idea/testData/slicer/outflow/funBodyExpression.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
146 B
Plaintext
Vendored

3 fun foo(n: Int): Int = <bold>n</bold>
3 fun <bold>foo(n: Int): Int = n</bold>
6 val x = <bold>foo(1)</bold>
6 val <bold>x = foo(1)</bold>