Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate label error #507

Closed
saket opened this issue Nov 5, 2023 · 0 comments · Fixed by #602
Closed

Duplicate label error #507

saket opened this issue Nov 5, 2023 · 0 comments · Fixed by #602

Comments

@saket
Copy link

saket commented Nov 5, 2023

This is probably a weird edge case, but moshi-sealed doesn't like this setup:

@JsonClass(generateAdapter = true, generator = "sealed:type")
sealed interface Foo {

  @NestedSealed
  sealed interface SuperFoo : Foo

  @TypeLabel("real")
  data class RealFoo(…) : SuperFoo, Foo
}
Duplicate label 'real' defined for com.example.package.Foo.RealFoo and com.example.package.Foo.RealFoo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant