solidity/test/libsolidity/syntaxTests/unterminatedBlocks/zero_dot_x.sol
2022-04-01 23:41:18 -05:00

6 lines
182 B
Solidity

contract test {
function f() pure public { 0.x; }
}
// ----
// TypeError 9582: (47-50='0.x'): Member "x" not found or not visible after argument-dependent lookup in int_const 0.