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