openrewrite / rewrite-kotlin

Work-in-progress implementation of Kotlin language support for OpenRewrite.
Apache License 2.0
38 stars 11 forks source link

Idempotent print issue: use-site multi-annotation after annotation #565

Closed traceyyoshima closed 5 months ago

traceyyoshima commented 6 months ago
              annotation class Anno
              class Example(
                  @Deprecated("")
                  @get : [Anno]
                  val bar : String
              )