blob: c24a280bb8e2ea2e0847598b22b511c8341d6788 [file] [log] [blame]
package p;
class A{
Integer m(){
Integer x= null;
return x;
}
}