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: Semi-colon is lost on property accessor #568

Closed traceyyoshima closed 6 months ago

traceyyoshima commented 6 months ago
              val <T : Any> Collection<T>.nullable: Collection<T?>
                  /*c1*/ get() = this;