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

6 lines
182 B
Solidity

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