[FIR] Don't fail on not traversed KtContextReceiverList in RawFirBuilderTotalKotlinTest
This commit is contained in:
committed by
teamcity
parent
c3a03de557
commit
6156808613
+1
@@ -284,6 +284,7 @@ class RawFirBuilderTotalKotlinTestCase : AbstractRawFirBuilderTestCase() {
|
||||
(it is KtPropertyAccessor && !it.hasBody()) ||
|
||||
it is KtDestructuringDeclarationEntry && it.text == "_" ||
|
||||
it is KtIfExpression && it.parent is KtContainerNodeForControlStructureBody && it.parent.parent is KtIfExpression ||
|
||||
it is KtContextReceiverList ||
|
||||
it is KtConstantExpression && it.parent.let { parent ->
|
||||
parent is KtPrefixExpression && (parent.operationToken == KtTokens.MINUS || parent.operationToken == KtTokens.PLUS)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user