We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ab75c commit ca473d6Copy full SHA for ca473d6
conformance/results/ty/constructors_callable.toml
@@ -1,5 +1,11 @@
1
conformance_automated = "Fail"
2
-conformant = "Unsupported"
+conformant = "Partial"
3
+notes = """
4
+Does not include `__init__` when `__new__` returns `Self`.
5
+Does not respect `NoReturn` return type on metaclass `__call__`.
6
+Does not ignore `__init__` when `__new__` returns `Any`.
7
+Unions overload return types.
8
+"""
9
errors_diff = """
10
Line 66: Expected 1 errors
11
Line 67: Expected 1 errors
0 commit comments