blob: 62806a05fc380ed6515f5835fdfcc32c9667f11d [file] [log] [blame]
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public class Npe {
@NotNull Object foo() {
return null;
}
}