FIR IDE: add quickfix AddWhenElseBranchFix
This commit is contained in:
committed by
Ilya Kirillov
parent
8e10b5fdec
commit
302e0fa46b
@@ -4,3 +4,4 @@ fun test(b: Boolean) = when(b) {
|
||||
false -> 0
|
||||
true -> TODO()
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
|
||||
Reference in New Issue
Block a user