blob: 3d66c1032bf2e3f031b5178f0c7edf820c09a6b5 [file] [log] [blame]
package test0035;
import java.util.*;
public class Test {
public static void main(String[] args) {
double d = 1.0;
short s = (short) d;
}
}