solidity/test/libsolidity/syntaxTests/immutable/external_function_pointer.sol
2022-04-01 23:41:18 -05:00

6 lines
191 B
Solidity

contract C {
function() external immutable f;
}
// ----
// TypeError 3366: (17-48='function() external immutable f'): Immutable variables of external function type are not yet supported.