blob: d4e2c5b7b90943e993b1640b2cf17bc288742b05 [file] [log] [blame]
package test0323;
public class Test {
void foo() {
String x;
x = (java.lang.Object) "s";
}
}