solidity/test/libsolidity/semanticTests/events/event_indexed_function.sol
2021-05-27 23:21:55 -05:00

12 lines
262 B
Solidity

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