aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/290_varM_disqualified_as_keyword_2.sol
blob: b9590a8c852713233928cea9fe13bf974e9f71e6 (plain) (blame)
1
2
3
4
5
6
7
contract test {
    function f() public {
        intM should = 4;
    }
}
// ----
// DeclarationError: (50-54): Identifier not found or not unique.