issues
search
openrewrite
/
rewrite-kotlin
Work-in-progress implementation of Kotlin language support for OpenRewrite.
Apache License 2.0
47
stars
13
forks
source link
Fix the method name on method types of property access accessors.
#496
Closed
traceyyoshima
closed
11 months ago
traceyyoshima
commented
11 months ago
Changes:
The MethodType#name will match the name of property accessors.
The FIR PropertyAccessor has a name of
accessor
, which does not match the source code.
fixes #481
Changes:
accessor
, which does not match the source code.fixes #481