Files
kotlin-fork/idea/testData/slicer/inflow/funWithExpressionBody.leafGroups.txt
T
2018-01-12 13:54:20 +03:00

5 lines
121 B
Plaintext
Vendored

3 fun foo(n: Int) = <bold>n + 1</bold>
3 fun <bold>foo(n: Int) = n + 1</bold>
3 fun foo(n: Int) = <bold>n + 1</bold>