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: docs/docs/reference/other-new-features/export.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ A member is _eligible_ if all of the following holds:
78
78
It is a compile-time error if a simple or renaming selector does not identify any eligible members.
79
79
80
80
Type members are aliased by type definitions, and term members are aliased by method definitions. Export aliases copy the type and value parameters of the members they refer to.
81
-
Export aliases are always `final`. Aliases of given instances are again defined as givens (and aliases of old-style implicits are `implicit`). Aliases of inline methods or values are again defined `inline`. There are no other modifiers that can be given to an alias. This has the following consequences for overriding:
81
+
Export aliases are always `final`. Aliases of given instances are again defined as givens (and aliases of old-style implicits are `implicit`). Aliases of extensions are again defined as extensions. Aliases of inline methods or values are again defined `inline`. There are no other modifiers that can be given to an alias. This has the following consequences for overriding:
82
82
83
83
- Export aliases cannot be overridden, since they are final.
84
84
- Export aliases cannot override concrete members in base classes, since they are
0 commit comments