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