-
-
Save MarcoSignoretto/2c0bdc25e6208e5fa976438984af1f2c to your computer and use it in GitHub Desktop.
ModuleA-B.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
< public final class ModuleA { | |
--- | |
> public final class ModuleB { | |
4c4 | |
< Iterable $this$forEach$iv = (Iterable)DefaultImpls.getDishes$default(dishesRepository, (DishSpecification)null, 1, (Object)null); | |
--- | |
> Iterable $this$forEach$iv = (Iterable)dishesRepository.getDishes(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment