Skip to content

Commit

Permalink
Create failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 14, 2024
1 parent 7973685 commit 978cd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/pythoneval.test
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ a2 = replace(a, x=42, q=42)
_testDataclassReplace.py:9: note: Revealed type is "_testDataclassReplace.A"
_testDataclassReplace.py:10: error: Too few arguments for "replace"
_testDataclassReplace.py:11: error: Argument "x" to "replace" of "A" has incompatible type "str"; expected "int"
_testDataclassReplace.py:12: error: Unexpected keyword argument "q" for "replace" of "A"
_testDataclassReplace.py:12: error: Unexpected keyword argument "q" for "replace" of "AA"

[case testGenericInferenceWithTuple]
# flags: --new-type-inference
Expand Down

0 comments on commit 978cd2a

Please sign in to comment.