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
IReadOnlyList<object?>?arguments;// a parameter or assigned elsewhereobjecto= arguments[0]!;// SA1011 does not like the `!` so close to the `]` character
Similar to #2927
Repros with 1.2.0-beta.66
The text was updated successfully, but these errors were encountered: