diff --git a/conformance/results/results.html b/conformance/results/results.html index 85fce205..0edd52cc 100644 --- a/conformance/results/results.html +++ b/conformance/results/results.html @@ -182,7 +182,7 @@
Does not allow assigning a TypeForm to types.GenericAlias.
Does not allow passing a forward reference to a function accepting a TypeForm.
Fails to reject various weird annotations
Does not pass all assertions in the test file, due to limitations in ty's generics solver.
Incorrectly rejects a converter of `dict` combined with a default of `()`.
Incorrectly rejects passing a sequence of two-element string tuples to the `dict` constructor.
Does not properly handle field constructor that has default value for `kw_only` or `init` parameter.