contract A { int public testvar; function foo() internal override(N, Z) returns (uint256); } // ---- // DeclarationError 7920: (68-69='N'): Identifier not found or not unique.