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

11 lines
66 B
Plaintext
Vendored

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