blob: bb8528c952e6364adffe369ccb0c5cbd45c7ec14 [file]
package p;
class AA{
void mm(int t){
String xx= "";
String yy= ( xx );
}
}