FIR IDE: add quickfix AddWhenElseBranchFix
This commit is contained in:
committed by
Ilya Kirillov
parent
8e10b5fdec
commit
302e0fa46b
@@ -8,4 +8,5 @@ fun test(i: Int, j: Int) {
|
||||
i < 0, j < 0, j > i -> { /* code 4 */ }
|
||||
else -> { /* other code */ }
|
||||
}
|
||||
}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
|
||||
Reference in New Issue
Block a user