blob: 3a89a80542992eb2b21294abef79c6e90028802f [file] [log] [blame]
public class Foo
{
public static void main( String[] args )
{
Object value = null;
System.out.println( "float" + ":" + new Float( 5.5f ));
}
}