solidity/test/libsolidity/syntaxTests/errors/weird2.sol
2021-02-11 14:18:04 +01:00

8 lines
186 B
Solidity

error E();
contract C {
bytes4 t = E.selector;
}
// ----
// TypeError 9582: (40-50): Member "selector" not found or not visible after argument-dependent lookup in function () pure.