openrewrite / rewrite-kotlin

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

Parsing issue: Semi-colon on inline methods after property declaration disappears #560

Closed traceyyoshima closed 5 months ago

traceyyoshima commented 6 months ago
              class Test {
                  var n: Int = 0; protected set
              }