[FIR] UNREACHABLE_CODE diagnostic (wip)
Implementation for PSI only
This commit is contained in:
committed by
TeamCityServer
parent
dcd61c292d
commit
ec4cbfef59
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun testIf() {
|
||||
if (todo()) 1 else 2
|
||||
if (todo()) <!UNREACHABLE_CODE!>1<!> else <!UNREACHABLE_CODE!>2<!>
|
||||
}
|
||||
|
||||
fun testIf1(b: Boolean) {
|
||||
|
||||
Reference in New Issue
Block a user