<@U1H2QGNDC> Thx for the suggestion . this works `...
# announcements
n
@bamdmux Thx for the suggestion . this works
Copy code
open class C

data class A(val foo: String?) : C()

data class B(val bar: String?) : C()