From eec14f00545f9f25b9452428ce0f62aec23f9415 Mon Sep 17 00:00:00 2001 From: Wojciech Litewka Date: Wed, 28 Feb 2024 19:40:14 +0100 Subject: [PATCH] [tree generator] Remove Suppress("unused") from implementation classes Those only implement base classes, their members are not supposed to be referenced directly (those sometimes they are). So unused code in there can be suspicious. On the other hand, some generated builders are truly unused, so leave the suppression for them. --- .../fir/contracts/impl/FirContractElementDeclarationImpl.kt | 2 +- .../kotlin/fir/contracts/impl/FirEffectDeclarationImpl.kt | 2 +- .../fir/contracts/impl/FirLegacyRawContractDescriptionImpl.kt | 2 +- .../fir/contracts/impl/FirRawContractDescriptionImpl.kt | 2 +- .../fir/contracts/impl/FirResolvedContractDescriptionImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirAnonymousFunctionImpl.kt | 2 +- .../fir/declarations/impl/FirAnonymousInitializerImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirAnonymousObjectImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirBackingFieldImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirCodeFragmentImpl.kt | 2 +- .../impl/FirConstructedClassTypeParameterRefImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirConstructorImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirContextReceiverImpl.kt | 2 +- .../fir/declarations/impl/FirDanglingModifierListImpl.kt | 2 +- .../fir/declarations/impl/FirDefaultSetterValueParameter.kt | 2 +- .../kotlin/fir/declarations/impl/FirEnumEntryImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirErrorFunctionImpl.kt | 2 +- .../fir/declarations/impl/FirErrorPrimaryConstructorImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirErrorPropertyImpl.kt | 2 +- .../jetbrains/kotlin/fir/declarations/impl/FirFieldImpl.kt | 2 +- .../org/jetbrains/kotlin/fir/declarations/impl/FirFileImpl.kt | 2 +- .../jetbrains/kotlin/fir/declarations/impl/FirImportImpl.kt | 2 +- .../declarations/impl/FirOuterClassTypeParameterRefImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirPrimaryConstructor.kt | 2 +- .../kotlin/fir/declarations/impl/FirPropertyAccessorImpl.kt | 2 +- .../jetbrains/kotlin/fir/declarations/impl/FirPropertyImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirReceiverParameterImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirRegularClassImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirResolvedImportImpl.kt | 2 +- .../jetbrains/kotlin/fir/declarations/impl/FirScriptImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirSimpleFunctionImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirTypeAliasImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirTypeParameterImpl.kt | 2 +- .../kotlin/fir/declarations/impl/FirValueParameterImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirAnnotationCallImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirAnnotationImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirArrayLiteralImpl.kt | 2 +- .../expressions/impl/FirAssignmentOperatorStatementImpl.kt | 2 +- .../fir/expressions/impl/FirAugmentedArraySetCallImpl.kt | 2 +- .../fir/expressions/impl/FirBinaryLogicExpressionImpl.kt | 2 +- .../org/jetbrains/kotlin/fir/expressions/impl/FirBlockImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirBreakExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirCallableReferenceAccessImpl.kt | 2 +- .../org/jetbrains/kotlin/fir/expressions/impl/FirCatchImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirCheckNotNullCallImpl.kt | 2 +- .../fir/expressions/impl/FirCheckedSafeCallSubjectImpl.kt | 2 +- .../fir/expressions/impl/FirClassReferenceExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirComparisonExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirComponentCallImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirContinueExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirDelegatedConstructorCallImpl.kt | 2 +- .../FirDesugaredAssignmentValueReferenceExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirDoWhileLoopImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirElseIfTrueCondition.kt | 2 +- .../kotlin/fir/expressions/impl/FirElvisExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirEmptyExpressionBlock.kt | 2 +- .../impl/FirEnumEntryDeserializedAccessExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirEqualityOperatorCallImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirErrorAnnotationCallImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirErrorExpressionImpl.kt | 2 +- .../jetbrains/kotlin/fir/expressions/impl/FirErrorLoopImpl.kt | 2 +- .../fir/expressions/impl/FirErrorResolvedQualifierImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirExpressionStub.kt | 2 +- .../kotlin/fir/expressions/impl/FirFunctionCallImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirGetClassCallImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirImplicitInvokeCallImpl.kt | 2 +- .../expressions/impl/FirInaccessibleReceiverExpressionImpl.kt | 2 +- .../expressions/impl/FirIncrementDecrementExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirIntegerLiteralOperatorCallImpl.kt | 2 +- .../fir/expressions/impl/FirLambdaArgumentExpressionImpl.kt | 2 +- .../jetbrains/kotlin/fir/expressions/impl/FirLazyBlockImpl.kt | 2 +- .../fir/expressions/impl/FirLazyDelegatedConstructorCall.kt | 2 +- .../kotlin/fir/expressions/impl/FirLazyExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirLiteralExpressionImpl.kt | 2 +- .../expressions/impl/FirMultiDelegatedConstructorCallImpl.kt | 2 +- .../fir/expressions/impl/FirNamedArgumentExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirPropertyAccessExpressionImpl.kt | 2 +- .../expressions/impl/FirQualifiedErrorAccessExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirResolvedQualifierImpl.kt | 2 +- .../impl/FirResolvedReifiedParameterReferenceImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirReturnExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirSafeCallExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirSamConversionExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirSmartCastExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirSpreadArgumentExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirStringConcatenationCallImpl.kt | 2 +- .../fir/expressions/impl/FirThisReceiverExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirThrowExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirTryExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirTypeOperatorCallImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirUnitExpression.kt | 2 +- .../fir/expressions/impl/FirVarargArgumentsExpressionImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirVariableAssignmentImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirWhenBranchImpl.kt | 2 +- .../kotlin/fir/expressions/impl/FirWhenExpressionImpl.kt | 2 +- .../fir/expressions/impl/FirWhenSubjectExpressionImpl.kt | 2 +- .../jetbrains/kotlin/fir/expressions/impl/FirWhileLoopImpl.kt | 2 +- .../fir/expressions/impl/FirWrappedDelegateExpressionImpl.kt | 2 +- .../jetbrains/kotlin/fir/impl/FirFunctionTypeParameterImpl.kt | 2 +- .../tree/gen/org/jetbrains/kotlin/fir/impl/FirLabelImpl.kt | 2 +- .../org/jetbrains/kotlin/fir/impl/FirPackageDirectiveImpl.kt | 2 +- .../fir/references/impl/FirBackingFieldReferenceImpl.kt | 2 +- .../fir/references/impl/FirDelegateFieldReferenceImpl.kt | 2 +- .../kotlin/fir/references/impl/FirErrorNamedReferenceImpl.kt | 2 +- .../kotlin/fir/references/impl/FirExplicitSuperReference.kt | 2 +- .../kotlin/fir/references/impl/FirExplicitThisReference.kt | 2 +- .../impl/FirFromMissingDependenciesNamedReferenceImpl.kt | 2 +- .../kotlin/fir/references/impl/FirImplicitThisReference.kt | 2 +- .../impl/FirPropertyFromParameterResolvedNamedReference.kt | 2 +- .../fir/references/impl/FirResolvedCallableReferenceImpl.kt | 2 +- .../fir/references/impl/FirResolvedErrorReferenceImpl.kt | 2 +- .../fir/references/impl/FirResolvedNamedReferenceImpl.kt | 2 +- .../kotlin/fir/references/impl/FirSimpleNamedReference.kt | 2 +- .../jetbrains/kotlin/fir/references/impl/FirStubReference.kt | 2 +- .../jetbrains/kotlin/fir/types/impl/FirDynamicTypeRefImpl.kt | 2 +- .../jetbrains/kotlin/fir/types/impl/FirFunctionTypeRefImpl.kt | 2 +- .../kotlin/fir/types/impl/FirIntersectionTypeRefImpl.kt | 2 +- .../kotlin/fir/types/impl/FirPlaceholderProjectionImpl.kt | 2 +- .../jetbrains/kotlin/fir/types/impl/FirResolvedTypeRefImpl.kt | 2 +- .../jetbrains/kotlin/fir/types/impl/FirStarProjectionImpl.kt | 2 +- .../fir/types/impl/FirTypeProjectionWithVarianceImpl.kt | 2 +- .../kotlin/ir/declarations/impl/IrAnonymousInitializerImpl.kt | 2 +- .../org/jetbrains/kotlin/ir/declarations/impl/IrClassImpl.kt | 2 +- .../kotlin/ir/declarations/impl/IrConstructorImpl.kt | 2 +- .../jetbrains/kotlin/ir/declarations/impl/IrEnumEntryImpl.kt | 2 +- .../org/jetbrains/kotlin/ir/declarations/impl/IrFieldImpl.kt | 2 +- .../jetbrains/kotlin/ir/declarations/impl/IrFunctionImpl.kt | 2 +- .../ir/declarations/impl/IrFunctionWithLateBindingImpl.kt | 2 +- .../ir/declarations/impl/IrLocalDelegatedPropertyImpl.kt | 2 +- .../kotlin/ir/declarations/impl/IrModuleFragmentImpl.kt | 2 +- .../jetbrains/kotlin/ir/declarations/impl/IrPropertyImpl.kt | 2 +- .../ir/declarations/impl/IrPropertyWithLateBindingImpl.kt | 2 +- .../org/jetbrains/kotlin/ir/declarations/impl/IrScriptImpl.kt | 2 +- .../jetbrains/kotlin/ir/declarations/impl/IrTypeAliasImpl.kt | 2 +- .../kotlin/ir/declarations/impl/IrTypeParameterImpl.kt | 2 +- .../kotlin/ir/declarations/impl/IrValueParameterImpl.kt | 2 +- .../jetbrains/kotlin/ir/declarations/impl/IrVariableImpl.kt | 2 +- .../org/jetbrains/kotlin/generators/tree/printer/common.kt | 4 ++-- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirClassImpl.kt | 2 +- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirEnumImpl.kt | 2 +- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirFunctionImpl.kt | 2 +- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirGetterImpl.kt | 2 +- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirImportImpl.kt | 2 +- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirModuleImpl.kt | 2 +- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirSetterImpl.kt | 2 +- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirStructImpl.kt | 2 +- .../sir/gen/org/jetbrains/kotlin/sir/impl/SirVariableImpl.kt | 2 +- 147 files changed, 148 insertions(+), 148 deletions(-) diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirContractElementDeclarationImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirContractElementDeclarationImpl.kt index 2ca5bbf0936..a1a4432a9c7 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirContractElementDeclarationImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirContractElementDeclarationImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.contracts.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirEffectDeclarationImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirEffectDeclarationImpl.kt index 2af246ed76c..05c9052109c 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirEffectDeclarationImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirEffectDeclarationImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.contracts.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirLegacyRawContractDescriptionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirLegacyRawContractDescriptionImpl.kt index 01bb78497ec..effa9104528 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirLegacyRawContractDescriptionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirLegacyRawContractDescriptionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.contracts.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirRawContractDescriptionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirRawContractDescriptionImpl.kt index 1d329cb3a5b..1e9e625f16f 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirRawContractDescriptionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirRawContractDescriptionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.contracts.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirResolvedContractDescriptionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirResolvedContractDescriptionImpl.kt index 95c3a06caff..d146a13ab07 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirResolvedContractDescriptionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/contracts/impl/FirResolvedContractDescriptionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.contracts.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousFunctionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousFunctionImpl.kt index e093f853fab..f5694669e70 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousFunctionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousFunctionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousInitializerImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousInitializerImpl.kt index 826295bed1a..49d3c5c462d 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousInitializerImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousInitializerImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousObjectImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousObjectImpl.kt index 830348ec9b8..886213fcd43 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousObjectImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirAnonymousObjectImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirBackingFieldImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirBackingFieldImpl.kt index c729daff388..33ae1f50705 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirBackingFieldImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirBackingFieldImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirCodeFragmentImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirCodeFragmentImpl.kt index e8d376d9683..79e79508809 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirCodeFragmentImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirCodeFragmentImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirConstructedClassTypeParameterRefImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirConstructedClassTypeParameterRefImpl.kt index 6ce22b5bb06..bc67e2ecbdd 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirConstructedClassTypeParameterRefImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirConstructedClassTypeParameterRefImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirConstructorImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirConstructorImpl.kt index 4807353ba56..81a8a1b8251 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirConstructorImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirConstructorImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirContextReceiverImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirContextReceiverImpl.kt index cbca21b9094..c9c1f373897 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirContextReceiverImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirContextReceiverImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirDanglingModifierListImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirDanglingModifierListImpl.kt index 1e731be8833..55577733c3a 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirDanglingModifierListImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirDanglingModifierListImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirDefaultSetterValueParameter.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirDefaultSetterValueParameter.kt index 8dac2689e61..681c0573489 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirDefaultSetterValueParameter.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirDefaultSetterValueParameter.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirEnumEntryImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirEnumEntryImpl.kt index 617e932b541..3f2d2fa83b1 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirEnumEntryImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirEnumEntryImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorFunctionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorFunctionImpl.kt index 5236804bbdc..4041e1832ff 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorFunctionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorFunctionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorPrimaryConstructorImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorPrimaryConstructorImpl.kt index 12fa2d655c6..88defbc0aca 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorPrimaryConstructorImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorPrimaryConstructorImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorPropertyImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorPropertyImpl.kt index df25f256e33..823e414527c 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorPropertyImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirErrorPropertyImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirFieldImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirFieldImpl.kt index 1a392b54e52..0d995ab3b92 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirFieldImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirFieldImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirFileImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirFileImpl.kt index ca7ac89abc1..d35d6a2d3fd 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirFileImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirFileImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirImportImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirImportImpl.kt index 7304593dfd4..a9855193679 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirImportImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirImportImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirOuterClassTypeParameterRefImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirOuterClassTypeParameterRefImpl.kt index c5a8607bb76..094ccbc3085 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirOuterClassTypeParameterRefImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirOuterClassTypeParameterRefImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPrimaryConstructor.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPrimaryConstructor.kt index a0416f730ee..3439687d6c8 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPrimaryConstructor.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPrimaryConstructor.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPropertyAccessorImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPropertyAccessorImpl.kt index dde3e846820..e47e16c095a 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPropertyAccessorImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPropertyAccessorImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPropertyImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPropertyImpl.kt index 50eebf35da3..e15e9615f18 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPropertyImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirPropertyImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirReceiverParameterImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirReceiverParameterImpl.kt index 7c93edd7c53..3b3a1860eed 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirReceiverParameterImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirReceiverParameterImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirRegularClassImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirRegularClassImpl.kt index 0a1b5ae55b3..33959c9e200 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirRegularClassImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirRegularClassImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirResolvedImportImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirResolvedImportImpl.kt index 7f0f13dc44c..d2df8131da7 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirResolvedImportImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirResolvedImportImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirScriptImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirScriptImpl.kt index 1064681b052..d7a48f88edf 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirScriptImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirScriptImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirSimpleFunctionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirSimpleFunctionImpl.kt index ebe619c7a28..848a8511582 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirSimpleFunctionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirSimpleFunctionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirTypeAliasImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirTypeAliasImpl.kt index 22264359728..5c4e8a95aa3 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirTypeAliasImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirTypeAliasImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirTypeParameterImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirTypeParameterImpl.kt index ac66f592df2..f982c470ab6 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirTypeParameterImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirTypeParameterImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirValueParameterImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirValueParameterImpl.kt index ac44fb5c9f7..2935a956523 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirValueParameterImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/declarations/impl/FirValueParameterImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.declarations.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAnnotationCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAnnotationCallImpl.kt index 73a64985b15..89d0bcfad17 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAnnotationCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAnnotationCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAnnotationImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAnnotationImpl.kt index ef5e124d9cb..97007c8d5d7 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAnnotationImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAnnotationImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirArrayLiteralImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirArrayLiteralImpl.kt index c3b567b72d2..7eaa1d29a9f 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirArrayLiteralImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirArrayLiteralImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAssignmentOperatorStatementImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAssignmentOperatorStatementImpl.kt index 777b8e27105..e76cb052173 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAssignmentOperatorStatementImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAssignmentOperatorStatementImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAugmentedArraySetCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAugmentedArraySetCallImpl.kt index 0e9154b1516..979c2ddc269 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAugmentedArraySetCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirAugmentedArraySetCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBinaryLogicExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBinaryLogicExpressionImpl.kt index e6608454c21..d20388f3e28 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBinaryLogicExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBinaryLogicExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBlockImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBlockImpl.kt index 2c1ba8c11ba..ed5f8846b41 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBlockImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBlockImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBreakExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBreakExpressionImpl.kt index 9d72352814f..9f7b65e1c2a 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBreakExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirBreakExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCallableReferenceAccessImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCallableReferenceAccessImpl.kt index 26dc8a196e5..aeb576b6648 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCallableReferenceAccessImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCallableReferenceAccessImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCatchImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCatchImpl.kt index ec9eaf033df..5e3bcd247b9 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCatchImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCatchImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCheckNotNullCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCheckNotNullCallImpl.kt index 4aa3aa052bb..6e616ca1698 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCheckNotNullCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCheckNotNullCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCheckedSafeCallSubjectImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCheckedSafeCallSubjectImpl.kt index e468c9ef707..76ffe561f99 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCheckedSafeCallSubjectImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirCheckedSafeCallSubjectImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirClassReferenceExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirClassReferenceExpressionImpl.kt index 2b77e303f72..9610f15aded 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirClassReferenceExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirClassReferenceExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirComparisonExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirComparisonExpressionImpl.kt index 26dce75517e..36f82aa6297 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirComparisonExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirComparisonExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirComponentCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirComponentCallImpl.kt index 5df9e820839..6c434b2ff6a 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirComponentCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirComponentCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirContinueExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirContinueExpressionImpl.kt index 6dfb0f3b7ea..5842a6d3b07 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirContinueExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirContinueExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDelegatedConstructorCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDelegatedConstructorCallImpl.kt index f528158e640..c33489793e3 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDelegatedConstructorCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDelegatedConstructorCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDesugaredAssignmentValueReferenceExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDesugaredAssignmentValueReferenceExpressionImpl.kt index 095dddb9020..9c0edbeab3c 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDesugaredAssignmentValueReferenceExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDesugaredAssignmentValueReferenceExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDoWhileLoopImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDoWhileLoopImpl.kt index 63cfe8c21a0..933e4c6e2a0 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDoWhileLoopImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirDoWhileLoopImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirElseIfTrueCondition.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirElseIfTrueCondition.kt index 01a384b7780..3dfd097ee89 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirElseIfTrueCondition.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirElseIfTrueCondition.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirElvisExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirElvisExpressionImpl.kt index 9ebeb1cb7eb..e8428bfae32 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirElvisExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirElvisExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEmptyExpressionBlock.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEmptyExpressionBlock.kt index 800f69fced6..211ac80db55 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEmptyExpressionBlock.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEmptyExpressionBlock.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEnumEntryDeserializedAccessExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEnumEntryDeserializedAccessExpressionImpl.kt index eb420081160..300bac72ea5 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEnumEntryDeserializedAccessExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEnumEntryDeserializedAccessExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEqualityOperatorCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEqualityOperatorCallImpl.kt index 4ebba13bcbf..ea13be85f7f 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEqualityOperatorCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirEqualityOperatorCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorAnnotationCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorAnnotationCallImpl.kt index f9eb5e6bbac..faa1b152aed 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorAnnotationCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorAnnotationCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorExpressionImpl.kt index 2777257aa5a..0179b3a407a 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorLoopImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorLoopImpl.kt index afda1d5c8f2..b529987ee76 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorLoopImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorLoopImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorResolvedQualifierImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorResolvedQualifierImpl.kt index d62e3291fb4..794a998c352 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorResolvedQualifierImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirErrorResolvedQualifierImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirExpressionStub.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirExpressionStub.kt index 3b4b2f2657a..fa64f611e97 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirExpressionStub.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirExpressionStub.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirFunctionCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirFunctionCallImpl.kt index 93b11cb2c6a..72d22b4a231 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirFunctionCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirFunctionCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirGetClassCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirGetClassCallImpl.kt index 2c0be6c591f..e56b724b0d4 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirGetClassCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirGetClassCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirImplicitInvokeCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirImplicitInvokeCallImpl.kt index 2ab8043a73f..7bc3318145f 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirImplicitInvokeCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirImplicitInvokeCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirInaccessibleReceiverExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirInaccessibleReceiverExpressionImpl.kt index b49d88a44f4..39171cbbed5 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirInaccessibleReceiverExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirInaccessibleReceiverExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirIncrementDecrementExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirIncrementDecrementExpressionImpl.kt index 7898a7a2228..14e77f47ee7 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirIncrementDecrementExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirIncrementDecrementExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirIntegerLiteralOperatorCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirIntegerLiteralOperatorCallImpl.kt index 6d6ccc6aea3..207970c0419 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirIntegerLiteralOperatorCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirIntegerLiteralOperatorCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLambdaArgumentExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLambdaArgumentExpressionImpl.kt index 76c44eb25d5..d0201009205 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLambdaArgumentExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLambdaArgumentExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyBlockImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyBlockImpl.kt index 8d48efdc08e..db7e4e14d6c 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyBlockImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyBlockImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyDelegatedConstructorCall.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyDelegatedConstructorCall.kt index 70548011cd4..45af4d0df94 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyDelegatedConstructorCall.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyDelegatedConstructorCall.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyExpressionImpl.kt index 7fc532d3be7..179cd3827b0 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLazyExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLiteralExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLiteralExpressionImpl.kt index 13ba7c5e45e..05f09c1bf2f 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLiteralExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirLiteralExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirMultiDelegatedConstructorCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirMultiDelegatedConstructorCallImpl.kt index 9e12a0a4ff5..78e2b0f83dd 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirMultiDelegatedConstructorCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirMultiDelegatedConstructorCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirNamedArgumentExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirNamedArgumentExpressionImpl.kt index 6f7ce7d7f70..e16b5150884 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirNamedArgumentExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirNamedArgumentExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirPropertyAccessExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirPropertyAccessExpressionImpl.kt index 3159f20b513..07aaf6c4252 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirPropertyAccessExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirPropertyAccessExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirQualifiedErrorAccessExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirQualifiedErrorAccessExpressionImpl.kt index 04cf882d0af..4f82687a3cd 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirQualifiedErrorAccessExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirQualifiedErrorAccessExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirResolvedQualifierImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirResolvedQualifierImpl.kt index 6ac1c084d0e..018d2a31267 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirResolvedQualifierImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirResolvedQualifierImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirResolvedReifiedParameterReferenceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirResolvedReifiedParameterReferenceImpl.kt index 065c2c38e60..5c7ee371758 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirResolvedReifiedParameterReferenceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirResolvedReifiedParameterReferenceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirReturnExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirReturnExpressionImpl.kt index 5682752931e..533c27066bc 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirReturnExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirReturnExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSafeCallExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSafeCallExpressionImpl.kt index 92b1a6c1b97..5b2f1f34a41 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSafeCallExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSafeCallExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSamConversionExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSamConversionExpressionImpl.kt index 0af29f25c7f..817febd956c 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSamConversionExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSamConversionExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSmartCastExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSmartCastExpressionImpl.kt index 4ad0372bc75..df327016606 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSmartCastExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSmartCastExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSpreadArgumentExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSpreadArgumentExpressionImpl.kt index 7cfb143f942..4b0b317c3d1 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSpreadArgumentExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirSpreadArgumentExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirStringConcatenationCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirStringConcatenationCallImpl.kt index efb9e4e3c2b..aab4f728cf7 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirStringConcatenationCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirStringConcatenationCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirThisReceiverExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirThisReceiverExpressionImpl.kt index b326a674fb0..913642d132a 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirThisReceiverExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirThisReceiverExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirThrowExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirThrowExpressionImpl.kt index fb71ba32d79..15c3b1a1f6f 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirThrowExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirThrowExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirTryExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirTryExpressionImpl.kt index 6c44e434583..fe0c3cd3f20 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirTryExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirTryExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirTypeOperatorCallImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirTypeOperatorCallImpl.kt index 782c06f62eb..3dd696a1427 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirTypeOperatorCallImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirTypeOperatorCallImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirUnitExpression.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirUnitExpression.kt index 03fc1b71856..bb7726e176c 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirUnitExpression.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirUnitExpression.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirVarargArgumentsExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirVarargArgumentsExpressionImpl.kt index b504bdb0b1b..a232bec42cb 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirVarargArgumentsExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirVarargArgumentsExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirVariableAssignmentImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirVariableAssignmentImpl.kt index 43a74eea6c9..5ea8257e1a3 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirVariableAssignmentImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirVariableAssignmentImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenBranchImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenBranchImpl.kt index d8d82cdba08..ce22cbcf75c 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenBranchImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenBranchImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenExpressionImpl.kt index c489c959e61..0908f547f1b 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenSubjectExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenSubjectExpressionImpl.kt index 267f03320d1..f32fdddf4c6 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenSubjectExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhenSubjectExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhileLoopImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhileLoopImpl.kt index ae11c4aab54..4984fa527be 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhileLoopImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWhileLoopImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWrappedDelegateExpressionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWrappedDelegateExpressionImpl.kt index 03feb7ab08c..9df0a3511e4 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWrappedDelegateExpressionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/expressions/impl/FirWrappedDelegateExpressionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.expressions.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirFunctionTypeParameterImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirFunctionTypeParameterImpl.kt index 54cb717f699..95cacb80a82 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirFunctionTypeParameterImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirFunctionTypeParameterImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirLabelImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirLabelImpl.kt index d77ee30b3ea..2a882a1d16a 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirLabelImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirLabelImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirPackageDirectiveImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirPackageDirectiveImpl.kt index 4f625782b37..41f1c10d85d 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirPackageDirectiveImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/impl/FirPackageDirectiveImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirBackingFieldReferenceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirBackingFieldReferenceImpl.kt index ddec9ffd6d8..6ec87fd6c72 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirBackingFieldReferenceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirBackingFieldReferenceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirDelegateFieldReferenceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirDelegateFieldReferenceImpl.kt index 49169881907..0615a22b1fb 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirDelegateFieldReferenceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirDelegateFieldReferenceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirErrorNamedReferenceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirErrorNamedReferenceImpl.kt index 56fd14a59f8..cf61986cd29 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirErrorNamedReferenceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirErrorNamedReferenceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirExplicitSuperReference.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirExplicitSuperReference.kt index 625510da584..da8231580ed 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirExplicitSuperReference.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirExplicitSuperReference.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirExplicitThisReference.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirExplicitThisReference.kt index 2051dd7b112..d065dffa8c5 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirExplicitThisReference.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirExplicitThisReference.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirFromMissingDependenciesNamedReferenceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirFromMissingDependenciesNamedReferenceImpl.kt index 3c8cf2e14f9..10b840f6ed1 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirFromMissingDependenciesNamedReferenceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirFromMissingDependenciesNamedReferenceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirImplicitThisReference.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirImplicitThisReference.kt index 7fae2de55bb..dd3ce5a68fe 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirImplicitThisReference.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirImplicitThisReference.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirPropertyFromParameterResolvedNamedReference.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirPropertyFromParameterResolvedNamedReference.kt index 1d1dee60c6b..e9913e9a746 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirPropertyFromParameterResolvedNamedReference.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirPropertyFromParameterResolvedNamedReference.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedCallableReferenceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedCallableReferenceImpl.kt index 4e062d5bd0d..902c36e1fa6 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedCallableReferenceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedCallableReferenceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedErrorReferenceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedErrorReferenceImpl.kt index 605d5f7d7ec..5ea09d7d04e 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedErrorReferenceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedErrorReferenceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedNamedReferenceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedNamedReferenceImpl.kt index 4f229f4eea0..cf04543eab7 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedNamedReferenceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirResolvedNamedReferenceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirSimpleNamedReference.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirSimpleNamedReference.kt index ba32c0e22b8..3c45a87cf52 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirSimpleNamedReference.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirSimpleNamedReference.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirStubReference.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirStubReference.kt index 1adbedfd177..ba96d7ba662 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirStubReference.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/references/impl/FirStubReference.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.references.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirDynamicTypeRefImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirDynamicTypeRefImpl.kt index b096fea14c2..156331c57ff 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirDynamicTypeRefImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirDynamicTypeRefImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.types.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirFunctionTypeRefImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirFunctionTypeRefImpl.kt index 400db311bcc..ee6b6eb698c 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirFunctionTypeRefImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirFunctionTypeRefImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.types.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirIntersectionTypeRefImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirIntersectionTypeRefImpl.kt index 6ddd6ef2e8a..afbe88ed0ad 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirIntersectionTypeRefImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirIntersectionTypeRefImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.types.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirPlaceholderProjectionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirPlaceholderProjectionImpl.kt index ead49be7b9f..ade9e2507f5 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirPlaceholderProjectionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirPlaceholderProjectionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.types.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirResolvedTypeRefImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirResolvedTypeRefImpl.kt index ebd5a303c98..a935624ee9e 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirResolvedTypeRefImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirResolvedTypeRefImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.types.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirStarProjectionImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirStarProjectionImpl.kt index 4e83dacb85a..e37733b863b 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirStarProjectionImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirStarProjectionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.types.impl diff --git a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirTypeProjectionWithVarianceImpl.kt b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirTypeProjectionWithVarianceImpl.kt index 5f2fb3740d9..0ec3b590b5a 100644 --- a/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirTypeProjectionWithVarianceImpl.kt +++ b/compiler/fir/tree/gen/org/jetbrains/kotlin/fir/types/impl/FirTypeProjectionWithVarianceImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/fir/tree/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.fir.types.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrAnonymousInitializerImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrAnonymousInitializerImpl.kt index 69e6ec53839..2005133b115 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrAnonymousInitializerImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrAnonymousInitializerImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrClassImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrClassImpl.kt index 34bc1c932e0..8fa72cb81b0 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrClassImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrClassImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrConstructorImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrConstructorImpl.kt index 8585f3a3fdf..f68912e63ef 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrConstructorImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrConstructorImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrEnumEntryImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrEnumEntryImpl.kt index 19e9e8c430b..2be2718c226 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrEnumEntryImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrEnumEntryImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFieldImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFieldImpl.kt index 692c0b17760..376ef73dbad 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFieldImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFieldImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFunctionImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFunctionImpl.kt index c1e1ed132b3..a07b46ac065 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFunctionImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFunctionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFunctionWithLateBindingImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFunctionWithLateBindingImpl.kt index 8ce5e0b19a9..8482430ae4d 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFunctionWithLateBindingImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrFunctionWithLateBindingImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrLocalDelegatedPropertyImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrLocalDelegatedPropertyImpl.kt index 6a8354a8180..f24067de44d 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrLocalDelegatedPropertyImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrLocalDelegatedPropertyImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrModuleFragmentImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrModuleFragmentImpl.kt index 6185ada51a5..04e81ebbffe 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrModuleFragmentImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrModuleFragmentImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrPropertyImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrPropertyImpl.kt index 7d871ca95c5..4362c1e1172 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrPropertyImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrPropertyImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrPropertyWithLateBindingImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrPropertyWithLateBindingImpl.kt index d50c9a4c1c8..b52227fdf55 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrPropertyWithLateBindingImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrPropertyWithLateBindingImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrScriptImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrScriptImpl.kt index 16b66e72a83..bb93fb0642a 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrScriptImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrScriptImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrTypeAliasImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrTypeAliasImpl.kt index 1c32c71ba78..e75b63f3f9e 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrTypeAliasImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrTypeAliasImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrTypeParameterImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrTypeParameterImpl.kt index 1be14caef43..dce64f8655d 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrTypeParameterImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrTypeParameterImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrValueParameterImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrValueParameterImpl.kt index 3977cf9942e..a36a19cce89 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrValueParameterImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrValueParameterImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrVariableImpl.kt b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrVariableImpl.kt index 8ceb406178d..b7388dec030 100644 --- a/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrVariableImpl.kt +++ b/compiler/ir/ir.tree/gen/org/jetbrains/kotlin/ir/declarations/impl/IrVariableImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See compiler/ir/ir.tree/tree-generator/ReadMe.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.ir.declarations.impl diff --git a/generators/tree-generator-common/src/org/jetbrains/kotlin/generators/tree/printer/common.kt b/generators/tree-generator-common/src/org/jetbrains/kotlin/generators/tree/printer/common.kt index 543b9597a07..a4e1007637a 100644 --- a/generators/tree-generator-common/src/org/jetbrains/kotlin/generators/tree/printer/common.kt +++ b/generators/tree-generator-common/src/org/jetbrains/kotlin/generators/tree/printer/common.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ @@ -123,7 +123,7 @@ fun generateTree( treeGeneratorReadme, implementation.packageName, implementation.typeName, - fileSuppressions = listOf("DuplicatedCode", "unused"), + fileSuppressions = listOf("DuplicatedCode"), ) { createImplementationPrinter(this).printImplementation(implementation) } diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirClassImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirClassImpl.kt index da3b46ba11f..70867a1e8b9 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirClassImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirClassImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirEnumImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirEnumImpl.kt index 0e0228f957d..bbcd7db360d 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirEnumImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirEnumImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirFunctionImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirFunctionImpl.kt index 5abef96ffe7..47e26d70196 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirFunctionImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirFunctionImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirGetterImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirGetterImpl.kt index 0505a99569c..eeb0004175a 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirGetterImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirGetterImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirImportImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirImportImpl.kt index d0b310f7d72..eb5e9cc9e7e 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirImportImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirImportImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirModuleImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirModuleImpl.kt index 323a16f9889..a1d61dfcde7 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirModuleImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirModuleImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirSetterImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirSetterImpl.kt index 81a7594058f..bc42327c93d 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirSetterImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirSetterImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirStructImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirStructImpl.kt index cddb828f5ea..bd7e04a0cd2 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirStructImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirStructImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl diff --git a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirVariableImpl.kt b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirVariableImpl.kt index da77d981170..8f4252f4e42 100644 --- a/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirVariableImpl.kt +++ b/native/swift/sir/gen/org/jetbrains/kotlin/sir/impl/SirVariableImpl.kt @@ -6,7 +6,7 @@ // This file was generated automatically. See native/swift/sir/tree-generator/Readme.md. // DO NOT MODIFY IT MANUALLY. -@file:Suppress("DuplicatedCode", "unused") +@file:Suppress("DuplicatedCode") package org.jetbrains.kotlin.sir.impl