Fix intention for when: insert '||' instead of ','
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// ERROR: Expected condition of type kotlin.Boolean
|
||||
// ERROR: Expected condition of type kotlin.Boolean
|
||||
// SKIP_ERRORS_AFTER
|
||||
|
||||
fun test(n: Int): String {
|
||||
return <caret>when {
|
||||
|
||||
Reference in New Issue
Block a user