We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0b689 commit 9b4f0bfCopy full SHA for 9b4f0bf
jbmc/src/java_bytecode/java_bytecode_convert_class.cpp
@@ -645,6 +645,7 @@ void java_bytecode_convert_classt::convert(
645
// link matches the method used by java_bytecode_convert_method::convert
646
// for methods.
647
new_symbol.type.set(ID_C_class, class_symbol.name);
648
+ new_symbol.type.set(ID_C_constant, f.is_final);
649
new_symbol.pretty_name=id2string(class_symbol.pretty_name)+
650
"."+id2string(f.name);
651
new_symbol.mode=ID_java;
0 commit comments