solidity/test/libsolidity/semanticTests/types/type_conversion_cleanup.sol
2019-07-22 16:31:46 +02:00

8 lines
272 B
Solidity

contract Test {
function test() public returns (uint ret) { return uint(address(Test(address(0x11223344556677889900112233445566778899001122)))); }
}
// ====
// compileViaYul: also
// ----
// test() -> 0x0000000000000000000000003344556677889900112233445566778899001122