Skip to content

Commit a604b26

Browse files
thk123Matthias Güdemann
thk123
authored and
Matthias Güdemann
committed
!fixup Removed impossible condition (9fc5bfd)
1 parent 12f049e commit a604b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_bytecode/java_bytecode_parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ void java_bytecode_parsert::read_bootstrapmethods_entry(classt &parsed_class)
19261926
// If parse_method_handle can't parse the lambda method, it should return {}
19271927
POSTCONDITION(
19281928
lambda_method_handle->handle_type !=
1929-
method_handle_typet::LAMBDA_METHOD_HANDLE);
1929+
method_handle_typet::UNKNOWN_HANDLE);
19301930

19311931
lambda_method_handle->interface_type =
19321932
pool_entry(interface_type_argument.ref1).s;

0 commit comments

Comments
 (0)