blob: b523f12588292b7b8f621d3fa42e2a242a0eab0e [file] [log] [blame]
public class CorrectReturnType2 {
public aaa.ddd.AClassz foo(){
return new aaa.ddd.AClass();
}
}