test_virtual.sol 239 B

123456
  1. contract c {
  2. function test() public;
  3. }
  4. // ---- Expect: diagnostics ----
  5. // error: 3:13-35: function with no body missing 'virtual'. This was permitted in older versions of the Solidity language, please update.