[FIR] Ignore CFA-only edges in DFA even if they are dead
^KT-53920 Fixed
This commit is contained in:
committed by
Space Team
parent
0eb34983cb
commit
fa9f0bcf84
+11
@@ -0,0 +1,11 @@
|
||||
FILE: anonymousObjectInUnreachableCode.kt
|
||||
public final fun test(): R|kotlin/Unit| {
|
||||
^test Unit
|
||||
object : R|kotlin/Any| {
|
||||
private constructor(): R|<anonymous>| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user