aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/144_no_spurious_identifier_suggestions.sol
blob: 2316cb3d34be1b769741e04f876b93e25941a813 (plain) (tree)
1
2
3
4
5
6
7
8







                                                    
contract c {
    function g() public {
        uint va = 1;
        uint vb = x;
     }
}
// ----
// DeclarationError: (78-79): Undeclared identifier.