kotlin-parser icon indicating copy to clipboard operation
kotlin-parser copied to clipboard

Wrong enterClassDeclaration call

Open decembrist-revolt opened this issue 6 years ago • 0 comments

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()

decembrist-revolt avatar Jul 08 '18 19:07 decembrist-revolt