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
/// This is a dart doc./// It should show an auto-complete for Class1 over here: [C] but it doesn't./// Also should show autocomplete for instance values like bar over [Class1.] but it doesn't.library main;