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: Function types are set to null in the parser visitor. #537

Closed traceyyoshima closed 6 months ago

traceyyoshima commented 6 months ago
fun foo() :   suspend    ( param : Int )  -> Unit = { }
traceyyoshima commented 6 months ago

fixed by https://github.com/openrewrite/rewrite-kotlin/commit/92ff305c86248bd1049472adabd8921cad8360cf