Слияние кода завершено, страница обновится автоматически
For function with optional parameters, it should be examined for potential override equivalent signatures (including not only consider the actual signature but also all possible signatures with optional parameters removed). For example, for function function foo(required, optional1, optional2)
, it is also important to verify the signatures foo(required, optional1)
and foo(required)
.
Вход Перед тем как оставить комментарий