You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revealed type is 'C' (code: reveal_type)
In <code> at line 12
9:
10: @asynq()
11: def f():
12: reveal_type(C.load())
^
13: reveal_type((yield C.load.asynq()))
Revealed type is 'Any[generic_argument]' (code: reveal_type)
In <code> at line 13
10: @asynq()
11: def f():
12: reveal_type(C.load())
13: reveal_type((yield C.load.asynq()))
^
With the asynq call we lose the precise type somewhere along the way.
The text was updated successfully, but these errors were encountered:
Produces:
With the asynq call we lose the precise type somewhere along the way.
The text was updated successfully, but these errors were encountered: