// "Convert '0.0' to float" "true" class Test { void bar() { foo(0<caret>.0); } void foo(float f){} }