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 8888c0e commit a2e9286Copy full SHA for a2e9286
jbmc/src/java_bytecode/java_bytecode_language.cpp
@@ -1039,6 +1039,8 @@ bool java_bytecode_languaget::convert_single_method(
1039
return false;
1040
}
1041
1042
+ // The return of an opaque function is a source of an otherwise invisible
1043
+ // instantiation, so here we ensure we've loaded the appropriate classes.
1044
const code_typet function_type = to_code_type(symbol.type);
1045
if(
1046
const pointer_typet *pointer_return_type =
0 commit comments