TrailingComma: fix case of when without expression or property
#KT-34744 #KT-36393 Fixed
This commit is contained in:
@@ -70,7 +70,7 @@ fun foo(x: Any) {
|
||||
}
|
||||
|
||||
when {
|
||||
x in coll,
|
||||
x in coll
|
||||
-> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user