blob: a6a02f63824f00acb2f616d62cd5077787e7aeef [file] [log] [blame]
package p;
import java.util.List;
/** typecomment template*/
interface I {
public abstract List m();
}