blob: a2eebffc4d5c292b9b2f45fd0ab74c305686923d [file] [log] [blame]
package p;
/** typecomment template*/
public interface IFoo {
public abstract void foo();
}