From 8e8d74e199983bd4a2f25762cfa9226abc644a6e Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Thu, 1 Dec 2011 14:39:14 +0300 Subject: [PATCH] Test directory renamed to 'diagnostics' which reflects its contents --- .../checkerTestUtil/test.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Abstract.jet | 0 .../quick/AnonymousInitializerVarAndConstructor.jet | 0 .../quick/AnonymousInitializers.jet | 0 .../quick/AutoCreatedIt.jet | 0 .../quick/AutocastAmbiguitites.jet | 0 .../quick/AutocastsForStableIdentifiers.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Basic.jet | 0 .../quick/BinaryCallsOnNullableValues.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Bounds.jet | 0 .../quick/BreakContinue.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Builders.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Casts.jet | 0 .../quick/ClassObjectCannotAccessClassFields.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/ClassObjects.jet | 0 .../quick/ConflictingOverloads.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Constants.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Constructors.jet | 0 .../quick/CovariantOverrideType.jet | 0 .../quick/CyclicHierarchy.jet | 0 .../quick/DefaultValuesTypechecking.jet | 0 .../quick/DeferredTypes.jet | 0 .../quick/DelegationAndOverriding.jet | 0 .../quick/DelegationNotTotrait.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Dollar.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Enums.jet | 0 .../quick/ExtensionFunctions.jet | 0 .../quick/ExtensionsCalledOnSuper.jet | 0 .../quick/ForRangeConventions.jet | 0 .../quick/FunctionCalleeExpressions.jet | 0 .../quick/FunctionReturnTypes.jet | 0 .../quick/GenericArgumentConsistency.jet | 0 .../quick/GenericFunctionIsLessSpecific.jet | 0 .../quick/IllegalModifiers.jet | 0 .../quick/ImportResolutionOrder.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/IncDec.jet | 0 .../quick/IncorrectCharacterLiterals.jet | 0 .../quick/InferNullabilityInThenBlock.jet | 0 .../quick/InnerClassClassObject.jet | 0 .../quick/IsExpressions.jet | 0 .../quick/LValueAssignment.jet | 0 .../quick/MultipleBounds.jet | 0 .../quick/NamedArgumentsAndDefaultValues.jet | 0 .../quick/NamespaceAsExpression.jet | 0 .../quick/NamespaceInExpressionPosition.jet | 0 .../quick/NamespaceQualified.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Nullability.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Objects.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Override.jet | 0 .../quick/OverridingVarByVal.jet | 0 .../quick/PrimaryConstructors.jet | 0 .../quick/ProjectionOnFunctionArgumentErrror.jet | 0 .../quick/ProjectionsInSupertypes.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Properties.jet | 0 .../quick/QualifiedExpressions.jet | 0 .../quick/QualifiedThis.jet | 0 .../quick/RecursiveTypeInference.jet | 0 .../quick/Redeclarations.jet | 0 .../quick/ResolveOfJavaGenerics.jet | 0 .../quick/ResolveToJava.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Return.jet | 0 .../quick/SafeCallNonNullReceiver.jet | 0 .../quick/SafeCallNonNullReceiverReturnNull.jet | 0 .../quick/StringTemplates.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Super.jet | 0 .../quick/SupertypeListChecks.jet | 0 .../quick/SyntaxErrorInTestHighlighting.jet | 0 .../quick/SyntaxErrorInTestHighlightingEof.jet | 0 .../quick/TraitSupertypeList.jet | 0 .../quick/TypeInference.jet | 0 .../quick/UninitializedOrReassignedVariables.jet | 0 .../quick/UnitByDefaultForFunctionTypes.jet | 0 .../quick/UnreachableCode.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Unresolved.jet | 0 .../quick/UnusedVariables.jet | 0 .../quick/ValAndFunOverrideCompatibilityClash.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/VarargTypes.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Varargs.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/Variance.jet | 0 .../{checkerWithErrorTypes => diagnostics}/quick/When.jet | 0 .../quick/backingField/CustomGetSet.jet | 0 .../quick/backingField/CustomGetVal.jet | 0 .../quick/backingField/CustomGetValGlobal.jet | 0 .../quick/backingField/CustomGetVar.jet | 0 .../quick/backingField/CustomSet.jet | 0 .../quick/backingField/CyclicReferenceInitializer.jet | 0 .../quick/backingField/ReadForwardInAnonymous.jet | 0 .../quick/backingField/ReadForwardInPropertyInitializer.jet | 0 .../quick/backingField/ReadInAnonymous.jet | 0 .../quick/backingField/ReadInAnotherPropertyIntializer.jet | 0 .../quick/backingField/ReadInFunction.jet | 0 .../backingField/ReadNonexistentAbstractPropertyInAnonymous.jet | 0 .../backingField/ReadNonexistentAbstractPropertyInFunction.jet | 0 .../quick/backingField/ReadNonexistentCustomGetInAnonymous.jet | 0 .../backingField/ReadNonexistentCustomGetInAnotherInitializer.jet | 0 .../quick/backingField/ReadNonexistentDeclaredInHigher.jet | 0 .../quick/backingField/ReadNonexistentPropertyInAnonymous.jet | 0 .../quick/backingField/WriteNonexistentDeclaredInHigher.jet | 0 .../quick/cast/AsErasedError.jet | 0 .../quick/cast/AsErasedFine.jet | 0 .../quick/cast/AsErasedStar.jet | 0 .../quick/cast/AsErasedWarning.jet | 0 .../quick/cast/IsErasedAllow.jet | 0 .../quick/cast/IsErasedAllowParameterSubtype.jet | 0 .../quick/cast/IsErasedDisallowFromAny.jet | 0 .../quick/cast/IsErasedStar.jet | 0 .../quick/cast/IsReified.jet | 0 .../quick/cast/IsTraits.jet | 0 .../quick/cast/WhenErasedDisallowFromAny.jet | 0 .../quick/control/ForWithoutBraces.jet | 0 .../quick/infos/Autocasts.jet | 0 .../quick/infos/PropertiesWithBackingFields.jet | 0 .../quick/nullabilityAndAutoCasts/InfixCallNullability.jet | 0 .../nullabilityAndAutoCasts/NullableNothingIsExactlyNull.jet | 0 .../PreferExtensionsOnNullableReceiver.jet | 0 .../quick/nullabilityAndAutoCasts/ReceiverNullability.jet | 0 .../quick/nullabilityAndAutoCasts/kt362.jet | 0 .../quick/regressions/AmbiguityOnLazyTypeComputation.jet | 0 .../quick/regressions/AssignmentsUnderOperators.jet | 0 .../quick/regressions/CoercionToUnit.jet | 0 .../quick/regressions/DoubleDefine.jet | 0 .../quick/regressions/ErrorsOnIbjectExpressionsAsParameters.jet | 0 .../quick/regressions/Jet11.jet | 0 .../quick/regressions/Jet121.jet | 0 .../quick/regressions/Jet124.jet | 0 .../quick/regressions/Jet169.jet | 0 .../quick/regressions/Jet17.jet | 0 .../quick/regressions/Jet183-1.jet | 0 .../quick/regressions/Jet183.jet | 0 .../quick/regressions/Jet53.jet | 0 .../quick/regressions/Jet67.jet | 0 .../quick/regressions/Jet68.jet | 0 .../quick/regressions/Jet69.jet | 0 .../quick/regressions/Jet72.jet | 0 .../quick/regressions/Jet81.jet | 0 .../quick/regressions/OrphanStarProjection.jet | 0 .../quick/regressions/OutProjections.jet | 0 .../quick/regressions/OverrideResolution.jet | 0 .../quick/regressions/ScopeForSecondaryConstructors.jet | 0 .../quick/regressions/SpecififcityByReceiver.jet | 0 .../quick/regressions/ThisConstructorInGenericClass.jet | 0 .../quick/regressions/UnavaliableQualifiedThis.jet | 0 .../quick/regressions/WrongTraceInCallResolver.jet | 0 .../quick/regressions/control-flow-analysis/kt510.jet | 0 .../quick/regressions/control-flow-analysis/kt607.jet | 0 .../quick/regressions/control-flow-analysis/kt609.jet | 0 .../quick/regressions/control-flow-analysis/kt610.jet | 0 .../quick/regressions/kt127.jet | 0 .../quick/regressions/kt128.jet | 0 .../quick/regressions/kt174.jet | 0 .../quick/regressions/kt201.jet | 0 .../quick/regressions/kt235.jet | 0 .../quick/regressions/kt251.jet | 0 .../quick/regressions/kt258.jet | 0 .../quick/regressions/kt26-1.jet | 0 .../quick/regressions/kt26.jet | 0 .../quick/regressions/kt282.jet | 0 .../quick/regressions/kt287.jet | 0 .../quick/regressions/kt302.jet | 0 .../quick/regressions/kt303.jet | 0 .../quick/regressions/kt306.jet | 0 .../quick/regressions/kt307.jet | 0 .../quick/regressions/kt312.jet | 0 .../quick/regressions/kt313.jet | 0 .../quick/regressions/kt316.jet | 0 .../quick/regressions/kt328.jet | 0 .../quick/regressions/kt328Complex.jet | 0 .../quick/regressions/kt328DuplicatedByKt329.jet | 0 .../quick/regressions/kt335.336.jet | 0 .../quick/regressions/kt337.jet | 0 .../quick/regressions/kt352.jet | 0 .../quick/regressions/kt353.jet | 0 .../quick/regressions/kt385.109.441.jet | 0 .../quick/regressions/kt394.jet | 0 .../quick/regressions/kt398.jet | 0 .../quick/regressions/kt399.jet | 0 .../quick/regressions/kt402.jet | 0 .../quick/regressions/kt41.jet | 0 .../quick/regressions/kt411.jet | 0 .../quick/regressions/kt421Scopes.jet | 0 .../quick/regressions/kt439.jet | 0 .../quick/regressions/kt442.jet | 0 .../quick/regressions/kt443.jet | 0 .../quick/regressions/kt455.jet | 0 .../quick/regressions/kt456.jet | 0 .../quick/regressions/kt459.jet | 0 .../quick/regressions/kt469.jet | 0 .../quick/regressions/kt524.jet | 0 .../quick/regressions/kt526UnresolvedReferenceInnerStatic.jet | 0 .../quick/regressions/kt549.jet | 0 .../quick/regressions/kt571.jet | 0 .../quick/regressions/kt575.jet | 0 .../quick/regressions/kt58.jet | 0 .../quick/regressions/kt580.jet | 0 .../quick/regressions/kt588.jet | 0 .../quick/regressions/kt597.jet | 0 .../quick/regressions/kt600.jet | 0 .../quick/regressions/kt604.jet | 0 .../quick/regressions/kt618.jet | 0 .../quick/regressions/kt629.jet | 0 .../quick/regressions/kt630.jet | 0 .../quick/regressions/kt688.jet | 0 .../quick/regressions/kt691.jet | 0 .../quick/shadowing/ShadowParameterInFunctionBody.jet | 0 .../quick/shadowing/ShadowParameterInNestedBlockInFor.jet | 0 .../quick/shadowing/ShadowPropertyInClosure.jet | 0 .../quick/shadowing/ShadowPropertyInFor.jet | 0 .../quick/shadowing/ShadowPropertyInFunction.jet | 0 .../quick/shadowing/ShadowVariableInFor.jet | 0 .../quick/shadowing/ShadowVariableInNestedBlock.jet | 0 .../quick/shadowing/ShadowVariableInNestedClosure.jet | 0 .../quick/shadowing/ShadowVariableInNestedClosureParam.jet | 0 212 files changed, 0 insertions(+), 0 deletions(-) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/checkerTestUtil/test.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Abstract.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/AnonymousInitializerVarAndConstructor.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/AnonymousInitializers.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/AutoCreatedIt.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/AutocastAmbiguitites.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/AutocastsForStableIdentifiers.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Basic.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/BinaryCallsOnNullableValues.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Bounds.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/BreakContinue.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Builders.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Casts.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ClassObjectCannotAccessClassFields.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ClassObjects.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ConflictingOverloads.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Constants.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Constructors.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/CovariantOverrideType.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/CyclicHierarchy.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/DefaultValuesTypechecking.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/DeferredTypes.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/DelegationAndOverriding.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/DelegationNotTotrait.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Dollar.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Enums.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ExtensionFunctions.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ExtensionsCalledOnSuper.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ForRangeConventions.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/FunctionCalleeExpressions.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/FunctionReturnTypes.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/GenericArgumentConsistency.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/GenericFunctionIsLessSpecific.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/IllegalModifiers.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ImportResolutionOrder.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/IncDec.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/IncorrectCharacterLiterals.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/InferNullabilityInThenBlock.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/InnerClassClassObject.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/IsExpressions.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/LValueAssignment.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/MultipleBounds.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/NamedArgumentsAndDefaultValues.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/NamespaceAsExpression.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/NamespaceInExpressionPosition.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/NamespaceQualified.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Nullability.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Objects.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Override.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/OverridingVarByVal.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/PrimaryConstructors.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ProjectionOnFunctionArgumentErrror.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ProjectionsInSupertypes.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Properties.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/QualifiedExpressions.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/QualifiedThis.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/RecursiveTypeInference.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Redeclarations.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ResolveOfJavaGenerics.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ResolveToJava.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Return.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/SafeCallNonNullReceiver.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/SafeCallNonNullReceiverReturnNull.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/StringTemplates.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Super.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/SupertypeListChecks.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/SyntaxErrorInTestHighlighting.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/SyntaxErrorInTestHighlightingEof.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/TraitSupertypeList.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/TypeInference.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/UninitializedOrReassignedVariables.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/UnitByDefaultForFunctionTypes.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/UnreachableCode.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Unresolved.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/UnusedVariables.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/ValAndFunOverrideCompatibilityClash.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/VarargTypes.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Varargs.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/Variance.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/When.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/CustomGetSet.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/CustomGetVal.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/CustomGetValGlobal.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/CustomGetVar.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/CustomSet.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/CyclicReferenceInitializer.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadForwardInAnonymous.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadForwardInPropertyInitializer.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadInAnonymous.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadInAnotherPropertyIntializer.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadInFunction.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadNonexistentAbstractPropertyInAnonymous.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadNonexistentAbstractPropertyInFunction.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadNonexistentCustomGetInAnonymous.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadNonexistentCustomGetInAnotherInitializer.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadNonexistentDeclaredInHigher.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/ReadNonexistentPropertyInAnonymous.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/backingField/WriteNonexistentDeclaredInHigher.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/AsErasedError.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/AsErasedFine.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/AsErasedStar.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/AsErasedWarning.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/IsErasedAllow.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/IsErasedAllowParameterSubtype.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/IsErasedDisallowFromAny.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/IsErasedStar.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/IsReified.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/IsTraits.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/cast/WhenErasedDisallowFromAny.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/control/ForWithoutBraces.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/infos/Autocasts.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/infos/PropertiesWithBackingFields.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/nullabilityAndAutoCasts/InfixCallNullability.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/nullabilityAndAutoCasts/NullableNothingIsExactlyNull.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/nullabilityAndAutoCasts/PreferExtensionsOnNullableReceiver.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/nullabilityAndAutoCasts/ReceiverNullability.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/nullabilityAndAutoCasts/kt362.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/AmbiguityOnLazyTypeComputation.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/AssignmentsUnderOperators.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/CoercionToUnit.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/DoubleDefine.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/ErrorsOnIbjectExpressionsAsParameters.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet11.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet121.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet124.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet169.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet17.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet183-1.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet183.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet53.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet67.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet68.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet69.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet72.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/Jet81.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/OrphanStarProjection.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/OutProjections.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/OverrideResolution.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/ScopeForSecondaryConstructors.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/SpecififcityByReceiver.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/ThisConstructorInGenericClass.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/UnavaliableQualifiedThis.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/WrongTraceInCallResolver.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/control-flow-analysis/kt510.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/control-flow-analysis/kt607.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/control-flow-analysis/kt609.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/control-flow-analysis/kt610.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt127.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt128.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt174.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt201.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt235.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt251.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt258.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt26-1.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt26.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt282.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt287.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt302.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt303.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt306.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt307.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt312.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt313.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt316.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt328.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt328Complex.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt328DuplicatedByKt329.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt335.336.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt337.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt352.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt353.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt385.109.441.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt394.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt398.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt399.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt402.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt41.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt411.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt421Scopes.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt439.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt442.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt443.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt455.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt456.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt459.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt469.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt524.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt526UnresolvedReferenceInnerStatic.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt549.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt571.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt575.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt58.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt580.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt588.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt597.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt600.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt604.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt618.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt629.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt630.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt688.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/regressions/kt691.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowParameterInFunctionBody.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowParameterInNestedBlockInFor.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowPropertyInClosure.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowPropertyInFor.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowPropertyInFunction.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowVariableInFor.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowVariableInNestedBlock.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowVariableInNestedClosure.jet (100%) rename compiler/testData/{checkerWithErrorTypes => diagnostics}/quick/shadowing/ShadowVariableInNestedClosureParam.jet (100%) diff --git a/compiler/testData/checkerWithErrorTypes/checkerTestUtil/test.jet b/compiler/testData/diagnostics/checkerTestUtil/test.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/checkerTestUtil/test.jet rename to compiler/testData/diagnostics/checkerTestUtil/test.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Abstract.jet b/compiler/testData/diagnostics/quick/Abstract.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Abstract.jet rename to compiler/testData/diagnostics/quick/Abstract.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/AnonymousInitializerVarAndConstructor.jet b/compiler/testData/diagnostics/quick/AnonymousInitializerVarAndConstructor.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/AnonymousInitializerVarAndConstructor.jet rename to compiler/testData/diagnostics/quick/AnonymousInitializerVarAndConstructor.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/AnonymousInitializers.jet b/compiler/testData/diagnostics/quick/AnonymousInitializers.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/AnonymousInitializers.jet rename to compiler/testData/diagnostics/quick/AnonymousInitializers.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/AutoCreatedIt.jet b/compiler/testData/diagnostics/quick/AutoCreatedIt.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/AutoCreatedIt.jet rename to compiler/testData/diagnostics/quick/AutoCreatedIt.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/AutocastAmbiguitites.jet b/compiler/testData/diagnostics/quick/AutocastAmbiguitites.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/AutocastAmbiguitites.jet rename to compiler/testData/diagnostics/quick/AutocastAmbiguitites.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/AutocastsForStableIdentifiers.jet b/compiler/testData/diagnostics/quick/AutocastsForStableIdentifiers.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/AutocastsForStableIdentifiers.jet rename to compiler/testData/diagnostics/quick/AutocastsForStableIdentifiers.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Basic.jet b/compiler/testData/diagnostics/quick/Basic.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Basic.jet rename to compiler/testData/diagnostics/quick/Basic.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/BinaryCallsOnNullableValues.jet b/compiler/testData/diagnostics/quick/BinaryCallsOnNullableValues.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/BinaryCallsOnNullableValues.jet rename to compiler/testData/diagnostics/quick/BinaryCallsOnNullableValues.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Bounds.jet b/compiler/testData/diagnostics/quick/Bounds.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Bounds.jet rename to compiler/testData/diagnostics/quick/Bounds.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/BreakContinue.jet b/compiler/testData/diagnostics/quick/BreakContinue.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/BreakContinue.jet rename to compiler/testData/diagnostics/quick/BreakContinue.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Builders.jet b/compiler/testData/diagnostics/quick/Builders.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Builders.jet rename to compiler/testData/diagnostics/quick/Builders.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Casts.jet b/compiler/testData/diagnostics/quick/Casts.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Casts.jet rename to compiler/testData/diagnostics/quick/Casts.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ClassObjectCannotAccessClassFields.jet b/compiler/testData/diagnostics/quick/ClassObjectCannotAccessClassFields.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ClassObjectCannotAccessClassFields.jet rename to compiler/testData/diagnostics/quick/ClassObjectCannotAccessClassFields.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ClassObjects.jet b/compiler/testData/diagnostics/quick/ClassObjects.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ClassObjects.jet rename to compiler/testData/diagnostics/quick/ClassObjects.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ConflictingOverloads.jet b/compiler/testData/diagnostics/quick/ConflictingOverloads.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ConflictingOverloads.jet rename to compiler/testData/diagnostics/quick/ConflictingOverloads.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Constants.jet b/compiler/testData/diagnostics/quick/Constants.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Constants.jet rename to compiler/testData/diagnostics/quick/Constants.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Constructors.jet b/compiler/testData/diagnostics/quick/Constructors.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Constructors.jet rename to compiler/testData/diagnostics/quick/Constructors.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/CovariantOverrideType.jet b/compiler/testData/diagnostics/quick/CovariantOverrideType.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/CovariantOverrideType.jet rename to compiler/testData/diagnostics/quick/CovariantOverrideType.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/CyclicHierarchy.jet b/compiler/testData/diagnostics/quick/CyclicHierarchy.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/CyclicHierarchy.jet rename to compiler/testData/diagnostics/quick/CyclicHierarchy.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/DefaultValuesTypechecking.jet b/compiler/testData/diagnostics/quick/DefaultValuesTypechecking.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/DefaultValuesTypechecking.jet rename to compiler/testData/diagnostics/quick/DefaultValuesTypechecking.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/DeferredTypes.jet b/compiler/testData/diagnostics/quick/DeferredTypes.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/DeferredTypes.jet rename to compiler/testData/diagnostics/quick/DeferredTypes.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/DelegationAndOverriding.jet b/compiler/testData/diagnostics/quick/DelegationAndOverriding.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/DelegationAndOverriding.jet rename to compiler/testData/diagnostics/quick/DelegationAndOverriding.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/DelegationNotTotrait.jet b/compiler/testData/diagnostics/quick/DelegationNotTotrait.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/DelegationNotTotrait.jet rename to compiler/testData/diagnostics/quick/DelegationNotTotrait.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Dollar.jet b/compiler/testData/diagnostics/quick/Dollar.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Dollar.jet rename to compiler/testData/diagnostics/quick/Dollar.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Enums.jet b/compiler/testData/diagnostics/quick/Enums.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Enums.jet rename to compiler/testData/diagnostics/quick/Enums.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ExtensionFunctions.jet b/compiler/testData/diagnostics/quick/ExtensionFunctions.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ExtensionFunctions.jet rename to compiler/testData/diagnostics/quick/ExtensionFunctions.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ExtensionsCalledOnSuper.jet b/compiler/testData/diagnostics/quick/ExtensionsCalledOnSuper.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ExtensionsCalledOnSuper.jet rename to compiler/testData/diagnostics/quick/ExtensionsCalledOnSuper.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ForRangeConventions.jet b/compiler/testData/diagnostics/quick/ForRangeConventions.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ForRangeConventions.jet rename to compiler/testData/diagnostics/quick/ForRangeConventions.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/FunctionCalleeExpressions.jet b/compiler/testData/diagnostics/quick/FunctionCalleeExpressions.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/FunctionCalleeExpressions.jet rename to compiler/testData/diagnostics/quick/FunctionCalleeExpressions.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/FunctionReturnTypes.jet b/compiler/testData/diagnostics/quick/FunctionReturnTypes.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/FunctionReturnTypes.jet rename to compiler/testData/diagnostics/quick/FunctionReturnTypes.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/GenericArgumentConsistency.jet b/compiler/testData/diagnostics/quick/GenericArgumentConsistency.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/GenericArgumentConsistency.jet rename to compiler/testData/diagnostics/quick/GenericArgumentConsistency.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/GenericFunctionIsLessSpecific.jet b/compiler/testData/diagnostics/quick/GenericFunctionIsLessSpecific.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/GenericFunctionIsLessSpecific.jet rename to compiler/testData/diagnostics/quick/GenericFunctionIsLessSpecific.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/IllegalModifiers.jet b/compiler/testData/diagnostics/quick/IllegalModifiers.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/IllegalModifiers.jet rename to compiler/testData/diagnostics/quick/IllegalModifiers.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ImportResolutionOrder.jet b/compiler/testData/diagnostics/quick/ImportResolutionOrder.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ImportResolutionOrder.jet rename to compiler/testData/diagnostics/quick/ImportResolutionOrder.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/IncDec.jet b/compiler/testData/diagnostics/quick/IncDec.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/IncDec.jet rename to compiler/testData/diagnostics/quick/IncDec.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/IncorrectCharacterLiterals.jet b/compiler/testData/diagnostics/quick/IncorrectCharacterLiterals.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/IncorrectCharacterLiterals.jet rename to compiler/testData/diagnostics/quick/IncorrectCharacterLiterals.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/InferNullabilityInThenBlock.jet b/compiler/testData/diagnostics/quick/InferNullabilityInThenBlock.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/InferNullabilityInThenBlock.jet rename to compiler/testData/diagnostics/quick/InferNullabilityInThenBlock.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/InnerClassClassObject.jet b/compiler/testData/diagnostics/quick/InnerClassClassObject.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/InnerClassClassObject.jet rename to compiler/testData/diagnostics/quick/InnerClassClassObject.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/IsExpressions.jet b/compiler/testData/diagnostics/quick/IsExpressions.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/IsExpressions.jet rename to compiler/testData/diagnostics/quick/IsExpressions.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/LValueAssignment.jet b/compiler/testData/diagnostics/quick/LValueAssignment.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/LValueAssignment.jet rename to compiler/testData/diagnostics/quick/LValueAssignment.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/MultipleBounds.jet b/compiler/testData/diagnostics/quick/MultipleBounds.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/MultipleBounds.jet rename to compiler/testData/diagnostics/quick/MultipleBounds.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/NamedArgumentsAndDefaultValues.jet b/compiler/testData/diagnostics/quick/NamedArgumentsAndDefaultValues.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/NamedArgumentsAndDefaultValues.jet rename to compiler/testData/diagnostics/quick/NamedArgumentsAndDefaultValues.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/NamespaceAsExpression.jet b/compiler/testData/diagnostics/quick/NamespaceAsExpression.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/NamespaceAsExpression.jet rename to compiler/testData/diagnostics/quick/NamespaceAsExpression.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/NamespaceInExpressionPosition.jet b/compiler/testData/diagnostics/quick/NamespaceInExpressionPosition.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/NamespaceInExpressionPosition.jet rename to compiler/testData/diagnostics/quick/NamespaceInExpressionPosition.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/NamespaceQualified.jet b/compiler/testData/diagnostics/quick/NamespaceQualified.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/NamespaceQualified.jet rename to compiler/testData/diagnostics/quick/NamespaceQualified.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Nullability.jet b/compiler/testData/diagnostics/quick/Nullability.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Nullability.jet rename to compiler/testData/diagnostics/quick/Nullability.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Objects.jet b/compiler/testData/diagnostics/quick/Objects.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Objects.jet rename to compiler/testData/diagnostics/quick/Objects.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Override.jet b/compiler/testData/diagnostics/quick/Override.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Override.jet rename to compiler/testData/diagnostics/quick/Override.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/OverridingVarByVal.jet b/compiler/testData/diagnostics/quick/OverridingVarByVal.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/OverridingVarByVal.jet rename to compiler/testData/diagnostics/quick/OverridingVarByVal.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/PrimaryConstructors.jet b/compiler/testData/diagnostics/quick/PrimaryConstructors.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/PrimaryConstructors.jet rename to compiler/testData/diagnostics/quick/PrimaryConstructors.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ProjectionOnFunctionArgumentErrror.jet b/compiler/testData/diagnostics/quick/ProjectionOnFunctionArgumentErrror.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ProjectionOnFunctionArgumentErrror.jet rename to compiler/testData/diagnostics/quick/ProjectionOnFunctionArgumentErrror.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ProjectionsInSupertypes.jet b/compiler/testData/diagnostics/quick/ProjectionsInSupertypes.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ProjectionsInSupertypes.jet rename to compiler/testData/diagnostics/quick/ProjectionsInSupertypes.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Properties.jet b/compiler/testData/diagnostics/quick/Properties.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Properties.jet rename to compiler/testData/diagnostics/quick/Properties.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/QualifiedExpressions.jet b/compiler/testData/diagnostics/quick/QualifiedExpressions.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/QualifiedExpressions.jet rename to compiler/testData/diagnostics/quick/QualifiedExpressions.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/QualifiedThis.jet b/compiler/testData/diagnostics/quick/QualifiedThis.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/QualifiedThis.jet rename to compiler/testData/diagnostics/quick/QualifiedThis.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/RecursiveTypeInference.jet b/compiler/testData/diagnostics/quick/RecursiveTypeInference.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/RecursiveTypeInference.jet rename to compiler/testData/diagnostics/quick/RecursiveTypeInference.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Redeclarations.jet b/compiler/testData/diagnostics/quick/Redeclarations.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Redeclarations.jet rename to compiler/testData/diagnostics/quick/Redeclarations.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ResolveOfJavaGenerics.jet b/compiler/testData/diagnostics/quick/ResolveOfJavaGenerics.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ResolveOfJavaGenerics.jet rename to compiler/testData/diagnostics/quick/ResolveOfJavaGenerics.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ResolveToJava.jet b/compiler/testData/diagnostics/quick/ResolveToJava.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ResolveToJava.jet rename to compiler/testData/diagnostics/quick/ResolveToJava.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Return.jet b/compiler/testData/diagnostics/quick/Return.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Return.jet rename to compiler/testData/diagnostics/quick/Return.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/SafeCallNonNullReceiver.jet b/compiler/testData/diagnostics/quick/SafeCallNonNullReceiver.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/SafeCallNonNullReceiver.jet rename to compiler/testData/diagnostics/quick/SafeCallNonNullReceiver.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/SafeCallNonNullReceiverReturnNull.jet b/compiler/testData/diagnostics/quick/SafeCallNonNullReceiverReturnNull.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/SafeCallNonNullReceiverReturnNull.jet rename to compiler/testData/diagnostics/quick/SafeCallNonNullReceiverReturnNull.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/StringTemplates.jet b/compiler/testData/diagnostics/quick/StringTemplates.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/StringTemplates.jet rename to compiler/testData/diagnostics/quick/StringTemplates.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Super.jet b/compiler/testData/diagnostics/quick/Super.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Super.jet rename to compiler/testData/diagnostics/quick/Super.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/SupertypeListChecks.jet b/compiler/testData/diagnostics/quick/SupertypeListChecks.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/SupertypeListChecks.jet rename to compiler/testData/diagnostics/quick/SupertypeListChecks.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/SyntaxErrorInTestHighlighting.jet b/compiler/testData/diagnostics/quick/SyntaxErrorInTestHighlighting.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/SyntaxErrorInTestHighlighting.jet rename to compiler/testData/diagnostics/quick/SyntaxErrorInTestHighlighting.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/SyntaxErrorInTestHighlightingEof.jet b/compiler/testData/diagnostics/quick/SyntaxErrorInTestHighlightingEof.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/SyntaxErrorInTestHighlightingEof.jet rename to compiler/testData/diagnostics/quick/SyntaxErrorInTestHighlightingEof.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/TraitSupertypeList.jet b/compiler/testData/diagnostics/quick/TraitSupertypeList.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/TraitSupertypeList.jet rename to compiler/testData/diagnostics/quick/TraitSupertypeList.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/TypeInference.jet b/compiler/testData/diagnostics/quick/TypeInference.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/TypeInference.jet rename to compiler/testData/diagnostics/quick/TypeInference.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/UninitializedOrReassignedVariables.jet b/compiler/testData/diagnostics/quick/UninitializedOrReassignedVariables.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/UninitializedOrReassignedVariables.jet rename to compiler/testData/diagnostics/quick/UninitializedOrReassignedVariables.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/UnitByDefaultForFunctionTypes.jet b/compiler/testData/diagnostics/quick/UnitByDefaultForFunctionTypes.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/UnitByDefaultForFunctionTypes.jet rename to compiler/testData/diagnostics/quick/UnitByDefaultForFunctionTypes.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/UnreachableCode.jet b/compiler/testData/diagnostics/quick/UnreachableCode.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/UnreachableCode.jet rename to compiler/testData/diagnostics/quick/UnreachableCode.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Unresolved.jet b/compiler/testData/diagnostics/quick/Unresolved.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Unresolved.jet rename to compiler/testData/diagnostics/quick/Unresolved.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/UnusedVariables.jet b/compiler/testData/diagnostics/quick/UnusedVariables.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/UnusedVariables.jet rename to compiler/testData/diagnostics/quick/UnusedVariables.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/ValAndFunOverrideCompatibilityClash.jet b/compiler/testData/diagnostics/quick/ValAndFunOverrideCompatibilityClash.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/ValAndFunOverrideCompatibilityClash.jet rename to compiler/testData/diagnostics/quick/ValAndFunOverrideCompatibilityClash.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/VarargTypes.jet b/compiler/testData/diagnostics/quick/VarargTypes.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/VarargTypes.jet rename to compiler/testData/diagnostics/quick/VarargTypes.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Varargs.jet b/compiler/testData/diagnostics/quick/Varargs.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Varargs.jet rename to compiler/testData/diagnostics/quick/Varargs.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/Variance.jet b/compiler/testData/diagnostics/quick/Variance.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/Variance.jet rename to compiler/testData/diagnostics/quick/Variance.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/When.jet b/compiler/testData/diagnostics/quick/When.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/When.jet rename to compiler/testData/diagnostics/quick/When.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/CustomGetSet.jet b/compiler/testData/diagnostics/quick/backingField/CustomGetSet.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/CustomGetSet.jet rename to compiler/testData/diagnostics/quick/backingField/CustomGetSet.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/CustomGetVal.jet b/compiler/testData/diagnostics/quick/backingField/CustomGetVal.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/CustomGetVal.jet rename to compiler/testData/diagnostics/quick/backingField/CustomGetVal.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/CustomGetValGlobal.jet b/compiler/testData/diagnostics/quick/backingField/CustomGetValGlobal.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/CustomGetValGlobal.jet rename to compiler/testData/diagnostics/quick/backingField/CustomGetValGlobal.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/CustomGetVar.jet b/compiler/testData/diagnostics/quick/backingField/CustomGetVar.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/CustomGetVar.jet rename to compiler/testData/diagnostics/quick/backingField/CustomGetVar.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/CustomSet.jet b/compiler/testData/diagnostics/quick/backingField/CustomSet.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/CustomSet.jet rename to compiler/testData/diagnostics/quick/backingField/CustomSet.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/CyclicReferenceInitializer.jet b/compiler/testData/diagnostics/quick/backingField/CyclicReferenceInitializer.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/CyclicReferenceInitializer.jet rename to compiler/testData/diagnostics/quick/backingField/CyclicReferenceInitializer.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadForwardInAnonymous.jet b/compiler/testData/diagnostics/quick/backingField/ReadForwardInAnonymous.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadForwardInAnonymous.jet rename to compiler/testData/diagnostics/quick/backingField/ReadForwardInAnonymous.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadForwardInPropertyInitializer.jet b/compiler/testData/diagnostics/quick/backingField/ReadForwardInPropertyInitializer.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadForwardInPropertyInitializer.jet rename to compiler/testData/diagnostics/quick/backingField/ReadForwardInPropertyInitializer.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadInAnonymous.jet b/compiler/testData/diagnostics/quick/backingField/ReadInAnonymous.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadInAnonymous.jet rename to compiler/testData/diagnostics/quick/backingField/ReadInAnonymous.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadInAnotherPropertyIntializer.jet b/compiler/testData/diagnostics/quick/backingField/ReadInAnotherPropertyIntializer.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadInAnotherPropertyIntializer.jet rename to compiler/testData/diagnostics/quick/backingField/ReadInAnotherPropertyIntializer.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadInFunction.jet b/compiler/testData/diagnostics/quick/backingField/ReadInFunction.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadInFunction.jet rename to compiler/testData/diagnostics/quick/backingField/ReadInFunction.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentAbstractPropertyInAnonymous.jet b/compiler/testData/diagnostics/quick/backingField/ReadNonexistentAbstractPropertyInAnonymous.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentAbstractPropertyInAnonymous.jet rename to compiler/testData/diagnostics/quick/backingField/ReadNonexistentAbstractPropertyInAnonymous.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentAbstractPropertyInFunction.jet b/compiler/testData/diagnostics/quick/backingField/ReadNonexistentAbstractPropertyInFunction.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentAbstractPropertyInFunction.jet rename to compiler/testData/diagnostics/quick/backingField/ReadNonexistentAbstractPropertyInFunction.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentCustomGetInAnonymous.jet b/compiler/testData/diagnostics/quick/backingField/ReadNonexistentCustomGetInAnonymous.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentCustomGetInAnonymous.jet rename to compiler/testData/diagnostics/quick/backingField/ReadNonexistentCustomGetInAnonymous.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentCustomGetInAnotherInitializer.jet b/compiler/testData/diagnostics/quick/backingField/ReadNonexistentCustomGetInAnotherInitializer.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentCustomGetInAnotherInitializer.jet rename to compiler/testData/diagnostics/quick/backingField/ReadNonexistentCustomGetInAnotherInitializer.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentDeclaredInHigher.jet b/compiler/testData/diagnostics/quick/backingField/ReadNonexistentDeclaredInHigher.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentDeclaredInHigher.jet rename to compiler/testData/diagnostics/quick/backingField/ReadNonexistentDeclaredInHigher.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentPropertyInAnonymous.jet b/compiler/testData/diagnostics/quick/backingField/ReadNonexistentPropertyInAnonymous.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/ReadNonexistentPropertyInAnonymous.jet rename to compiler/testData/diagnostics/quick/backingField/ReadNonexistentPropertyInAnonymous.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/backingField/WriteNonexistentDeclaredInHigher.jet b/compiler/testData/diagnostics/quick/backingField/WriteNonexistentDeclaredInHigher.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/backingField/WriteNonexistentDeclaredInHigher.jet rename to compiler/testData/diagnostics/quick/backingField/WriteNonexistentDeclaredInHigher.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/AsErasedError.jet b/compiler/testData/diagnostics/quick/cast/AsErasedError.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/AsErasedError.jet rename to compiler/testData/diagnostics/quick/cast/AsErasedError.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/AsErasedFine.jet b/compiler/testData/diagnostics/quick/cast/AsErasedFine.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/AsErasedFine.jet rename to compiler/testData/diagnostics/quick/cast/AsErasedFine.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/AsErasedStar.jet b/compiler/testData/diagnostics/quick/cast/AsErasedStar.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/AsErasedStar.jet rename to compiler/testData/diagnostics/quick/cast/AsErasedStar.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/AsErasedWarning.jet b/compiler/testData/diagnostics/quick/cast/AsErasedWarning.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/AsErasedWarning.jet rename to compiler/testData/diagnostics/quick/cast/AsErasedWarning.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/IsErasedAllow.jet b/compiler/testData/diagnostics/quick/cast/IsErasedAllow.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/IsErasedAllow.jet rename to compiler/testData/diagnostics/quick/cast/IsErasedAllow.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/IsErasedAllowParameterSubtype.jet b/compiler/testData/diagnostics/quick/cast/IsErasedAllowParameterSubtype.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/IsErasedAllowParameterSubtype.jet rename to compiler/testData/diagnostics/quick/cast/IsErasedAllowParameterSubtype.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/IsErasedDisallowFromAny.jet b/compiler/testData/diagnostics/quick/cast/IsErasedDisallowFromAny.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/IsErasedDisallowFromAny.jet rename to compiler/testData/diagnostics/quick/cast/IsErasedDisallowFromAny.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/IsErasedStar.jet b/compiler/testData/diagnostics/quick/cast/IsErasedStar.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/IsErasedStar.jet rename to compiler/testData/diagnostics/quick/cast/IsErasedStar.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/IsReified.jet b/compiler/testData/diagnostics/quick/cast/IsReified.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/IsReified.jet rename to compiler/testData/diagnostics/quick/cast/IsReified.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/IsTraits.jet b/compiler/testData/diagnostics/quick/cast/IsTraits.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/IsTraits.jet rename to compiler/testData/diagnostics/quick/cast/IsTraits.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/cast/WhenErasedDisallowFromAny.jet b/compiler/testData/diagnostics/quick/cast/WhenErasedDisallowFromAny.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/cast/WhenErasedDisallowFromAny.jet rename to compiler/testData/diagnostics/quick/cast/WhenErasedDisallowFromAny.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/control/ForWithoutBraces.jet b/compiler/testData/diagnostics/quick/control/ForWithoutBraces.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/control/ForWithoutBraces.jet rename to compiler/testData/diagnostics/quick/control/ForWithoutBraces.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/infos/Autocasts.jet b/compiler/testData/diagnostics/quick/infos/Autocasts.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/infos/Autocasts.jet rename to compiler/testData/diagnostics/quick/infos/Autocasts.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/infos/PropertiesWithBackingFields.jet b/compiler/testData/diagnostics/quick/infos/PropertiesWithBackingFields.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/infos/PropertiesWithBackingFields.jet rename to compiler/testData/diagnostics/quick/infos/PropertiesWithBackingFields.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/InfixCallNullability.jet b/compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/InfixCallNullability.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/InfixCallNullability.jet rename to compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/InfixCallNullability.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/NullableNothingIsExactlyNull.jet b/compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/NullableNothingIsExactlyNull.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/NullableNothingIsExactlyNull.jet rename to compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/NullableNothingIsExactlyNull.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/PreferExtensionsOnNullableReceiver.jet b/compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/PreferExtensionsOnNullableReceiver.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/PreferExtensionsOnNullableReceiver.jet rename to compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/PreferExtensionsOnNullableReceiver.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/ReceiverNullability.jet b/compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/ReceiverNullability.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/ReceiverNullability.jet rename to compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/ReceiverNullability.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/kt362.jet b/compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/kt362.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/nullabilityAndAutoCasts/kt362.jet rename to compiler/testData/diagnostics/quick/nullabilityAndAutoCasts/kt362.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/AmbiguityOnLazyTypeComputation.jet b/compiler/testData/diagnostics/quick/regressions/AmbiguityOnLazyTypeComputation.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/AmbiguityOnLazyTypeComputation.jet rename to compiler/testData/diagnostics/quick/regressions/AmbiguityOnLazyTypeComputation.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/AssignmentsUnderOperators.jet b/compiler/testData/diagnostics/quick/regressions/AssignmentsUnderOperators.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/AssignmentsUnderOperators.jet rename to compiler/testData/diagnostics/quick/regressions/AssignmentsUnderOperators.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/CoercionToUnit.jet b/compiler/testData/diagnostics/quick/regressions/CoercionToUnit.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/CoercionToUnit.jet rename to compiler/testData/diagnostics/quick/regressions/CoercionToUnit.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/DoubleDefine.jet b/compiler/testData/diagnostics/quick/regressions/DoubleDefine.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/DoubleDefine.jet rename to compiler/testData/diagnostics/quick/regressions/DoubleDefine.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/ErrorsOnIbjectExpressionsAsParameters.jet b/compiler/testData/diagnostics/quick/regressions/ErrorsOnIbjectExpressionsAsParameters.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/ErrorsOnIbjectExpressionsAsParameters.jet rename to compiler/testData/diagnostics/quick/regressions/ErrorsOnIbjectExpressionsAsParameters.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet11.jet b/compiler/testData/diagnostics/quick/regressions/Jet11.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet11.jet rename to compiler/testData/diagnostics/quick/regressions/Jet11.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet121.jet b/compiler/testData/diagnostics/quick/regressions/Jet121.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet121.jet rename to compiler/testData/diagnostics/quick/regressions/Jet121.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet124.jet b/compiler/testData/diagnostics/quick/regressions/Jet124.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet124.jet rename to compiler/testData/diagnostics/quick/regressions/Jet124.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet169.jet b/compiler/testData/diagnostics/quick/regressions/Jet169.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet169.jet rename to compiler/testData/diagnostics/quick/regressions/Jet169.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet17.jet b/compiler/testData/diagnostics/quick/regressions/Jet17.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet17.jet rename to compiler/testData/diagnostics/quick/regressions/Jet17.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet183-1.jet b/compiler/testData/diagnostics/quick/regressions/Jet183-1.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet183-1.jet rename to compiler/testData/diagnostics/quick/regressions/Jet183-1.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet183.jet b/compiler/testData/diagnostics/quick/regressions/Jet183.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet183.jet rename to compiler/testData/diagnostics/quick/regressions/Jet183.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet53.jet b/compiler/testData/diagnostics/quick/regressions/Jet53.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet53.jet rename to compiler/testData/diagnostics/quick/regressions/Jet53.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet67.jet b/compiler/testData/diagnostics/quick/regressions/Jet67.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet67.jet rename to compiler/testData/diagnostics/quick/regressions/Jet67.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet68.jet b/compiler/testData/diagnostics/quick/regressions/Jet68.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet68.jet rename to compiler/testData/diagnostics/quick/regressions/Jet68.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet69.jet b/compiler/testData/diagnostics/quick/regressions/Jet69.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet69.jet rename to compiler/testData/diagnostics/quick/regressions/Jet69.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet72.jet b/compiler/testData/diagnostics/quick/regressions/Jet72.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet72.jet rename to compiler/testData/diagnostics/quick/regressions/Jet72.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/Jet81.jet b/compiler/testData/diagnostics/quick/regressions/Jet81.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/Jet81.jet rename to compiler/testData/diagnostics/quick/regressions/Jet81.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/OrphanStarProjection.jet b/compiler/testData/diagnostics/quick/regressions/OrphanStarProjection.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/OrphanStarProjection.jet rename to compiler/testData/diagnostics/quick/regressions/OrphanStarProjection.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/OutProjections.jet b/compiler/testData/diagnostics/quick/regressions/OutProjections.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/OutProjections.jet rename to compiler/testData/diagnostics/quick/regressions/OutProjections.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/OverrideResolution.jet b/compiler/testData/diagnostics/quick/regressions/OverrideResolution.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/OverrideResolution.jet rename to compiler/testData/diagnostics/quick/regressions/OverrideResolution.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/ScopeForSecondaryConstructors.jet b/compiler/testData/diagnostics/quick/regressions/ScopeForSecondaryConstructors.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/ScopeForSecondaryConstructors.jet rename to compiler/testData/diagnostics/quick/regressions/ScopeForSecondaryConstructors.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/SpecififcityByReceiver.jet b/compiler/testData/diagnostics/quick/regressions/SpecififcityByReceiver.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/SpecififcityByReceiver.jet rename to compiler/testData/diagnostics/quick/regressions/SpecififcityByReceiver.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/ThisConstructorInGenericClass.jet b/compiler/testData/diagnostics/quick/regressions/ThisConstructorInGenericClass.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/ThisConstructorInGenericClass.jet rename to compiler/testData/diagnostics/quick/regressions/ThisConstructorInGenericClass.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/UnavaliableQualifiedThis.jet b/compiler/testData/diagnostics/quick/regressions/UnavaliableQualifiedThis.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/UnavaliableQualifiedThis.jet rename to compiler/testData/diagnostics/quick/regressions/UnavaliableQualifiedThis.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/WrongTraceInCallResolver.jet b/compiler/testData/diagnostics/quick/regressions/WrongTraceInCallResolver.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/WrongTraceInCallResolver.jet rename to compiler/testData/diagnostics/quick/regressions/WrongTraceInCallResolver.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/control-flow-analysis/kt510.jet b/compiler/testData/diagnostics/quick/regressions/control-flow-analysis/kt510.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/control-flow-analysis/kt510.jet rename to compiler/testData/diagnostics/quick/regressions/control-flow-analysis/kt510.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/control-flow-analysis/kt607.jet b/compiler/testData/diagnostics/quick/regressions/control-flow-analysis/kt607.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/control-flow-analysis/kt607.jet rename to compiler/testData/diagnostics/quick/regressions/control-flow-analysis/kt607.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/control-flow-analysis/kt609.jet b/compiler/testData/diagnostics/quick/regressions/control-flow-analysis/kt609.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/control-flow-analysis/kt609.jet rename to compiler/testData/diagnostics/quick/regressions/control-flow-analysis/kt609.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/control-flow-analysis/kt610.jet b/compiler/testData/diagnostics/quick/regressions/control-flow-analysis/kt610.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/control-flow-analysis/kt610.jet rename to compiler/testData/diagnostics/quick/regressions/control-flow-analysis/kt610.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt127.jet b/compiler/testData/diagnostics/quick/regressions/kt127.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt127.jet rename to compiler/testData/diagnostics/quick/regressions/kt127.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt128.jet b/compiler/testData/diagnostics/quick/regressions/kt128.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt128.jet rename to compiler/testData/diagnostics/quick/regressions/kt128.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt174.jet b/compiler/testData/diagnostics/quick/regressions/kt174.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt174.jet rename to compiler/testData/diagnostics/quick/regressions/kt174.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt201.jet b/compiler/testData/diagnostics/quick/regressions/kt201.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt201.jet rename to compiler/testData/diagnostics/quick/regressions/kt201.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt235.jet b/compiler/testData/diagnostics/quick/regressions/kt235.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt235.jet rename to compiler/testData/diagnostics/quick/regressions/kt235.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt251.jet b/compiler/testData/diagnostics/quick/regressions/kt251.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt251.jet rename to compiler/testData/diagnostics/quick/regressions/kt251.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt258.jet b/compiler/testData/diagnostics/quick/regressions/kt258.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt258.jet rename to compiler/testData/diagnostics/quick/regressions/kt258.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt26-1.jet b/compiler/testData/diagnostics/quick/regressions/kt26-1.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt26-1.jet rename to compiler/testData/diagnostics/quick/regressions/kt26-1.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt26.jet b/compiler/testData/diagnostics/quick/regressions/kt26.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt26.jet rename to compiler/testData/diagnostics/quick/regressions/kt26.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt282.jet b/compiler/testData/diagnostics/quick/regressions/kt282.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt282.jet rename to compiler/testData/diagnostics/quick/regressions/kt282.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt287.jet b/compiler/testData/diagnostics/quick/regressions/kt287.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt287.jet rename to compiler/testData/diagnostics/quick/regressions/kt287.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt302.jet b/compiler/testData/diagnostics/quick/regressions/kt302.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt302.jet rename to compiler/testData/diagnostics/quick/regressions/kt302.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt303.jet b/compiler/testData/diagnostics/quick/regressions/kt303.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt303.jet rename to compiler/testData/diagnostics/quick/regressions/kt303.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt306.jet b/compiler/testData/diagnostics/quick/regressions/kt306.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt306.jet rename to compiler/testData/diagnostics/quick/regressions/kt306.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt307.jet b/compiler/testData/diagnostics/quick/regressions/kt307.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt307.jet rename to compiler/testData/diagnostics/quick/regressions/kt307.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt312.jet b/compiler/testData/diagnostics/quick/regressions/kt312.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt312.jet rename to compiler/testData/diagnostics/quick/regressions/kt312.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt313.jet b/compiler/testData/diagnostics/quick/regressions/kt313.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt313.jet rename to compiler/testData/diagnostics/quick/regressions/kt313.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt316.jet b/compiler/testData/diagnostics/quick/regressions/kt316.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt316.jet rename to compiler/testData/diagnostics/quick/regressions/kt316.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt328.jet b/compiler/testData/diagnostics/quick/regressions/kt328.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt328.jet rename to compiler/testData/diagnostics/quick/regressions/kt328.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt328Complex.jet b/compiler/testData/diagnostics/quick/regressions/kt328Complex.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt328Complex.jet rename to compiler/testData/diagnostics/quick/regressions/kt328Complex.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt328DuplicatedByKt329.jet b/compiler/testData/diagnostics/quick/regressions/kt328DuplicatedByKt329.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt328DuplicatedByKt329.jet rename to compiler/testData/diagnostics/quick/regressions/kt328DuplicatedByKt329.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt335.336.jet b/compiler/testData/diagnostics/quick/regressions/kt335.336.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt335.336.jet rename to compiler/testData/diagnostics/quick/regressions/kt335.336.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt337.jet b/compiler/testData/diagnostics/quick/regressions/kt337.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt337.jet rename to compiler/testData/diagnostics/quick/regressions/kt337.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt352.jet b/compiler/testData/diagnostics/quick/regressions/kt352.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt352.jet rename to compiler/testData/diagnostics/quick/regressions/kt352.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt353.jet b/compiler/testData/diagnostics/quick/regressions/kt353.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt353.jet rename to compiler/testData/diagnostics/quick/regressions/kt353.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt385.109.441.jet b/compiler/testData/diagnostics/quick/regressions/kt385.109.441.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt385.109.441.jet rename to compiler/testData/diagnostics/quick/regressions/kt385.109.441.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt394.jet b/compiler/testData/diagnostics/quick/regressions/kt394.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt394.jet rename to compiler/testData/diagnostics/quick/regressions/kt394.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt398.jet b/compiler/testData/diagnostics/quick/regressions/kt398.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt398.jet rename to compiler/testData/diagnostics/quick/regressions/kt398.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt399.jet b/compiler/testData/diagnostics/quick/regressions/kt399.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt399.jet rename to compiler/testData/diagnostics/quick/regressions/kt399.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt402.jet b/compiler/testData/diagnostics/quick/regressions/kt402.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt402.jet rename to compiler/testData/diagnostics/quick/regressions/kt402.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt41.jet b/compiler/testData/diagnostics/quick/regressions/kt41.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt41.jet rename to compiler/testData/diagnostics/quick/regressions/kt41.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt411.jet b/compiler/testData/diagnostics/quick/regressions/kt411.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt411.jet rename to compiler/testData/diagnostics/quick/regressions/kt411.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt421Scopes.jet b/compiler/testData/diagnostics/quick/regressions/kt421Scopes.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt421Scopes.jet rename to compiler/testData/diagnostics/quick/regressions/kt421Scopes.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt439.jet b/compiler/testData/diagnostics/quick/regressions/kt439.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt439.jet rename to compiler/testData/diagnostics/quick/regressions/kt439.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt442.jet b/compiler/testData/diagnostics/quick/regressions/kt442.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt442.jet rename to compiler/testData/diagnostics/quick/regressions/kt442.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt443.jet b/compiler/testData/diagnostics/quick/regressions/kt443.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt443.jet rename to compiler/testData/diagnostics/quick/regressions/kt443.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt455.jet b/compiler/testData/diagnostics/quick/regressions/kt455.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt455.jet rename to compiler/testData/diagnostics/quick/regressions/kt455.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt456.jet b/compiler/testData/diagnostics/quick/regressions/kt456.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt456.jet rename to compiler/testData/diagnostics/quick/regressions/kt456.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt459.jet b/compiler/testData/diagnostics/quick/regressions/kt459.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt459.jet rename to compiler/testData/diagnostics/quick/regressions/kt459.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt469.jet b/compiler/testData/diagnostics/quick/regressions/kt469.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt469.jet rename to compiler/testData/diagnostics/quick/regressions/kt469.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt524.jet b/compiler/testData/diagnostics/quick/regressions/kt524.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt524.jet rename to compiler/testData/diagnostics/quick/regressions/kt524.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt526UnresolvedReferenceInnerStatic.jet b/compiler/testData/diagnostics/quick/regressions/kt526UnresolvedReferenceInnerStatic.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt526UnresolvedReferenceInnerStatic.jet rename to compiler/testData/diagnostics/quick/regressions/kt526UnresolvedReferenceInnerStatic.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt549.jet b/compiler/testData/diagnostics/quick/regressions/kt549.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt549.jet rename to compiler/testData/diagnostics/quick/regressions/kt549.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt571.jet b/compiler/testData/diagnostics/quick/regressions/kt571.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt571.jet rename to compiler/testData/diagnostics/quick/regressions/kt571.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt575.jet b/compiler/testData/diagnostics/quick/regressions/kt575.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt575.jet rename to compiler/testData/diagnostics/quick/regressions/kt575.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt58.jet b/compiler/testData/diagnostics/quick/regressions/kt58.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt58.jet rename to compiler/testData/diagnostics/quick/regressions/kt58.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt580.jet b/compiler/testData/diagnostics/quick/regressions/kt580.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt580.jet rename to compiler/testData/diagnostics/quick/regressions/kt580.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt588.jet b/compiler/testData/diagnostics/quick/regressions/kt588.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt588.jet rename to compiler/testData/diagnostics/quick/regressions/kt588.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt597.jet b/compiler/testData/diagnostics/quick/regressions/kt597.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt597.jet rename to compiler/testData/diagnostics/quick/regressions/kt597.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt600.jet b/compiler/testData/diagnostics/quick/regressions/kt600.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt600.jet rename to compiler/testData/diagnostics/quick/regressions/kt600.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt604.jet b/compiler/testData/diagnostics/quick/regressions/kt604.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt604.jet rename to compiler/testData/diagnostics/quick/regressions/kt604.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt618.jet b/compiler/testData/diagnostics/quick/regressions/kt618.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt618.jet rename to compiler/testData/diagnostics/quick/regressions/kt618.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt629.jet b/compiler/testData/diagnostics/quick/regressions/kt629.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt629.jet rename to compiler/testData/diagnostics/quick/regressions/kt629.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt630.jet b/compiler/testData/diagnostics/quick/regressions/kt630.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt630.jet rename to compiler/testData/diagnostics/quick/regressions/kt630.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt688.jet b/compiler/testData/diagnostics/quick/regressions/kt688.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt688.jet rename to compiler/testData/diagnostics/quick/regressions/kt688.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/regressions/kt691.jet b/compiler/testData/diagnostics/quick/regressions/kt691.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/regressions/kt691.jet rename to compiler/testData/diagnostics/quick/regressions/kt691.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowParameterInFunctionBody.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowParameterInFunctionBody.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowParameterInFunctionBody.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowParameterInFunctionBody.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowParameterInNestedBlockInFor.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowParameterInNestedBlockInFor.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowParameterInNestedBlockInFor.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowParameterInNestedBlockInFor.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowPropertyInClosure.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowPropertyInClosure.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowPropertyInClosure.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowPropertyInClosure.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowPropertyInFor.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowPropertyInFor.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowPropertyInFor.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowPropertyInFor.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowPropertyInFunction.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowPropertyInFunction.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowPropertyInFunction.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowPropertyInFunction.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowVariableInFor.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowVariableInFor.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowVariableInFor.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowVariableInFor.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowVariableInNestedBlock.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowVariableInNestedBlock.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowVariableInNestedBlock.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowVariableInNestedBlock.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowVariableInNestedClosure.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowVariableInNestedClosure.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowVariableInNestedClosure.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowVariableInNestedClosure.jet diff --git a/compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowVariableInNestedClosureParam.jet b/compiler/testData/diagnostics/quick/shadowing/ShadowVariableInNestedClosureParam.jet similarity index 100% rename from compiler/testData/checkerWithErrorTypes/quick/shadowing/ShadowVariableInNestedClosureParam.jet rename to compiler/testData/diagnostics/quick/shadowing/ShadowVariableInNestedClosureParam.jet