Don't get what do you mean, the following works we...
# announcements
c
Don't get what do you mean, the following works well
Copy code
class AA {

    abstract class B
}

class Z : AA.B() 

fun f() {
    Z()
}