blob: c6f8175bd8b9ad7fbc798b61f462e8705bee62a8 [file]
class Custom {
public interface Runnable {
void run2();
}
}