Process J - A Concurrent Language
CSP semantics - Java-like syntax
Log in
Sign up
About
Install
Tutorial
Errors
Code Catalog
Research Papers
Error 2202
Message
'XXX' already declared in this scope.
Explanation
There is already a local variable declaration in the same scope that declares a different local variable with the same name.
Discussion
Nothing here yet!