Results 2 comments of NullAqua

Replacing `List` with similar constructs like `Box` still results in similar errors ```kotlin @Serializable data class Box(val value: T) ```

> Hi, thanks for reporting the issue. > > I managed to fix it and value classes should now be correctly inlined with their respective ("wrapped") type. The changes will...