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: Annotation on class declaration of implemented interface #567

Closed traceyyoshima closed 5 months ago

traceyyoshima commented 6 months ago
              @Target(AnnotationTarget.TYPE)
              @Retention(AnnotationRetention.SOURCE)
              annotation class Anno

              interface Parent
              class Test : @Anno Parent
knutwannheden commented 5 months ago

This was fixed by 08d8525ca39dc72f7e7dea76ca46836f9d7151b9.