kotlin-parser
kotlin-parser copied to clipboard
Wrong enterClassDeclaration call
Hello
If I have a string like
annotations.forEach { it::class.toString() }
inside my hider-ordered function body and KotlinParserBaseListener recognizes "toString" as class name and invokes "enterClassDeclaration" method with
ctx.text = class.toString()