blob: cf6159d5eab0121ffd439f48fa6f9ba943c8708f [file] [log] [blame]
package test;
import org.jetbrains.annotations.Nullable;
public interface JavaInterface {
void subject(@Nullable String s)
}