// "Cast argument to 'float'" "true-preview" class Test { void bar() { foo(.3); } void foo(float f){} }