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

Idempotent print issue: trailing annotation on function type reference #553

Open
traceyyoshima opened this issue Dec 20, 2023 · 0 comments
Labels

Comments

@traceyyoshima
Copy link
Contributor

    @Test
    void trailingAnnotationOnFunctionTypeReference() {
        rewriteRun(
          kotlin(
            """
              @Target(AnnotationTarget.TYPE)
              @Retention(AnnotationRetention.SOURCE)
              annotation class Anno
              abstract class  Test   :    suspend @Anno (  )   ->    String
              """
          )
        );
    }
@traceyyoshima traceyyoshima added bug Something isn't working priority:low labels Dec 20, 2023
@traceyyoshima traceyyoshima changed the title Parsing issue: trailing annotation on function type reference Idempotent Print issue: trailing annotation on function type reference Dec 21, 2023
@traceyyoshima traceyyoshima changed the title Idempotent Print issue: trailing annotation on function type reference Idempotent print issue: trailing annotation on function type reference Dec 21, 2023
@kunli2 kunli2 self-assigned this Jan 3, 2024
knutwannheden added a commit that referenced this issue Jan 22, 2024
@timtebeek timtebeek moved this to Backlog in OpenRewrite May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

3 participants