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] Regression: Display expanded function types instead of abbreviated ones #3649

Closed
vmishenev opened this issue Jun 18, 2024 · 1 comment · Fixed by #3758
Closed

[K2] Regression: Display expanded function types instead of abbreviated ones #3649

vmishenev opened this issue Jun 18, 2024 · 1 comment · Fixed by #3758
Assignees
Labels
bug regression An issue/bug that appeared after recent changes topic: K2 Issues / PRs that are related to the K2 migration. See #2888

Comments

@vmishenev
Copy link
Member

vmishenev commented Jun 18, 2024

Due to the implemented issue KT-68341, Dokka generates, for example, the signature

fun <T> exception(callback: String.(T) -> String)

instead of

fun <T> exception(callback: HttpExceptionCallback<T>)

for

typealias HttpExceptionCallback<T> = String.(T) -> String
fun <T> exception(callback: HttpExceptionCallback<T>){}"""

It is blocked by https://youtrack.jetbrains.com/issue/KT-68341/Analysis-API-Expanded-function-types-from-libraries-dont-have-an-abbreviated-type

@vmishenev vmishenev added bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888 regression An issue/bug that appeared after recent changes labels Jun 18, 2024
@whyoleg
Copy link
Collaborator

whyoleg commented Aug 23, 2024

@vmishenev AA issue is resolved, this means that we are not blocked anymore here?

vmishenev added a commit that referenced this issue Aug 23, 2024
@vmishenev vmishenev linked a pull request Aug 23, 2024 that will close this issue
vmishenev added a commit that referenced this issue Aug 23, 2024
@vmishenev vmishenev self-assigned this Aug 25, 2024
vmishenev added a commit that referenced this issue Aug 26, 2024
* Update Analysis API to 2.1.0-dev-5441

* Unmute tests #3649
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug regression An issue/bug that appeared after recent changes topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants