blob: 4b656d66677aff654023ca074904aeb85a834eaa [file] [log] [blame]
package test0303;
import java.util.*;
public class Test {
void foo() {
char x;
x = (char)3;
}
}