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
Copy file name to clipboardExpand all lines: tests/build_tests/super_errors/expected/variant_tag_overlaps_with_field_as.res.expected
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@
7
7
3 [2m│[0m
8
8
4 [2m│[0m let cat = Cat({catName: "my cat"})
9
9
10
-
Constructor Cat: the @tag name "name" conflicts with inline record field "name". Use a different @tag name or rename the field.
10
+
Constructor Cat: the @tag name "name" conflicts with the runtime value of inline record field "catName". Use a different @tag name or rename the field.
0 commit comments