tlang/source/tlang/testing/typecheck/simple_float_constant_bad.t

4 lines
50 B
Raku

module simple;
float f1 = 1.4d;
double f2 = 1.4f;