Describe the problem
A clear and concise description of what the problem is.
There's a small typo where it says:
The following diagram represents the Shark and the Plecostomus classes, both composed of the PrintingFishAction and FishColor interfaces, but delegating the implementation to them.
PrintingFishAction is actually the class implementation, not the interface. It should say instead:
... composed of the FishAction and FishColor interfaces
In which step of the codelab can this issue be found?
4 (Task 8: Use interface delegation)
Steps to reproduce?
What are the steps to reproduce the problem?
Versions
What version of IntelliJ IDEA are you using?
Additional information
Add any other context about the problem here.
Describe the problem A clear and concise description of what the problem is. There's a small typo where it says:
PrintingFishAction
is actually the class implementation, not the interface. It should say instead:In which step of the codelab can this issue be found? 4 (Task 8: Use interface delegation)
Steps to reproduce? What are the steps to reproduce the problem?
Versions What version of IntelliJ IDEA are you using?
Additional information Add any other context about the problem here.
codelab: kotlin-bootcamp