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

11 lines
239 B
Solidity

contract C {
event Test(function() external indexed);
function f() public {
emit Test(this.f);
}
}
// ====
// ----
// f() ->
// ~ emit Test(function): #0x0fdd67305928fcac8d213d1e47bfa6165cd0b87b26121ff00000000000000000