Files
kotlin/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/function/singleLambdaExpressionFunction1.kt
2019-11-29 11:33:27 +03:00

11 lines
68 B
Kotlin
Vendored

// MOVE: down
fun a() {
}
<caret>fun b() = {
""
}
fun c() {
}