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
When I put in this code, I see a RequestError at the bottom:
import'dart:async';
voidf<XextendsFutureOr<X>>(X x) {
x.asStream(); // A member from the interface of `Future`.
x.whatever; // A non-member of all classes nearby.
}
voidmain() {}
If I comment out both statements in f, the error disappears.
The text of the error is not copy-pastable 🤔 but I can screenshot it.
The text was updated successfully, but these errors were encountered:
When I put in this code, I see a RequestError at the bottom:
If I comment out both statements in
f
, the error disappears.The text of the error is not copy-pastable 🤔 but I can screenshot it.
The text was updated successfully, but these errors were encountered: