// "Convert '1e137' to float" "false" class Test { void bar() { foo(1e137); } void foo(float f){} }