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

8 lines
153 B
Solidity
Raw Normal View History

contract test {
function f() public {
uintM something = 3;
}
}
// ----
// DeclarationError: (50-55): Identifier not found or not unique.