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

[K2] Properties miss the default values #4017

Open
atyrin opened this issue Feb 5, 2025 · 0 comments
Open

[K2] Properties miss the default values #4017

atyrin opened this issue Feb 5, 2025 · 0 comments
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888

Comments

@atyrin
Copy link
Contributor

atyrin commented Feb 5, 2025

data class DefValueData(val ch: Char = 'c', val str: String = "defString", val num: Int = 42)

In K1 page looks like this (note value on Properties block)

Image

In K2:

Image

Installation

  • Dokka version: 2.0.20-test-b7d032d50d1685e7eb4870e9cd0931e8ef3d607a
@atyrin atyrin added bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888 labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Projects
None yet
Development

No branches or pull requests

1 participant