orchestr7/ktoml

Stackoverflow can possibly happen on weird recursive declarations

Open

#144 opened on Jun 1, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Kotlin (34 forks)auto 404
good first issuehelp wantedinvalid

Repository metrics

Stars
 (561 stars)
PR merge metrics
 (PR metrics pending)

Description

Weird case, but anyway valid from the language perspective:

@Serializable
class A(val b: A?)

Contributor guide