asm_reserved_words.sol 133 B

12345678
  1. contract default {
  2. function switch(bool case) public pure returns (bool) {
  3. return !case;
  4. }
  5. }
  6. // ---- Expect: diagnostics ----