solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/139_no_name_suggestion.sol

6 lines
111 B
Solidity
Raw Normal View History

contract c {
function g() public { fun(); }
}
// ----
// DeclarationError: (39-42): Undeclared identifier.