Skip to content

Commit f2ec10e

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#2320 from tautschnig/vs-return-type
Fix the return type to match the class member types
2 parents 0f2cc3a + 3e8eff4 commit f2ec10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jbmc/src/java_bytecode/java_bytecode_parser.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ class base_ref_infot : public structured_pool_entryt
308308
name_and_type_index = entry.ref2;
309309
}
310310

311-
u1 get_class_index() const
311+
u2 get_class_index() const
312312
{
313313
return class_index;
314314
}
315-
u1 get_name_and_type_index() const
315+
u2 get_name_and_type_index() const
316316
{
317317
return name_and_type_index;
318318
}

0 commit comments

Comments
 (0)