solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/298_invalid_fixed_types_0x7_mxn.sol

6 lines
118 B
Solidity

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