This will increase test suite effectiveness. Probably should be only applied to negative tests. Example: ```go func floatLit() { //= explicit-int/frac _ = 0.0 //= explicit-int/frac _ = 0.123 //= explicit-int/frac _ = 1.0 } ```