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
Doesn't look like a regression (same behavior in 1.7, 1.6, and 1.5.). Yes, this should be fixed as part of #16943. Leaving as separate issue so test this case explicitly.
Line 10 is
"a": "b",
. The missing type ismap[string]string
, and it belongs on line 9 (f: {
).Low priority. Possibly will be fixed for free by the fix to #16943.
cc @mdempsky @odeke-em
The text was updated successfully, but these errors were encountered: