blob: 1adef634fb60030fa7839950b01402f6a82f4792 [file] [log] [blame]
package p;
interface A{
public static final int i= 0;
int j= 1;
void m();
}