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 eb5ec24 commit f71cc7fCopy full SHA for f71cc7f
src/java_bytecode/java_bytecode_convert_method.cpp
@@ -387,6 +387,7 @@ void java_bytecode_convert_methodt::convert(
387
// Obtain a std::vector of code_typet::parametert objects from the
388
// (function) type of the symbol
389
typet member_type=method_symbol.type;
390
+ member_type.set(ID_C_class, class_symbol.name);
391
code_typet &code_type=to_code_type(member_type);
392
method_return_type=code_type.return_type();
393
code_typet::parameterst ¶meters=code_type.parameters();
0 commit comments