Files
kotlin-fork/idea/testData/folding/checkCollapse/functionWithExpressionBody2.kt
T
2019-11-12 16:07:52 +03:00

5 lines
95 B
Kotlin
Vendored

fun test() =
<fold text='{...}' expand='true'>if (true)
1
else
0</fold>