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: draft/object-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -577,7 +577,7 @@ Check phases
577
577
Type {X} is not assignable to {Y}
578
578
```
579
579
580
-
2. Go through the list of properties. For each one, check if it's defined in the type definition. If it's not, it should generate the type error
580
+
2. Go through the list of properties. For each one, check if it's defined in the type definition. If it's not, it should generate the type error. This error only appears if rule number one passes the checker.
581
581
582
582
```
583
583
Object literal may only specify known properties, and 'g' does not exist in type 'D'.
0 commit comments