Create TrailingCommaIntention
#KT-34744
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Convert to run { ... }
|
||||
// ACTION: Specify explicit lambda signature
|
||||
// ACTION: Enable a trailing comma by default in the formatter
|
||||
// ACTION: Specify explicit lambda signature
|
||||
// ACTION: Specify return type explicitly
|
||||
fun test(a: Int, b: Int) = <caret>{
|
||||
|
||||
Reference in New Issue
Block a user