openrewrite / rewrite-kotlin

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

Support mod-assign operator `%=` #581

Closed kunli2 closed 6 months ago

kunli2 commented 6 months ago

fixes #555

knutwannheden commented 6 months ago

All other assignment operators already appear to be supported and covered by tests in https://github.com/openrewrite/rewrite-kotlin/blob/95dcdeab77ec377524518f2df1fe7a9f70a7c3e4/src/test/java/org/openrewrite/kotlin/tree/AssignmentOperationTest.java.

See also https://kotlinlang.org/docs/reference/grammar.html#assignmentAndOperator.