blob: 9efe21b9ef4dc41a447eabb5e392e73e12268402 [file] [log] [blame]
package test0033;
import java.util.*;
public class Test {
public static void main(String[] args) {
double d = 1.0;
float f = (float) d;
}
}