Files
kotlin-fork/idea/testData/slicer/outflow/functionCalls.results.txt
T
2018-01-17 12:40:34 +03:00

5 lines
150 B
Plaintext
Vendored

3 fun <bold>foo(n: Int) = n + 1</bold>
3 int x = FunctionCallsKt.<bold>foo</bold>(2);
6 val x = <bold>foo(1)</bold>
6 val <bold>x = foo(1)</bold>