FIR LC: fix potentially ignored visit in light parameter
This commit is contained in:
committed by
Ilya Kirillov
parent
199219483e
commit
91946651d2
+2
@@ -41,6 +41,8 @@ internal abstract class FirLightParameter(containingDeclaration: FirLightMethod)
|
||||
override fun accept(visitor: PsiElementVisitor) {
|
||||
if (visitor is JavaElementVisitor) {
|
||||
visitor.visitParameter(this)
|
||||
} else {
|
||||
visitor.visitElement(this)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user