Skip to content

Commit ca473d6

Browse files
committed
annotate constructors_callable results
1 parent c1ab75c commit ca473d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

conformance/results/ty/constructors_callable.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
conformance_automated = "Fail"
2-
conformant = "Unsupported"
2+
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+
"""
39
errors_diff = """
410
Line 66: Expected 1 errors
511
Line 67: Expected 1 errors

0 commit comments

Comments
 (0)