aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/unterminatedBlocks/one_dot_x.sol
blob: 3cc59374c759a549e399927d0c31478fa7b50e08 (plain) (blame)
1
2
3
4
5
contract test {
    function f() pure public { 1.x; }
}
// ----
// TypeError: (47-50): Member "x" not found or not visible after argument-dependent lookup in int_const 1.