We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8743fa commit 6256290Copy full SHA for 6256290
jbmc/src/java_bytecode/java_local_variable_table.cpp
@@ -92,7 +92,7 @@ struct procedure_local_cfg_baset<
92
return (--args.second.end())->first;
93
}
94
95
- unsigned nodes_empty(const method_with_amapt &args) const
+ bool nodes_empty(const method_with_amapt &args) const
96
{
97
return args.second.empty();
98
0 commit comments