blob: 3d740f752b3b52d22774c8f49c5e98d1b8d146d4 [file] [log] [blame]
public interface I {
void foo(String s);
}