We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7bc52 commit 6563c36Copy full SHA for 6563c36
mypy/nodes.py
@@ -3593,7 +3593,7 @@ def f(x: B[T]) -> T: ... # without T, Any would be used here
3593
type will be initially an instance type with wrong number of type arguments.
3594
Such instances are all fixed either during or after main semantic analysis passes.
3595
We therefore store the difference between `List` and `List[Any]` rvalues (targets)
3596
- using the `no_args` flag. See also TypeAliasExpr.no_args.
+ using the `no_args` flag.
3597
3598
Meaning of other fields:
3599
0 commit comments