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