diff --git a/conformance/results/results.html b/conformance/results/results.html index 0edd52cc..9ba599f6 100644 --- a/conformance/results/results.html +++ b/conformance/results/results.html @@ -182,7 +182,7 @@
Converting constructor to callable does not preserve class-scoped type params.
Does not include `__init__` when `__new__` returns `Self`.
Does not respect `NoReturn` return type on metaclass `__call__`.
Does not ignore `__init__` when `__new__` returns `Any`.
Unions overload return types.
Does not include `__init__` when `__new__` returns `Self`.
Does not ignore `__init__` when `__new__` returns `Any`.
Unions overload return types.
Does not report inconsistency between __new__ and __init__ (optional).