diff --git a/compiler/backend/src/org/jetbrains/kotlin/codegen/ExpressionCodegen.java b/compiler/backend/src/org/jetbrains/kotlin/codegen/ExpressionCodegen.java index 2729b0b6426..ddecf7a05e7 100644 --- a/compiler/backend/src/org/jetbrains/kotlin/codegen/ExpressionCodegen.java +++ b/compiler/backend/src/org/jetbrains/kotlin/codegen/ExpressionCodegen.java @@ -4570,7 +4570,12 @@ The "returned" value of try expression with no finally is either the last expres private void generateExceptionTable(@NotNull Label catchStart, @NotNull List