FIR IDE: add quickfix AddWhenElseBranchFix

This commit is contained in:
Tianyu Geng
2021-05-03 09:55:56 -07:00
committed by Ilya Kirillov
parent 8e10b5fdec
commit 302e0fa46b
56 changed files with 242 additions and 41 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ fun test() {
el<caret>se -> { /* other code */ }
2 -> { /* some more code */ }
}
}
}
/* IGNORE_FIR */