Fix testdata of RemoveSingleLambdaParameter quickfix

This commit is contained in:
Ilya Kirillov
2020-04-02 22:25:20 +03:00
parent cc0cb30b53
commit 126cd38360
2 changed files with 4 additions and 0 deletions
@@ -1,5 +1,7 @@
// "Remove single lambda parameter declaration" "false"
// ACTION: Add braces to 'if' statement
// ACTION: Convert to multi-line lambda
// ACTION: Enable a trailing comma by default in the formatter
// ACTION: Remove explicit lambda parameter types (may break code)
// ACTION: Rename to _
fun test(i: Int) {
@@ -1,5 +1,7 @@
// "Remove single lambda parameter declaration" "false"
// ACTION: Add braces to 'when' entry
// ACTION: Convert to multi-line lambda
// ACTION: Enable a trailing comma by default in the formatter
// ACTION: Remove explicit lambda parameter types (may break code)
// ACTION: Rename to _
fun test(i: Int) {