Is there any plans on adding interface delegation ...
# compiler
d
Is there any plans on adding interface delegation to value classes, fully compiled away?
@JvmInline value class Foo(val b: Iface): Iface by b; fun bar(b: Iface) { ... }; val foo = Foo(..); bar(foo) // no boxing
?
b
сс @Ilmir Usmanov [JB]
i
🙏 1
❤️ 1