-
Notifications
You must be signed in to change notification settings - Fork 471
[K2] Enable Java tests for symbols #3203
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
Conversation
a8c9bca to
0ba7189
Compare
| | * @return empty string when [Hash Map](java.util.HashMap.containsKey) doesn't contain value. | ||
| | * @return empty string when [Hash Map][java.util.HashMap.containsKey] doesn't contain value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity: did you change it because the k2 tests failed or was it an unrelated fix while passing by?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The former. [Hash Map](java.util.HashMap.containsKey) is an incorrect link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I understand, but it doesn't answer the question :) Does K1 support such incorrect links?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0ba7189 to
9482fdd
Compare

It is based on #3202. Otherwise, we will have the flaky tests.
Is is tested by https://github.com/Kotlin/dokka/actions/runs/6486414842