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