Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як у Kotlin визначити анонімний клас?
val obj = MyInterface {
override fun doSomething() {
println("Doing something")
}
val obj = object : MyInterface {
val obj = anonymous MyInterface {
val obj = new MyInterface() {
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!