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 45fa530 commit 8b8a3a7Copy full SHA for 8b8a3a7
test-data/unit/check-generics.test
@@ -2,8 +2,8 @@
2
-- --------------------
3
4
5
-from typing import TypeVar, Generic
6
[case testGenericMethodReturnType]
+from typing import TypeVar, Generic
7
T = TypeVar('T')
8
a: A[B]
9
b: B
0 commit comments