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