We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225cc90 commit d53c0daCopy full SHA for d53c0da
1 file changed
design/mvp/Explainer.md
@@ -1087,9 +1087,9 @@ and `$C1` is a subtype of `$C2`:
1087
)
1088
```
1089
1090
-🔗 Note that [canonical interface names](#-canonical-interface-name) may be
1091
-annotated with a `versionsuffix` which is ignored for type checking except to
1092
-improve diagnostic messages.
+🔗/📝 Note that all `attribute`s on `import`s and `export`s are ignored by type
+checking and so any `external-id`, `implements` or `versionsuffix` attribute can
+be added to any of the `func`s above without changing the result.
1093
1094
When we next consider type imports and exports, there are two distinct
1095
subcases of `typebound` to consider: `eq` and `sub`.
0 commit comments