FIR DFA: isolate effects between blocks in try expression
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
1f1e1828a7
commit
bd173ebebc
+1
-1
@@ -14,7 +14,7 @@ fun tryCatchFinally(x: Int?) {
|
||||
} catch (e: Exception) {
|
||||
x!!
|
||||
} finally {
|
||||
checkSubtype<Int>(x)
|
||||
<!INAPPLICABLE_CANDIDATE!>checkSubtype<!><Int>(x)
|
||||
x!!
|
||||
}
|
||||
checkSubtype<Int>(x)
|
||||
|
||||
Reference in New Issue
Block a user