solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/290_varM_disqualified_as_keyword_2.sol

8 lines
154 B
Solidity

contract test {
function f() public {
intM should = 4;
}
}
// ----
// DeclarationError 7920: (50-54): Identifier not found or not unique.