//6, 13, 6, 14
package p;

interface I {
	static void staticMethod() {
		int i;
	}
}