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 quoted identifier name.
#492
Closed
traceyyoshima
closed
11 months ago
traceyyoshima
commented
11 months ago
Changes:
The name of identifiers escaped with back-ticks will match the field name.
Quoted
marker preserves the escapes.
fixes #479
Changes:
Quoted
marker preserves the escapes.fixes #479