blob: c8a30dca6063021ca874156e34907fe4f9379e88 [file] [log] [blame]
package javaPack
import org.jetbrains.annotations.NotNull;
public interface I {
@NotNull
String foo();
}