solidity/test/libsolidity/semanticTests/state/msg_sender.sol
2023-05-11 10:56:55 -05:00

8 lines
153 B
Solidity

contract C {
function f() public returns (address) {
return msg.sender;
}
}
// ----
// f() -> 0x1212121212121212121212121212120000000012