// "Cast argument to 'float'" "true-preview" class Test { void bar() { foo(1e-9d); } void foo(float f){} }