Describe the problem
I have created the information in Task 7 exactly as documented, but when I try to run the code after creating the interface, I receive the following error in REPL: 'eat' overrides nothing
In which step of the codelab can this issue be found?
Kotlin Bootcamp for Programmers 4: Object-oriented programming
Task: Compare abstract classes and interfaces
Step 2. Create an interface
Steps to reproduce?
all of the items listed in task 7
Versions
IntelliJ IDEA 2020.2 (Community Edition)
Build #IC-202.6397.94, built on July 27, 2020
Runtime version: 11.0.7+10-b944.20 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1960M
Cores: 12
Non-Bundled Plugins: org.jetbrains.kotlin
Additional information
Add any other context about the problem here.
Describe the problem I have created the information in Task 7 exactly as documented, but when I try to run the code after creating the interface, I receive the following error in REPL: 'eat' overrides nothing
In which step of the codelab can this issue be found? Kotlin Bootcamp for Programmers 4: Object-oriented programming
Steps to reproduce? all of the items listed in task 7
Versions IntelliJ IDEA 2020.2 (Community Edition) Build #IC-202.6397.94, built on July 27, 2020 Runtime version: 11.0.7+10-b944.20 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1960M Cores: 12 Non-Bundled Plugins: org.jetbrains.kotlin
Additional information Add any other context about the problem here.
codelab: kotlin-bootcamp