blob: 8d13a1d76483fbe12ad164765ad6e087695d6c91 [file] [log] [blame]
package test0363;
/* Regression test for bug 22939 */
public class A {
void f(){
String xxxx= "xx";
String y= ( xxxx );
}
}