diff --git a/compiler/fir/tree/src/org/jetbrains/kotlin/fir/types/builder/FirErrorTypeRefBuilder.kt b/compiler/fir/tree/src/org/jetbrains/kotlin/fir/types/builder/FirErrorTypeRefBuilder.kt index c9c38f5b5d6..e6ce6349265 100644 --- a/compiler/fir/tree/src/org/jetbrains/kotlin/fir/types/builder/FirErrorTypeRefBuilder.kt +++ b/compiler/fir/tree/src/org/jetbrains/kotlin/fir/types/builder/FirErrorTypeRefBuilder.kt @@ -17,11 +17,6 @@ import org.jetbrains.kotlin.fir.types.impl.FirErrorTypeRefImpl import kotlin.contracts.ExperimentalContracts import kotlin.contracts.contract -/* - * This file was generated automatically - * DO NOT MODIFY IT MANUALLY - */ - @FirBuilderDsl class FirErrorTypeRefBuilder : FirAnnotationContainerBuilder { override var source: KtSourceElement? = null