Skip to content

Commit 57e6b61

Browse files
committed
.
1 parent c2bb54f commit 57e6b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/unroll-default-arguments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@ If we did not have the reverse forwarder from `foo(String, Int, Boolean, Long)`
569569
It also will get caught by MiMa as a `ReversedMissingMethodProblem`.
570570

571571
This configuration of version is not allowed given our definition of backwards compatibility:
572-
that definition assumes that `Unrolled` must be of a greater version than `UnrolledObj`,
573-
which itself must be of a greater version than the final call to `UnrolledObj.foo`. However,
572+
that definition assumes that `Unrolled` must be of a greater or equal version than `UnrolledObj`,
573+
which itself must be of a greater or equal version than the final call to `UnrolledObj.foo`. However,
574574
the reverse forwarders are to fulfill our requirement
575575
[All Overrides Are Equivalent](#all-overrides-are-equivalent):
576576
looking at `trait Unrolled // version 3` and `object UnrolledObj // version 2` in isolation,

0 commit comments

Comments
 (0)