blob: f1eab98ca08144d50075b0bc469d7047cadfb8ec [file] [log] [blame]
package com.siyeh.igtest.abstraction;
public interface Interface {
void baz();
}