1 2 3 4 5 6
contract C { fixed constant L = 10.5; uint[L] ids; } // ---- // TypeError: (51-52): Array with fractional length specified.