[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
//KT-2585 Code in try-finally is incorrectly marked as unreachable
|
||||
|
||||
fun foo(x: String): String {
|
||||
try {
|
||||
throw RuntimeException() //should be marked as unreachable, but is not
|
||||
} finally {
|
||||
throw NullPointerException()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user