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 d75dacc commit d5e5e1bCopy full SHA for d5e5e1b
test-data/unit/check-async-await.test
@@ -67,7 +67,7 @@ async def f() -> int:
67
return x
68
[out]
69
main: note: In function "f":
70
-main: error: Incompatible types in await (actual type Iterator[Any], expected Awaitable)
+main:6: error: Incompatible types in await (actual type Iterator[Any], expected Awaitable)
71
72
[case testAwaitArgumentError]
73
# options: fast_parser
@@ -79,7 +79,7 @@ async def f() -> int:
79
[builtins fixtures/async_await.py]
80
81
82
-main: error: Incompatible types in await (actual type "int", expected Awaitable)
+main:5: error: Incompatible types in await (actual type "int", expected Awaitable)
83
84
[case testAwaitResultError]
85
0 commit comments