Arrange code lines

Report a typo

Arrange the lines of code in the correct order to override the myMethod method in MyDerivedClass.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                }
              
                println("Overridden implementation")
              
                override fun myMethod() {
              
                class MyDerivedClass : MyBaseClass() {
              
                }
              
___

Create a free account to access the full topic