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

6 lines
113 B
Solidity
Raw Normal View History

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