Rearrange to declare

Report a typo

Arrange the lines of code in the correct order to declare MyBaseClass and its myMethod method as open.

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

Create a free account to access the full topic