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