We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fa596 commit a72469aCopy full SHA for a72469a
jbmc/src/java_bytecode/simple_method_stubbing.cpp
@@ -108,7 +108,7 @@ void java_simple_method_stubst::create_method_stub_at(
108
// If it's a constructor the thing we're constructing has already
109
// been allocated by this point.
110
if(is_constructor)
111
- to_init = dereference_exprt(to_init, expected_base);
+ to_init = dereference_exprt(to_init);
112
113
java_object_factory_parameterst parameters = object_factory_parameters;
114
if(assume_non_null)
0 commit comments