Skip to content

Commit c652ce6

Browse files
Update tag in to_java_method_type
1 parent e8a3ee3 commit c652ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jbmc/src/java_bytecode/java_types.h

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ inline const java_method_typet &to_java_method_type(const typet &type)
298298
inline java_method_typet &to_java_method_type(typet &type)
299299
{
300300
PRECONDITION(type.id() == ID_code);
301+
type.set(ID_C_java_method_type, true);
301302
return static_cast<java_method_typet &>(type);
302303
}
303304

0 commit comments

Comments
 (0)