blob: 12dfe0fedefe9c66d7cbdd0e35eb2a7834aa85dd [file] [log] [blame]
package p;
public class C implements I {
public void foo () {}
}