akuleshov7 / ktoml

Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS

Home Page:https://akuleshov7.github.io/ktoml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stackoverflow can possibly happen on weird recursive declarations

akuleshov7 opened this issue · comments

Weird case, but anyway valid from the language perspective:

@Serializable
class A(val b: A?)