Hey, so I've got an abstract class that implements...
# getting-started
m
Hey, so I've got an abstract class that implements a method inherited from its parent class, right? And then another class extends my abstract class. However, I'm still getting an error saying I have to implement the method which is already implemented in the mid-level class. What gives? Edit: mid-level class is Kotlin, top level is Kotlin, but bottom-level is Java.