blob: 6692a78a01d63ba1f133e0daed61986da65b7a97 [file]
import delegationAndInheritanceFromJava.*
import java.util.HashSet
class Impl(b: B): A, B by b
fun box() = "OK"