72648d305e
#KT-4090 Fixed
12 lines
319 B
Kotlin
Vendored
12 lines
319 B
Kotlin
Vendored
fun some(body: () -> Unit) = body()
|
|
|
|
fun oneMore() <fold text='{...}' expand='true'>{
|
|
some <fold text='{...}' expand='true'>{
|
|
// this is a comment
|
|
val v1 = "Body"
|
|
val v2 = "of"
|
|
val v3 = "function"
|
|
}</fold>
|
|
}</fold>
|
|
|
|
// Generated from: idea/testData/folding/checkCollapse/block.kt |