blob: a5459852ab0559eecd2534130acf0b2701dc53ee [file] [log] [blame]
package javaPack
import org.jetbrains.annotations.NotNull;
<selection>public class C implements I {
@NotNull
@Override
public String foo() {
return "";
}
}</selection>