Skip to content

Commit c3b8b5a

Browse files
Update tag in to_java_method_type
1 parent 972315a commit c3b8b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jbmc/src/java_bytecode/java_types.h

Lines changed: 1 addition & 0 deletions
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)