openrewrite / rewrite-kotlin

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

Add test for change type of annotation with use site target #577

Closed rogerpeckham-toast closed 6 months ago

rogerpeckham-toast commented 6 months ago

What's changed?

This adds a test for issue #576

knutwannheden commented 6 months ago

@rogerpeckham-toast Thanks a lot for the issue and the test case. I've added a commit with a fix in it. There were some recent changes to better support annotations with use-site targets and it turned out that there was something missing there.