Skip to content

Commit 08be002

Browse files
author
Matthias Güdemann
committed
Split add_array_type, specialize for enums
1 parent 6ac0032 commit 08be002

File tree

3 files changed

+217
-168
lines changed

3 files changed

+217
-168
lines changed

jbmc/src/java_bytecode/java_bytecode_language.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,9 @@ bool java_bytecode_languaget::typecheck(
653653
}
654654
}
655655

656+
// Add array type clone specializations for enumerations
657+
add_java_enum_arrays(symbol_table);
658+
656659
// Now that all classes have been created in the symbol table we can populate
657660
// the class hierarchy:
658661
class_hierarchy(symbol_table);

0 commit comments

Comments
 (0)