blob: 9afa2e5c6c0b3f6d87843b881c7afff9ca047761 [file] [log] [blame]
//no ref update
package p;
public class B{
B(){}
B(A A){}
A m(){
return (A)new A();
}
};