We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dd6e3 commit 84d6fd8Copy full SHA for 84d6fd8
1 file changed
conformance/results/pycroscope/specialtypes_sentinels.toml
@@ -0,0 +1,8 @@
1
+conformance_automated = "Pass"
2
+errors_diff = """
3
+"""
4
+output = """
5
+./specialtypes_sentinels.py:15:10: Default value for argument x incompatible with declared type int [incompatible_default]
6
+./specialtypes_sentinels.py:36:6: Incompatible argument type for x: expected int | Literal[<<MISSING>>] but got <Cls.IN_CLASS> [incompatible_argument]
7
+./specialtypes_sentinels.py:39:6: Incompatible argument type for x: expected int | Literal[<Cls.IN_CLASS>] but got <<MISSING>> [incompatible_argument]
8
0 commit comments