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 f8991d9 commit 249fb3fCopy full SHA for 249fb3f
jbmc/src/java_bytecode/simple_method_stubbing.cpp
@@ -170,7 +170,8 @@ void java_simple_method_stubst::create_method_stub(symbolt &symbol)
170
symbol_table);
171
const symbol_exprt &init_symbol_expression = init_symbol.symbol_expr();
172
code_assignt get_argument(
173
- init_symbol_expression, symbol_exprt(this_argument.get_identifier()));
+ init_symbol_expression,
174
+ symbol_exprt(this_argument.get_identifier(), this_type));
175
get_argument.add_source_location() = synthesized_source_location;
176
new_instructions.add(get_argument);
177
create_method_stub_at(
0 commit comments