Skip to content

Commit 5d4ead6

Browse files
committed
WIP
1 parent 3d63ebe commit 5d4ead6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

working/4200-metaobjects/feature-specification.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ return type `X` is treated as `X.call`.
497497
can be expressed using the same syntax as statically resolved tear-offs and
498498
invocations, e.g., `X.new` and `X.new(42)`. Note that these forms may also
499499
invoke or tear off a method named `call` in situations where this method
500-
does not forward the invocation to a constructor. For example, it could
501-
forward to a static method named `call` for some values of `X`.*
500+
does not forward the invocation to a constructor. For example, it could be
501+
a method named `call` inherited due to a `static extends` clause.*
502502

503503
Consider a member access whose receiver is a possibly qualified identifier
504504
that denotes a class, mixin, mixin class, or enum declaration _D_ (e.g.,

0 commit comments

Comments
 (0)