FIR IDE: add quickfix AddWhenElseBranchFix
This commit is contained in:
committed by
Ilya Kirillov
parent
8e10b5fdec
commit
302e0fa46b
+2
-1
@@ -6,4 +6,5 @@ fun foo(b: Boolean) {
|
||||
false -> {}
|
||||
<caret>else -> error()
|
||||
}
|
||||
}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
|
||||
Reference in New Issue
Block a user