scopes.sol 235 B

1234567891011
  1. contract test {
  2. function goodset() public returns (bool) {
  3. {
  4. bool a = true;
  5. }
  6. return a;
  7. }
  8. }
  9. // ---- Expect: diagnostics ----
  10. // error: 7:20-21: 'a' not found