aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/299_invalid_fixed_types_long_invalid_identifier.sol
blob: 9ce2b1067217d970baf25c0178573f0d5c3f3251 (plain) (blame)
1
2
3
4
5
contract test {
    fixed99999999999999999999999999999999999999x7 b = 9.5;
}
// ----
// DeclarationError: (20-65): Identifier not found or not unique.