aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/300_invalid_fixed_types_7x8_mxn.sol
blob: 7c511d2fdff102b38da893672921faee74662c5b (plain) (blame)
1
2
3
4
5
contract test {
    fixed7x8 c = 3.12345678;
}
// ----
// DeclarationError: (20-28): Identifier not found or not unique.