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
As part of QEP 2: Enhanced Array Literals, most of the Q# library code has switched to the new syntax for array initialization that our parse supports, but there are rare examples like
As part of QEP 2: Enhanced Array Literals, most of the Q# library code has switched to the new syntax for array initialization that our parse supports, but there are rare examples like
arrays/src/examples/Arrays/Empty.qs
Line 21 in 5825969
where the old syntax still appears. We may want to support it.