global_functions_02.sol 137 B

12345
  1. function x() virtual {}
  2. // ---- Expect: diagnostics ----
  3. // error: 2:22-29: only functions in contracts can be virtual