aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/298_invalid_fixed_types_0x7_mxn.sol
blob: ea9e5d0ff164706126a5ac383f89275b4d3dabdf (plain) (tree)
1
2
3
4
5




                                                                 
contract test {
    fixed0x7 a = .3;
}
// ----
// DeclarationError: (20-28): Identifier not found or not unique.