[FIR][LightTree] Properly unwrap function inside parentheses
This commit is contained in:
committed by
TeamCityServer
parent
05f0507cbb
commit
1fb8c3b1d7
+2
-1
@@ -624,7 +624,8 @@ private val REFERENCE_EXPRESSIONS = setOf(
|
|||||||
KtNodeTypes.REFERENCE_EXPRESSION,
|
KtNodeTypes.REFERENCE_EXPRESSION,
|
||||||
KtNodeTypes.CONSTRUCTOR_DELEGATION_REFERENCE,
|
KtNodeTypes.CONSTRUCTOR_DELEGATION_REFERENCE,
|
||||||
KtNodeTypes.SUPER_EXPRESSION,
|
KtNodeTypes.SUPER_EXPRESSION,
|
||||||
KtNodeTypes.ARRAY_ACCESS_EXPRESSION
|
KtNodeTypes.ARRAY_ACCESS_EXPRESSION,
|
||||||
|
KtNodeTypes.FUN,
|
||||||
)
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user