blob: 6ddc592c51657fff5971c8203c9586ddf44c0daf [file] [log] [blame]
<spot>public interface X</spot> {
void f();
}
class Y implements X {
public void f() {
}
}