blob: 907f09e59436f88ccfeb2fdf77d258be267e7c02 [file] [log] [blame]
package p;
class A {
void f(){
String temp= "k";
String f= temp;
}
}