blob: 7b0bfd1fd33501b17b17d436c954dc08f79780c0 [file] [log] [blame]
package p;
import java.util.*;
class A_testReturnType_in {
public List foo(){
return new ArrayList();
}
}