...
This noncompliant code example declares a shared boolean
variable flag
and provides a toggle()
method that negates to negate the current value of flag
.
...
...
This noncompliant code example declares a shared boolean
variable flag
and provides a toggle()
method that negates to negate the current value of flag
.
...