https://kotlinlang.org logo
#compiler
Title
# compiler
d

Daniel Svensson

10/05/2021, 12:25 PM
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

bashor

10/06/2021, 2:48 PM
сс @Ilmir Usmanov [JB]
i

Ilmir Usmanov [JB]

10/06/2021, 3:59 PM
🙏 1
❤️ 1
3 Views