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
voidmain(List<String> args) {
// ignore: foovar a =1;
}
Using the fix to ignore unused_local_variable just adds an additional line (making ignore: foo not work), but it should merge them (// ignore: foo, unused_local_variable).