blob: 356c54850e2a609a25766e0a03ce677dc9a77a89 [file] [log] [blame]
package p;
/** typecomment template*/
interface I {
public static final int i= 0;
int j= 1;
void m();
}