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
We're checking return type assignability and end up with a T from unwrapping the return type annotation but an Awaited<T> from checking the ReturnStatement's expression.
The text was updated successfully, but these errors were encountered:
From lensapp/lens:
getAwaitedType
returning anAwaited<T>
instantiation when checking return statements.Originally posted by @rbuckton in #45846 (comment)
We're checking return type assignability and end up with a
T
from unwrapping the return type annotation but anAwaited<T>
from checking the ReturnStatement's expression.The text was updated successfully, but these errors were encountered: