FIR DFA: isolate effects between blocks in try expression
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
1f1e1828a7
commit
bd173ebebc
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
sealed class Result {
|
||||
class Failure(val exception: Exception) : Result()
|
||||
class Success(val message: String) : Result()
|
||||
|
||||
Reference in New Issue
Block a user