blob: 026ed770088faf86d399bac887681cc27408dae7 [file] [log] [blame]
// "Cast to 'java.lang.String'" "true"
class a {
void f() {
Object y = null;
String s = <caret>(Integer) y;
}
}