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