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

11 lines
66 B
Kotlin
Vendored

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