Put arguments/parameters on separate/one line should update trailing comma
#KT-36411 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// INTENTION_TEXT: "Put parameters on one line"
|
||||
// SET_TRUE: ALLOW_TRAILING_COMMA
|
||||
|
||||
fun test(
|
||||
a: Int,
|
||||
b: Int,<caret>
|
||||
c: Int,
|
||||
) {}
|
||||
Reference in New Issue
Block a user