// "Convert argument to 'float'" "true-preview" class Test { void bar() { foo(0.0F); } void foo(float f){} }