hughartk
Results
1
issues of
hughartk
Related to https://github.com/cbeust/klaxon/issues/114, and is tested with 2.1.8. Given: ```Kotlin interface Foo{ val x: Int } data class FooImpl(override val x: Int): Foo data class BarImpl(val y: Int, val foo:...