openrewrite / rewrite-kotlin

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

Rename `KThis`, `KReturn`, and `KString` #591

Closed knutwannheden closed 5 months ago

knutwannheden commented 5 months ago

Remove the K prefix from these types. The new names are K.This, K.Return, and K.StringTemplate.