You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return type of `::isValid()` cannot use a native
return type declaration yet as the method's return values
currently are of a different type (#1043).
Part of #811
The return type of `::isValid()` cannot use a native
return type declaration yet as the method's return values
currently are of a different type (#1043).
Part of #811
The return type of `::isValid()` cannot use a native
return type declaration yet as the method's return values
currently are of a different type (#1043).
Part of #811
Currently, is returns
int<0, max>|false
.We also need to add test coverage for this method and add a native return type declaration.
The text was updated successfully, but these errors were encountered: