https://kotlinlang.org logo
k

kristofdho

10/10/2017, 6:44 PM
can't you just use
Copy code
class Derived() : Base by BaseImpl(2) {

}