We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a5dcb commit df895d3Copy full SHA for df895d3
unit/java_bytecode/java_bytecode_convert_method/convert_invoke_dynamic.cpp
@@ -105,6 +105,9 @@ void validate_lamdba_assignement(
105
Catch::Matchers::Vector::ContainsElementMatcher<irep_idt>{
106
tmp_class_identifier});
107
108
+ require_type::require_component(tmp_lambda_class_type, "@java.lang.Object");
109
+ // TODO verify the components of the class have been set correctly
110
+
111
THEN("The function in the class should call the lambda method")
112
{
113
const irep_idt method_identifier =
0 commit comments