blob: 2a239ca665db401a6b445b5452117a8285984120 [file] [log] [blame]
public class Casts {
void method(Object o) {
char c = (char) o;
}
}