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

Expect properties have a default value #2453

Closed
vmishenev opened this issue Apr 20, 2022 · 0 comments · Fixed by #2449
Closed

Expect properties have a default value #2453

vmishenev opened this issue Apr 20, 2022 · 0 comments · Fixed by #2449
Labels

Comments

@vmishenev
Copy link
Member

For

expect val prop: Int
actual val prop: Int = 0

Dokka generates

expect val prop: Int = 0
@vmishenev vmishenev added the bug label Apr 20, 2022
@vmishenev vmishenev linked a pull request Apr 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant