We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda9efb commit 938d739Copy full SHA for 938d739
src/java_bytecode/java_bytecode_convert_method.cpp
@@ -1030,10 +1030,11 @@ codet java_bytecode_convert_methodt::convert_instructions(
1030
c=code_assertt(check);
1031
c.add_source_location().set_comment("Dynamic cast check");
1032
c.add_source_location().set_property_class("bad-dynamic-cast");
1033
- results[0]=op[0];
1034
}
1035
else
1036
c=code_skipt();
+
1037
+ results[0]=op[0];
1038
1039
else if(statement=="invokedynamic")
1040
{
0 commit comments