We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eb9156 + 6256290 commit 0498da9Copy full SHA for 0498da9
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