solidity/test/libsolidity/syntaxTests/immutable/external_function_pointer.sol
2020-04-03 11:56:51 +02:00

6 lines
152 B
Solidity

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