deportedmethod-declaration.azsl 213 B

12345678
  1. class C
  2. {
  3. };
  4. int C::v();
  5. // Semantic Error 7: line 5::7 'intC::v()is a deported method declaration, which is considered ill-formed. You can make it a definition (with a body), or delete that statement.'
  6. // #EC 7