aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/290_varM_disqualified_as_keyword_3.sol
blob: 85d4c25bff88645a9312f3490f2b649ca57e018e (plain) (blame)
1
2
3
4
5
6
7
contract test {
    function f() public {
        bytesM fail = "now";
    }
}
// ----
// DeclarationError: (50-56): Identifier not found or not unique.