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
FAR doesn't understand properties/indexers/methods that are used in list-patterns yet.
_ = new Collection() is [1, 2];
class Collection
{
public int Length => 0;
public object this[int i] => null;
public Collection Slice(int i, int j) => null;
}
FAR doesn't understand properties/indexers/methods that are used in list-patterns yet.
Relates to test plan #51289
The text was updated successfully, but these errors were encountered: