TrailingCommaVisitor: adapt to TrailingCommaContext
#KT-39123 Fixed
This commit is contained in:
Vendored
+7
@@ -43,4 +43,11 @@ else->1
|
||||
when {}
|
||||
}
|
||||
|
||||
val a = when {
|
||||
true && true && true -> {
|
||||
}
|
||||
else -> {
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_IN_COLUMNS_CASE_BRANCH
|
||||
Reference in New Issue
Block a user