We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24084c5 commit e7e53b3Copy full SHA for e7e53b3
libs/estdlib/src/erlang.erl
@@ -673,7 +673,7 @@ binary_to_integer(_Binary) ->
673
%% @end
674
%%-----------------------------------------------------------------------------
675
-spec binary_to_integer(Binary :: binary(), Base :: 2..36) -> integer().
676
-binary_to_integer(_Binary, Base) ->
+binary_to_integer(_Binary, _Base) ->
677
erlang:nif_error(undefined).
678
679
0 commit comments