[FIR] Ignore CFA-only edges in DFA even if they are dead

^KT-53920 Fixed
This commit is contained in:
Dmitriy Novozhilov
2022-10-17 12:10:08 +03:00
committed by Space Team
parent 0eb34983cb
commit fa9f0bcf84
8 changed files with 52 additions and 12 deletions
@@ -0,0 +1,6 @@
// ISSUE: KT-53920
fun test() {
return
object {}
}