<@U5HQ6EZ4L> <@U0F8Y5E5A> there is one more alte...
# announcements
c
@ugurk @mg6maciej there is one more alternative to Java's implementation that could be suitable in some cases
Copy code
class C : A() {
    fun newB(): A.B {
        return object : B() {
        }
    }
}