We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f118b7 commit c89abcdCopy full SHA for c89abcd
tests/test_mypy.yml
@@ -418,7 +418,6 @@
418
a: int
419
b = field()
420
421
- # TODO: Next Gen hasn't shipped with mypy yet so the following are wrong
422
reveal_type(A) # N: Revealed type is "def (a: Any) -> main.A"
423
reveal_type(B) # N: Revealed type is "def (a: builtins.int) -> main.B"
424
reveal_type(C) # N: Revealed type is "def (a: builtins.int, b: Any) -> main.C"
0 commit comments