solidity/test/libsolidity/semanticTests/constructor/constructor_function_argument.sol
2022-05-19 20:23:28 +02:00

8 lines
207 B
Solidity

// The IR of this test used to throw
contract D {
constructor(function() external returns (uint)) {
}
}
// ----
// constructor(): 0xfdd67305928fcac8d213d1e47bfa6165cd0b87b946644cd0000000000000000 ->