Results 2 issues of NullAqua

I am using kotlinx for serialization, but the schema generated for the value class is incorrect. For example, I have a value class like this: ```kotlin @JvmInline @Serializable value class...

**Describe the bug** I previously reported a [bug](https://github.com/Kotlin/kotlinx.serialization/issues/2953). Simply put, when a class with generics has a field whose type is a generic interface, and the implementing class of the...

bug