From c7435ba760b9f5145df9d9cceb8163f1cf3a9634 Mon Sep 17 00:00:00 2001 From: Ivan Kylchik Date: Mon, 15 Nov 2021 17:30:42 +0300 Subject: [PATCH] Replace all occurrences of `WITH_RUNTIME` with `WITH_STDLIB` We are going to deprecate `WITH_RUNTIME` directive. The main reason behind this change is that `WITH_STDLIB` directive better describes its meaning, specifically it will add kotlin stdlib to test's classpath. --- .../compileTimeConstantEvaluator/propertyInit_UInt.kt | 2 +- .../testData/scopes/memberScopeByFqName/Int.kt | 2 +- .../scopes/memberScopeByFqName/kotlin.Function2.kt | 2 +- .../symbols/symbolByFqName/fileWalkDirectionEnum.kt | 2 +- .../analysis-api/testData/symbols/symbolByFqName/listOf.kt | 2 +- .../symbols/symbolByReference/constructorViaTypeAlias.kt | 2 +- .../testdata/diagnosticTraversalCounter/lambda.kt | 2 +- .../testData/resolve/annotationUsedAsAnnotationArgument.kt | 2 +- .../testData/resolve/expresssions/annotations.kt | 2 +- .../ArrayEqualityCanBeReplacedWithEquals.kt | 2 +- .../testData/resolve/extendedCheckers/CanBeValChecker.kt | 2 +- .../RedundantCallOfConversionMethod/byte.kt | 2 +- .../RedundantCallOfConversionMethod/char.kt | 2 +- .../RedundantCallOfConversionMethod/double.kt | 2 +- .../RedundantCallOfConversionMethod/float.kt | 2 +- .../RedundantCallOfConversionMethod/int.kt | 2 +- .../RedundantCallOfConversionMethod/long.kt | 2 +- .../RedundantCallOfConversionMethod/nullable.kt | 2 +- .../RedundantCallOfConversionMethod/nullable2.kt | 2 +- .../RedundantCallOfConversionMethod/safeString.kt | 2 +- .../RedundantCallOfConversionMethod/safeString2.kt | 2 +- .../RedundantCallOfConversionMethod/short.kt | 2 +- .../RedundantCallOfConversionMethod/string.kt | 2 +- .../RedundantCallOfConversionMethod/toOtherType.kt | 2 +- .../RedundantCallOfConversionMethod/uByte.kt | 2 +- .../RedundantCallOfConversionMethod/uInt.kt | 2 +- .../RedundantCallOfConversionMethod/uLong.kt | 2 +- .../RedundantCallOfConversionMethod/uShort.kt | 2 +- .../RedundantCallOfConversionMethod/variable.kt | 2 +- .../extendedCheckers/UselessCallOnNotNullChecker/Basic.kt | 2 +- .../UselessCallOnNotNullChecker/NotNullType.kt | 2 +- .../UselessCallOnNotNullChecker/NotNullTypeChain.kt | 2 +- .../UselessCallOnNotNullChecker/NullOrBlankSafe.kt | 2 +- .../UselessCallOnNotNullChecker/NullOrEmpty.kt | 2 +- .../UselessCallOnNotNullChecker/NullOrEmptyFake.kt | 2 +- .../UselessCallOnNotNullChecker/NullOrEmptySafe.kt | 2 +- .../UselessCallOnNotNullChecker/OrEmptyFake.kt | 2 +- .../UselessCallOnNotNullChecker/SafeCall.kt | 2 +- .../UselessCallOnNotNullChecker/Sequence.kt | 2 +- .../extendedCheckers/UselessCallOnNotNullChecker/String.kt | 2 +- .../canBeReplacedWithOperatorAssignment/flexibleTypeBug.kt | 2 +- .../canBeReplacedWithOperatorAssignment/list.kt | 2 +- .../canBeReplacedWithOperatorAssignment/mutableList.kt | 2 +- .../extendedCheckers/emptyRangeChecker/NoWarning.kt | 2 +- .../resolve/extendedCheckers/emptyRangeChecker/Warning.kt | 2 +- .../testData/resolveWithStdlib/j+k/FunctionTypeInJava.kt | 2 +- .../psi2fir/testData/rawBuilder/expressions/branches.kt | 2 +- .../psi2fir/testData/rawBuilder/expressions/calls.kt | 2 +- .../testData/rawBuilder/expressions/classReference.kt | 2 +- .../psi2fir/testData/rawBuilder/expressions/lambda.kt | 2 +- .../testData/rawBuilder/expressions/modifications.kt | 2 +- .../raw-fir/psi2fir/testData/rawBuilder/expressions/try.kt | 2 +- .../psi2fir/testData/rawBuilder/expressions/unary.kt | 2 +- .../psi2fir/testData/rawBuilder/expressions/while.kt | 2 +- compiler/testData/asJava/lightClasses/JvmNameOnMember.kt | 2 +- compiler/testData/asJava/lightClasses/JvmStatic.kt | 2 +- .../ActualTypeAliasCustomJvmPackageName.kt | 2 +- .../asJava/lightClasses/compilationErrors/AllInlineOnly.kt | 2 +- .../lightClasses/compilationErrors/AnnotationModifiers.kt | 2 +- .../lightClasses/compilationErrors/JvmPackageName.kt | 2 +- .../lightClasses/compilationErrors/WrongAnnotations.kt | 2 +- .../testData/asJava/lightClasses/facades/AllPrivate.kt | 2 +- compiler/testData/asJava/lightClasses/facades/MultiFile.kt | 2 +- .../asJava/lightClasses/facades/SingleJvmClassName.kt | 2 +- .../lightClasses/nullabilityAnnotations/JvmOverloads.kt | 2 +- .../asJava/lightClasses/publicField/CompanionObject.kt | 2 +- .../testData/asJava/lightClasses/publicField/Simple.kt | 2 +- .../parametersInSuspendLambda/dataClass.kt | 2 +- .../parametersInSuspendLambda/extensionComponents.kt | 2 +- .../parametersInSuspendLambda/generic.kt | 2 +- .../parametersInSuspendLambda/inline.kt | 2 +- .../parametersInSuspendLambda/otherParameters.kt | 2 +- .../parametersInSuspendLambda/parameters.kt | 2 +- .../suspendFunctionDeadVariables.kt | 2 +- .../codegen/asmLike/typeAnnotations/jvmOverload.kt | 2 +- .../testData/codegen/asmLike/typeAnnotations/jvmStatic.kt | 2 +- .../testData/codegen/asmLike/typeAnnotations/property.kt | 2 +- .../box/annotations/annotatedAnnotationParameter.kt | 2 +- .../testData/codegen/box/annotations/annotatedEnumEntry.kt | 2 +- .../box/annotations/annotatedLambda/funExpression.kt | 2 +- .../codegen/box/annotations/annotatedLambda/lambda.kt | 2 +- .../box/annotations/annotatedLambda/samFunExpression.kt | 2 +- .../box/annotations/annotatedLambda/samFunReference.kt | 2 +- .../codegen/box/annotations/annotatedLambda/samLambda.kt | 2 +- .../codegen/box/annotations/annotatedObjectLiteral.kt | 2 +- .../testData/codegen/box/annotations/annotationProperty.kt | 2 +- .../testData/codegen/box/annotations/annotationTargets.kt | 2 +- .../box/annotations/annotationWithKotlinProperty.kt | 2 +- .../codegen/box/annotations/annotationsOnDefault.kt | 2 +- .../codegen/box/annotations/annotationsOnTypeAliases.kt | 2 +- .../codegen/box/annotations/constValInAnnotation.kt | 2 +- .../codegen/box/annotations/defaultParameterValues.kt | 2 +- .../codegen/box/annotations/delegatedPropertySetter.kt | 2 +- .../codegen/box/annotations/fileClassWithFileAnnotation.kt | 2 +- .../box/annotations/instances/annotationEnclosingName.kt | 2 +- .../codegen/box/annotations/instances/annotationEqHc.kt | 2 +- .../box/annotations/instances/annotationFromStdlib.kt | 2 +- .../box/annotations/instances/annotationInstances.kt | 2 +- .../instances/annotationInstancesEmptyDefault.kt | 2 +- .../box/annotations/instances/annotationJvmHashCode.kt | 2 +- .../box/annotations/instances/annotationToString.kt | 2 +- .../codegen/box/annotations/instances/annotationType.kt | 2 +- .../codegen/box/annotations/instances/inInlineFunction.kt | 2 +- .../codegen/box/annotations/instances/javaAnnotation.kt | 2 +- .../box/annotations/instances/kotlinExistingAnnotation.kt | 2 +- .../codegen/box/annotations/instances/multifileEqHc.kt | 2 +- .../box/annotations/instances/multimoduleInlining.kt | 2 +- .../annotations/instances/multiplatformInstantiation.kt | 2 +- .../box/annotations/instances/nestedAnnotationInstances.kt | 2 +- .../box/annotations/javaAnnotationArrayValueDefault.kt | 2 +- .../box/annotations/javaAnnotationArrayValueNoDefault.kt | 2 +- .../testData/codegen/box/annotations/javaAnnotationCall.kt | 2 +- .../codegen/box/annotations/javaAnnotationDefault.kt | 2 +- .../annotations/javaAnnotationWithSingleArrayArgument.kt | 2 +- .../javaNegativePropertyAsAnnotationParameter.kt | 2 +- .../box/annotations/javaPropertyAsAnnotationParameter.kt | 2 +- .../box/annotations/javaPropertyWithIntInitializer.kt | 2 +- .../testData/codegen/box/annotations/jvmAnnotationFlags.kt | 2 +- .../box/annotations/kClassMapping/arrayClassParameter.kt | 2 +- .../kClassMapping/arrayClassParameterOnJavaClass.kt | 2 +- .../box/annotations/kClassMapping/classParameter.kt | 2 +- .../annotations/kClassMapping/classParameterOnJavaClass.kt | 2 +- .../box/annotations/kClassMapping/varargClassParameter.kt | 2 +- .../kClassMapping/varargClassParameterOnJavaClass.kt | 2 +- .../kotlinPropertyFromClassObjectAsParameter.kt | 2 +- .../box/annotations/kotlinTopLevelPropertyAsParameter.kt | 2 +- compiler/testData/codegen/box/annotations/kt10136.kt | 2 +- .../testData/codegen/box/annotations/mustBeDocumented.kt | 2 +- .../box/annotations/nestedClassPropertyAsParameter.kt | 2 +- .../codegen/box/annotations/parameterWithPrimitiveType.kt | 2 +- .../propertyWithPropertyInInitializerAsParameter.kt | 2 +- .../codegen/box/annotations/repeatable/javaAnnotation.kt | 2 +- .../repeatable/jvmRepeatableKotlinAnnotation.kt | 2 +- .../codegen/box/annotations/repeatable/kotlinAnnotation.kt | 2 +- .../box/annotations/repeatable/kotlinAnnotationInJava.kt | 2 +- .../repeatable/kotlinAnnotationWithBothRepeatables.kt | 2 +- .../box/annotations/resolveWithLowPriorityAnnotation.kt | 2 +- .../annotations/singleAssignmentToVarargInAnnotation.kt | 2 +- .../box/annotations/syntheticMethodForJvmStaticProperty.kt | 2 +- .../codegen/box/annotations/syntheticMethodForProperty.kt | 2 +- .../codegen/box/annotations/typeAnnotationOnJdk6.kt | 2 +- .../typeAnnotations/checkingNotincorporatedInputTypes.kt | 2 +- .../box/annotations/useTypeParameterAnnotationFromJava.kt | 2 +- .../box/annotations/useTypeUseAnnotationFromJava.kt | 2 +- .../codegen/box/annotations/varargInAnnotationParameter.kt | 2 +- compiler/testData/codegen/box/argumentOrder/kt17691.kt | 2 +- .../codegen/box/argumentOrder/kt17691WithEnabledFeature.kt | 2 +- .../argumentOrder/varargAndDefaultParameters_ForNative.kt | 2 +- .../box/arrays/arrayConstructorWithNonInlineLambda.kt | 2 +- .../testData/codegen/box/arrays/arrayConstructorsSimple.kt | 2 +- .../arrays/arraysOfInlineClass/accessArrayOfUnsigned.kt | 2 +- .../arrayOfInlineClassOfArrayOfInlineClass.kt | 2 +- compiler/testData/codegen/box/arrays/cloneArray.kt | 2 +- .../testData/codegen/box/arrays/clonePrimitiveArrays.kt | 2 +- compiler/testData/codegen/box/arrays/constantArrayOfAny.kt | 2 +- .../reversedArrayOriginalUpdatedInLoopBody.kt | 2 +- .../reversedArrayReversedArrayOriginalUpdatedInLoopBody.kt | 2 +- .../forInReversed/reversedOriginalUpdatedInLoopBody.kt | 2 +- .../reversedReversedOriginalUpdatedInLoopBody.kt | 2 +- .../box/arrays/forInUnsignedArray/forInUnsignedArray.kt | 2 +- .../arrays/forInUnsignedArray/forInUnsignedArrayIndices.kt | 2 +- .../forInUnsignedArrayIndicesReversed.kt | 2 +- .../forInUnsignedArray/forInUnsignedArrayReversed.kt | 2 +- .../forInUnsignedArray/forInUnsignedArrayWithIndex.kt | 2 +- .../forInUnsignedArrayWithIndexNoElementVar.kt | 2 +- .../forInUnsignedArrayWithIndexNoIndexVar.kt | 2 +- .../forInUnsignedArrayWithIndexReversed.kt | 2 +- .../box/arrays/genericArrayInObjectLiteralConstructor.kt | 2 +- compiler/testData/codegen/box/arrays/inProjectionOfList.kt | 2 +- compiler/testData/codegen/box/arrays/indices.kt | 2 +- compiler/testData/codegen/box/arrays/indicesChar.kt | 2 +- compiler/testData/codegen/box/arrays/kt17134.kt | 2 +- compiler/testData/codegen/box/arrays/kt42932.kt | 2 +- compiler/testData/codegen/box/arrays/kt45410.kt | 2 +- compiler/testData/codegen/box/arrays/kt47499.kt | 2 +- compiler/testData/codegen/box/arrays/kt602.kt | 2 +- compiler/testData/codegen/box/arrays/kt7009.kt | 2 +- compiler/testData/codegen/box/arrays/kt7338.kt | 2 +- .../testData/codegen/box/arrays/multiArrayConstructors.kt | 2 +- compiler/testData/codegen/box/arrays/primitiveArrays.kt | 2 +- compiler/testData/codegen/box/assert/alwaysDisable.kt | 2 +- compiler/testData/codegen/box/assert/alwaysEnable.kt | 2 +- .../assert/jvm/assertionsEnabledBeforeClassInitializers.kt | 2 +- .../testData/codegen/box/assert/jvm/classAssertions.kt | 2 +- .../codegen/box/assert/jvm/classAssertionsForCompanion.kt | 2 +- .../box/assert/jvm/classAssertionsForInnerClasses.kt | 2 +- .../box/assert/jvm/classAssertionsForLocalClasses.kt | 2 +- .../box/assert/jvm/classAssertionsForNestedClasses.kt | 2 +- .../codegen/box/assert/jvm/interfaceAssertionsDisabled.kt | 2 +- .../codegen/box/assert/jvm/interfaceAssertionsEnabled.kt | 2 +- .../testData/codegen/box/assert/jvm/lambdaNotEvaluated.kt | 2 +- .../codegen/box/assert/jvm/localAnonymousFunction.kt | 2 +- compiler/testData/codegen/box/assert/jvm/localClass.kt | 2 +- compiler/testData/codegen/box/assert/jvm/localFunction.kt | 2 +- compiler/testData/codegen/box/assert/jvm/localLambda.kt | 2 +- compiler/testData/codegen/box/assert/jvm/localObject.kt | 2 +- .../box/assert/jvm/noUnnecessaryClassInitialization.kt | 2 +- compiler/testData/codegen/box/assert/jvm/nonLocalReturn.kt | 2 +- compiler/testData/codegen/box/assert/jvm/ordinary.kt | 2 +- .../codegen/box/assert/jvm/superClassInitializer.kt | 2 +- .../box/assert/jvm/suspendFunctionAssertionDisabled.kt | 2 +- .../box/assert/jvm/suspendFunctionAssertionsEnabled.kt | 2 +- .../box/assert/jvm/suspendLambdaAssertionsDisabled.kt | 2 +- .../box/assert/jvm/suspendLambdaAssertionsEnabled.kt | 2 +- compiler/testData/codegen/box/binaryOp/bitwiseOp.kt | 2 +- compiler/testData/codegen/box/binaryOp/bitwiseOpAny.kt | 2 +- .../testData/codegen/box/binaryOp/bitwiseOpNullable.kt | 2 +- .../boxingOfLiteralReceiverWithIntegerValueType.kt | 2 +- compiler/testData/codegen/box/boxingOptimization/casts.kt | 2 +- .../box/boxingOptimization/checkcastAndInstanceOf.kt | 2 +- compiler/testData/codegen/box/boxingOptimization/fold.kt | 2 +- .../testData/codegen/box/boxingOptimization/foldRange.kt | 2 +- .../testData/codegen/box/boxingOptimization/kt19767_2.kt | 2 +- .../testData/codegen/box/boxingOptimization/kt49548.kt | 2 +- .../testData/codegen/box/boxingOptimization/kt49548a.kt | 2 +- compiler/testData/codegen/box/boxingOptimization/kt5844.kt | 2 +- compiler/testData/codegen/box/boxingOptimization/kt6047.kt | 2 +- compiler/testData/codegen/box/boxingOptimization/kt6842.kt | 2 +- .../codegen/box/boxingOptimization/maxMinByOrNull.kt | 2 +- .../testData/codegen/box/boxingOptimization/nullCheck.kt | 2 +- .../codegen/box/boxingOptimization/progressions.kt | 2 +- .../codegen/box/boxingOptimization/safeCallWithElvis.kt | 2 +- .../safeCallWithElvisAndEnhancedNullability.kt | 2 +- .../boxingOptimization/safeCallWithElvisMultipleFiles.kt | 2 +- compiler/testData/codegen/box/boxingOptimization/simple.kt | 2 +- .../box/boxingOptimization/simpleUninitializedMerge.kt | 2 +- .../codegen/box/boxingOptimization/taintedValues.kt | 2 +- .../codegen/box/boxingOptimization/taintedValuesBox.kt | 2 +- .../codegen/box/boxingOptimization/unsafeRemoving.kt | 2 +- .../codegen/box/boxingOptimization/unsignedArrayForEach.kt | 2 +- .../testData/codegen/box/boxingOptimization/variables.kt | 2 +- compiler/testData/codegen/box/bridges/bridgeInInterface.kt | 2 +- .../codegen/box/bridges/bridgeInInterfaceWithProperties.kt | 2 +- compiler/testData/codegen/box/bridges/complexTraitImpl.kt | 2 +- .../codegen/box/bridges/delegationComplexWithList.kt | 2 +- .../box/bridges/noBridgeOnMutableCollectionInheritance.kt | 2 +- .../codegen/box/builtinStubMethods/immutableRemove.kt | 2 +- .../manyTypeParametersWithUpperBounds.kt | 2 +- .../builtinStubMethods/mapGetOrDefault/noTypeSafeBridge.kt | 2 +- .../builtinStubMethods/mapGetOrDefault/typeSafeBridge.kt | 2 +- .../mapGetOrDefault/typeSafeBridgeNotNullAny.kt | 2 +- .../box/builtinStubMethods/mapRemove/noDefaultImpls.kt | 2 +- .../box/builtinStubMethods/mapRemove/readOnlyMap.kt | 2 +- .../box/builtinStubMethods/mapRemove/typeSafeBridge.kt | 2 +- .../mapRemove/typeSafeBridgeNotNullAny.kt | 2 +- .../callableReference/adaptedReferences/boundReferences.kt | 2 +- .../callableReference/adaptedReferences/inlineDefault.kt | 2 +- .../callableReference/adaptedReferences/inlineVararg.kt | 2 +- .../adaptedReferences/inlineVarargInts.kt | 2 +- .../box/callableReference/adaptedReferences/jvmStatic.kt | 2 +- .../adaptedReferences/manyDefaultsAndVararg.kt | 2 +- .../noAdaptedReferencesIfNoOptimizedReferencesEnabled.kt | 2 +- .../noReflectionForAdaptedCallableReferences.kt | 2 +- ...ionForAdaptedCallableReferencesWithSuspendConversion.kt | 2 +- .../adaptedReferences/reflectionForVarargAsArray.kt | 2 +- .../suspendConversion/adaptedWithCoercionToUnit.kt | 2 +- .../suspendConversion/adaptedWithDefaultArguments.kt | 2 +- .../suspendConversion/adaptedWithVarargs.kt | 2 +- .../adaptedReferences/suspendConversion/bound.kt | 2 +- .../adaptedReferences/suspendConversion/boundExtension.kt | 2 +- .../adaptedReferences/suspendConversion/crossInline.kt | 2 +- .../suspendConversion/inlineAdaptedWithCoercionToUnit.kt | 2 +- .../suspendConversion/inlineAdaptedWithDefaultArguments.kt | 2 +- .../suspendConversion/inlineAdaptedWithVarargs.kt | 2 +- .../adaptedReferences/suspendConversion/inlineBound.kt | 2 +- .../adaptedReferences/suspendConversion/inlineSimple.kt | 2 +- .../suspendConversion/inlineWithParameters.kt | 2 +- .../adaptedReferences/suspendConversion/isAs.kt | 2 +- .../suspendConversion/nullableParameter.kt | 2 +- .../adaptedReferences/suspendConversion/simple.kt | 2 +- .../adaptedReferences/suspendConversion/withParameters.kt | 2 +- .../adaptedReferences/suspendUnitConversion.kt | 2 +- .../adaptedReferences/toStringNoReflect.kt | 2 +- .../adaptedReferences/unboundReferences.kt | 2 +- .../callableReference/adaptedReferences/withReceiver.kt | 2 +- .../codegen/box/callableReference/arrayConstructor.kt | 2 +- .../box/callableReference/arrayConstructorArgument.kt | 2 +- .../callableReference/bound/arrayConstructorArgument.kt | 2 +- .../bound/boundJvmFieldInInterfaceCompanion.kt | 2 +- .../codegen/box/callableReference/bound/coercionToUnit.kt | 2 +- .../codegen/box/callableReference/bound/kt15446.kt | 2 +- .../box/callableReference/bound/localUnitFunction.kt | 2 +- .../box/callableReference/bound/syntheticExtensionOnLHS.kt | 2 +- .../box/callableReference/builtinFunctionReferenceOwner.kt | 2 +- .../callableReferenceOfCompanionMethod.kt | 2 +- .../callableReferenceOfJavaNestedClass.kt | 2 +- .../callableReferenceOfKotlinNestedClass.kt | 2 +- .../callableReference/callableReferenceOfNestedClass.kt | 2 +- .../callableReference/callableReferenceOfObjectMethod.kt | 2 +- .../callableReference/callableReferenceOfStaticField.kt | 2 +- .../callableReference/callableReferenceOfStaticMethod.kt | 2 +- .../codegen/box/callableReference/classesAreSynthetic.kt | 2 +- .../box/callableReference/function/extensionProperty.kt | 2 +- .../function/genericCallableReferenceArguments.kt | 2 +- .../function/genericCallableReferencesWithNullableTypes.kt | 2 +- .../function/genericCallableReferencesWithOverload.kt | 2 +- .../callableReference/function/genericWithDependentType.kt | 2 +- .../callableReference/function/getArityViaFunctionImpl.kt | 2 +- .../codegen/box/callableReference/function/kt21787.kt | 2 +- .../codegen/box/callableReference/function/kt32462.kt | 2 +- .../function/referenceToCompanionMember.kt | 2 +- .../box/callableReference/function/sortListOfStrings.kt | 2 +- .../box/callableReference/inlineArrayConstructors.kt | 2 +- .../testData/codegen/box/callableReference/javaField.kt | 2 +- compiler/testData/codegen/box/callableReference/kt21014.kt | 2 +- .../testData/codegen/box/callableReference/kt21092a.kt | 2 +- .../testData/codegen/box/callableReference/kt21092b.kt | 2 +- compiler/testData/codegen/box/callableReference/kt44483.kt | 2 +- .../box/callableReference/optimizedSuperclasses_after.kt | 2 +- .../box/callableReference/optimizedSuperclasses_before.kt | 2 +- .../property/accessorForPropertyWithPrivateSetter.kt | 2 +- .../codegen/box/callableReference/property/kt15447.kt | 2 +- .../callableReference/property/listOfStringsMapLength.kt | 2 +- .../box/callableReference/serializability/noReflect.kt | 2 +- compiler/testData/codegen/box/casts/asWithGeneric.kt | 2 +- compiler/testData/codegen/box/casts/functions/asFunKBig.kt | 2 +- compiler/testData/codegen/box/casts/functions/isFunKBig.kt | 2 +- .../testData/codegen/box/casts/functions/javaTypeIsFunK.kt | 2 +- .../codegen/box/casts/functions/reifiedAsFunKBig.kt | 2 +- .../codegen/box/casts/functions/reifiedIsFunKBig.kt | 2 +- .../codegen/box/casts/functions/reifiedIsFunKSmall.kt | 2 +- .../testData/codegen/box/casts/functions/safeAsFunKBig.kt | 2 +- .../codegen/box/casts/functions/safeAsFunKSmall.kt | 2 +- .../casts/javaInterop/noNullCheckOnCollectionContains.kt | 2 +- .../box/casts/javaInterop/noNullCheckOnCollectionRemove.kt | 2 +- .../box/casts/javaInterop/noNullCheckOnListIndexOf.kt | 2 +- .../box/casts/javaInterop/noNullCheckOnListLastIndexOf.kt | 2 +- .../box/casts/javaInterop/noNullCheckOnMapContainsKey.kt | 2 +- .../box/casts/javaInterop/noNullCheckOnMapContainsValue.kt | 2 +- .../codegen/box/casts/javaInterop/noNullCheckOnMapGet.kt | 2 +- .../box/casts/javaInterop/noNullCheckOnMapRemove.kt | 2 +- .../box/casts/javaInterop/nullCheckOnMapGetOrDefault.kt | 2 +- .../codegen/box/casts/javaInterop/nullCheckOnMapRemove2.kt | 2 +- .../codegen/box/casts/mutableCollections/asWithMutable.kt | 2 +- .../codegen/box/casts/mutableCollections/isWithMutable.kt | 2 +- .../casts/mutableCollections/mutabilityMarkerInterfaces.kt | 2 +- .../box/casts/mutableCollections/reifiedAsWithMutable.kt | 2 +- .../box/casts/mutableCollections/reifiedIsWithMutable.kt | 2 +- .../casts/mutableCollections/reifiedSafeAsWithMutable.kt | 2 +- .../box/casts/mutableCollections/safeAsWithMutable.kt | 2 +- .../box/casts/mutableCollections/weirdMutableCasts.kt | 2 +- compiler/testData/codegen/box/casts/unitAsInt.kt | 2 +- .../testData/codegen/box/checkcastOptimization/kt19246.kt | 2 +- .../box/classLiteral/bound/javaIntrinsicWithSideEffect.kt | 2 +- .../testData/codegen/box/classLiteral/bound/primitives.kt | 2 +- compiler/testData/codegen/box/classLiteral/java/java.kt | 2 +- .../codegen/box/classLiteral/java/javaObjectType.kt | 2 +- .../codegen/box/classLiteral/java/javaObjectTypeReified.kt | 2 +- .../codegen/box/classLiteral/java/javaPrimitiveType.kt | 2 +- .../box/classLiteral/java/javaPrimitiveTypeReified.kt | 2 +- .../testData/codegen/box/classLiteral/java/javaReified.kt | 2 +- compiler/testData/codegen/box/classLiteral/java/kt11943.kt | 2 +- .../box/classLiteral/java/objectSuperConstructorCall.kt | 2 +- .../codegen/box/classLiteral/primitiveKClassEquality.kt | 2 +- .../codegen/box/classes/comanionObjectFieldVsClassField.kt | 2 +- .../testData/codegen/box/classes/initializerBlockDImpl.kt | 2 +- .../classes/interfaceCompanionInitializationWithJava.kt | 2 +- compiler/testData/codegen/box/classes/kt8011.kt | 2 +- compiler/testData/codegen/box/classes/kt940.kt | 2 +- .../testData/codegen/box/classes/overloadUnaryOperator.kt | 2 +- .../closures/anonymousObjectAsLastExpressionInLambda.kt | 2 +- .../capturedVarsOptimization/capturedInInlineOnlyAssign.kt | 2 +- .../capturedVarsOptimization/capturedInInlineOnlyCAO.kt | 2 +- .../capturedInInlineOnlyIncrDecr.kt | 2 +- .../capturedInInlineOnlyIndexedCAO.kt | 2 +- .../capturedVarsOptimization/capturedVarsOfSize2.kt | 2 +- .../box/closures/capturedVarsOptimization/kt17588.kt | 2 +- .../box/closures/capturedVarsOptimization/kt44347.kt | 2 +- .../sharedSlotsWithCapturedVars.kt | 2 +- .../closures/capturedVarsOptimization/withCoroutines.kt | 2 +- .../capturedVarsOptimization/withCoroutinesNoStdLib.kt | 2 +- .../codegen/box/closures/crossinlineLocalDeclaration.kt | 2 +- compiler/testData/codegen/box/closures/kt23881.kt | 2 +- compiler/testData/codegen/box/closures/kt47120.kt | 2 +- compiler/testData/codegen/box/closures/kt47120a.kt | 2 +- compiler/testData/codegen/box/closures/noRefToOuter.kt | 2 +- .../testData/codegen/box/collections/inSetWithSmartCast.kt | 2 +- .../box/collections/inheritFromAbstractMutableListInt.kt | 2 +- .../codegen/box/collections/inheritFromHashtable.kt | 2 +- .../box/collections/irrelevantImplMutableListKotlin.kt | 2 +- .../collections/javaCollectionWithRemovePrimitiveInt.kt | 2 +- compiler/testData/codegen/box/collections/kt40305.kt | 2 +- compiler/testData/codegen/box/collections/kt41123.kt | 2 +- .../codegen/box/collections/removeAtBridgeClashWithJava.kt | 2 +- .../testData/codegen/box/collections/removeClashJava.kt | 2 +- .../testData/codegen/box/collections/removeClashKotlin.kt | 2 +- .../testData/codegen/box/collections/toArrayInJavaClass.kt | 2 +- .../box/companion/genericLambdaOnStringCompanion.kt | 2 +- .../adaptedSuspendFunctionReference.kt | 2 +- .../box/compileKotlinAgainstKotlin/coroutinesBinary.kt | 4 ++-- .../compileKotlinAgainstKotlin/delegationAndAnnotations.kt | 2 +- .../fir/IncrementalCompilerRunner.kt | 2 +- .../fir/IrConstAcceptMultiModule.kt | 4 ++-- .../box/compileKotlinAgainstKotlin/fir/LibraryProperty.kt | 4 ++-- .../box/compileKotlinAgainstKotlin/importCompanion.kt | 2 +- .../inlineClasses/extensionPropertyWithSameName.kt | 2 +- .../oldMangling/extensionPropertyWithSameName.kt | 2 +- .../inlineClasses/oldMangling/privateConstructor.kt | 2 +- .../oldMangling/privateConstructorWithPrivateField.kt | 2 +- .../inlineClasses/privateConstructor.kt | 2 +- .../inlineClasses/privateConstructorWithPrivateField.kt | 2 +- .../jvm8/defaults/allCompatibility/delegationBy/simple.kt | 2 +- .../allCompatibility/delegationBy/simpleProperty.kt | 2 +- .../jvm8/defaults/allCompatibility/superCall.kt | 2 +- .../defaults/allCompatibility/superCallFromInterface.kt | 2 +- .../defaults/allCompatibility/superCallFromInterface2.kt | 2 +- .../jvm8/defaults/allCompatibility/superPropAccess.kt | 2 +- .../allCompatibility/superPropAccessFromInterface.kt | 2 +- .../allCompatibility/superPropAccessFromInterface2.kt | 2 +- .../jvm8/defaults/interop/likeSpecialization.kt | 2 +- .../jvm8/defaults/interop/newSchemeWithJvmDefault.kt | 2 +- .../noDefaultImpls/superPropAccessFromInterface.kt | 2 +- .../compileKotlinAgainstKotlin/jvm8/defaults/superCall.kt | 2 +- .../jvm8/defaults/superCallFromInterface.kt | 2 +- .../jvm8/defaults/superCallFromInterface2.kt | 2 +- .../jvm8/defaults/superPropAccess.kt | 2 +- .../jvm8/defaults/superPropAccessFromInterface.kt | 2 +- .../jvm8/defaults/superPropAccessFromInterface2.kt | 2 +- .../jvm8/jvm8against6/delegation/diamond.kt | 2 +- .../jvm8/jvm8against6/delegation/diamond2.kt | 2 +- .../jvm8/jvm8against6/delegation/diamond3.kt | 2 +- .../jvm8/jvm8against6/simpleCallWithBigHierarchy.kt | 2 +- .../jvm8/jvm8against6/simpleCallWithHierarchy.kt | 2 +- .../jvm8/jvm8against6/simplePropWithHierarchy.kt | 2 +- .../jvmFieldInAnnotationCompanion.kt | 2 +- .../jvmFieldInInterfaceCompanion.kt | 2 +- .../jvmPackageNameMultifileClass.kt | 2 +- .../jvmStaticInObjectPropertyReference.kt | 2 +- .../box/compileKotlinAgainstKotlin/repeatableAnnotation.kt | 2 +- .../specialBridgesInDependencies.kt | 2 +- .../unsignedTypesInAnnotations.kt | 2 +- compiler/testData/codegen/box/constants/comparisonFalse.kt | 2 +- compiler/testData/codegen/box/constants/comparisonTrue.kt | 2 +- compiler/testData/codegen/box/constants/float.kt | 2 +- .../codegen/box/constants/foldingBinaryOpsUnsigned.kt | 2 +- .../codegen/box/constants/foldingBinaryOpsUnsignedConst.kt | 2 +- .../box/constants/numberLiteralCoercionToInferredType.kt | 2 +- .../box/constructorCall/breakInConstructorArguments.kt | 2 +- .../box/constructorCall/continueInConstructorArguments.kt | 2 +- .../constructorCall/earlyReturnInConstructorArguments.kt | 2 +- .../box/constructorCall/inlineFunInConstructorCall.kt | 2 +- .../inlineFunInConstructorCallEvaluationOrder.kt | 2 +- .../inlineFunInInnerClassConstructorCall.kt | 2 +- .../inlineFunInLocalClassConstructorCall.kt | 2 +- .../codegen/box/constructorCall/loopInInlineFun.kt | 2 +- .../loopInInlineFunInSuperConstructorCall.kt | 2 +- ...stedConstructorCallWithJumpOutInConstructorArguments.kt | 2 +- .../nonLocalReturnInConstructorArguments.kt | 2 +- .../possiblyPoppedUnitializedValueInArguments.kt | 2 +- .../regularConstructorCallEvaluationOrder.kt | 2 +- .../tryCatchInConstructorCallEvaluationOrder.kt | 2 +- .../testData/codegen/box/contracts/destructuredVariable.kt | 2 +- compiler/testData/codegen/box/contracts/exception.kt | 2 +- .../codegen/box/contracts/fieldInConstructorParens.kt | 2 +- .../codegen/box/contracts/fieldReadInConstructor.kt | 2 +- compiler/testData/codegen/box/contracts/forLoop.kt | 2 +- compiler/testData/codegen/box/contracts/kt39374.kt | 2 +- compiler/testData/codegen/box/contracts/kt45236.kt | 2 +- compiler/testData/codegen/box/contracts/kt47300.kt | 2 +- compiler/testData/codegen/box/contracts/lambdaParameter.kt | 2 +- compiler/testData/codegen/box/contracts/listAppend.kt | 2 +- .../contracts/nestedLambdaInNonInlineCallExactlyOnce.kt | 2 +- compiler/testData/codegen/box/contracts/valInWhen.kt | 2 +- .../codegen/box/controlStructures/continueInExpr.kt | 2 +- .../box/controlStructures/continueInForCondition.kt | 2 +- .../codegen/box/controlStructures/factorialTest.kt | 2 +- .../testData/codegen/box/controlStructures/forArrayList.kt | 2 +- .../codegen/box/controlStructures/forArrayListMultiDecl.kt | 2 +- .../forInArray/forInArraySpecializedToUntil.kt | 2 +- .../forInArrayWithArrayPropertyUpdatedInLoopBody.kt | 2 +- .../forInArrayWithArrayVarUpdatedInLoopBody13.kt | 2 +- .../forInArray/forInInlineClassArrayWithUpcast.kt | 2 +- .../forInArrayOfObjectArrayWithIndex.kt | 2 +- .../forInArrayWithIndex/forInArrayOfPrimArrayWithIndex.kt | 2 +- .../forInArrayWithIndexBreakAndContinue.kt | 2 +- .../forInArrayWithIndexContinuesAsUnmodified.kt | 2 +- .../forInArrayWithIndex/forInArrayWithIndexNoElementVar.kt | 2 +- .../forInArrayWithIndexNoIndexOrElementVar.kt | 2 +- .../forInArrayWithIndex/forInArrayWithIndexNoIndexVar.kt | 2 +- .../forInArrayWithIndexNotDestructured.kt | 2 +- .../forInArrayWithIndexWithExplicitlyTypedIndexVariable.kt | 2 +- .../forInArrayWithIndex/forInByteArrayWithIndex.kt | 2 +- .../forInByteArrayWithIndexWithSmartCast.kt | 2 +- .../forInArrayWithIndex/forInEmptyArrayWithIndex.kt | 2 +- .../forInGenericArrayOfIntsWithIndex.kt | 2 +- .../forInGenericArrayOfIntsWithIndexWithSmartCast.kt | 2 +- .../forInArrayWithIndex/forInGenericArrayWithIndex.kt | 2 +- .../forInArrayWithIndex/forInIntArrayWithIndex.kt | 2 +- .../forInIntArrayWithIndexWithSmartCast.kt | 2 +- .../forInArrayWithIndex/forInObjectArrayWithIndex.kt | 2 +- .../forInArrayWithIndex/forInShortArrayWithIndex.kt | 2 +- .../forInShortArrayWithIndexWithSmartCast.kt | 2 +- .../codegen/box/controlStructures/forInCharSequence.kt | 2 +- .../codegen/box/controlStructures/forInCharSequenceMut.kt | 2 +- .../forInCharSeqWithIndexStops.kt | 2 +- .../forInCharSequenceTypeParameterWithIndex.kt | 2 +- .../forInCharSequenceWithIndex.kt | 2 +- .../forInCharSequenceWithIndexBreakAndContinue.kt | 2 +- .../forInCharSequenceWithIndexCheckSideEffects.kt | 2 +- ...rInCharSequenceWithIndexNoElementVarCheckSideEffects.kt | 2 +- ...forInCharSequenceWithIndexNoIndexVarCheckSideEffects.kt | 2 +- .../forInEmptyStringWithIndex.kt | 2 +- .../forInCharSequenceWithIndex/forInStringWithIndex.kt | 2 +- .../forInStringWithIndexNoElementVar.kt | 2 +- .../forInStringWithIndexNoIndexOrElementVar.kt | 2 +- .../forInStringWithIndexNoIndexVar.kt | 2 +- .../forInStringWithIndexNotDestructured.kt | 2 +- ...forInStringWithIndexWithExplicitlyTypedIndexVariable.kt | 2 +- .../forInIterableWithIndex/forInEmptyListWithIndex.kt | 2 +- .../forInIterableTypeParameterWithIndex.kt | 2 +- .../forInIterableWithIndexCheckSideEffects.kt | 2 +- .../forInIterableWithIndexNoElementVarCheckSideEffects.kt | 2 +- .../forInIterableWithIndexNoIndexVarCheckSideEffects.kt | 2 +- .../forInIterableWithIndex/forInListWithIndex.kt | 2 +- .../forInIterableWithIndex/forInListWithIndexBreak.kt | 2 +- .../forInListWithIndexBreakAndContinue.kt | 2 +- .../forInIterableWithIndex/forInListWithIndexContinue.kt | 2 +- .../forInListWithIndexNoElementVar.kt | 2 +- .../forInIterableWithIndex/forInListWithIndexNoIndexVar.kt | 2 +- .../forInIterableWithIndex/forInListWithIndexThrowsCME.kt | 2 +- .../forInListWithIndexWithExplicitlyTypedIndexVariable.kt | 2 +- .../forInSequenceWithIndex/forInEmptySequenceWithIndex.kt | 2 +- .../forInSequenceTypeParameterWithIndex.kt | 2 +- .../forInSequenceWithIndex/forInSequenceWithIndex.kt | 2 +- .../forInSequenceWithIndexBreakAndContinue.kt | 2 +- .../forInSequenceWithIndexCheckSideEffects.kt | 2 +- .../forInSequenceWithIndexNoElementVar.kt | 2 +- .../forInSequenceWithIndexNoElementVarCheckSideEffects.kt | 2 +- .../forInSequenceWithIndexNoIndexVar.kt | 2 +- .../forInSequenceWithIndexNoIndexVarCheckSideEffects.kt | 2 +- .../forInSequenceWithIndexThrowsCME.kt | 2 +- ...rInSequenceWithIndexWithExplicitlyTypedIndexVariable.kt | 2 +- .../box/controlStructures/forNullableCharInString.kt | 2 +- compiler/testData/codegen/box/controlStructures/kt2423.kt | 2 +- compiler/testData/codegen/box/controlStructures/kt42455.kt | 2 +- compiler/testData/codegen/box/controlStructures/kt513.kt | 2 +- .../tryCatchInExpressions/tryCatchAfterWhileTrue.kt | 2 +- .../codegen/box/controlStructures/tryFinallyGeneric.kt | 2 +- .../codegen/box/coroutines/32defaultParametersInSuspend.kt | 2 +- .../testData/codegen/box/coroutines/accessorForSuspend.kt | 2 +- compiler/testData/codegen/box/coroutines/async.kt | 2 +- compiler/testData/codegen/box/coroutines/asyncException.kt | 2 +- .../codegen/box/coroutines/asyncIteratorNullMerge_1_3.kt | 2 +- .../codegen/box/coroutines/asyncIteratorToList_1_3.kt | 2 +- .../testData/codegen/box/coroutines/asyncIterator_1_3.kt | 2 +- compiler/testData/codegen/box/coroutines/await.kt | 2 +- .../testData/codegen/box/coroutines/beginWithException.kt | 2 +- .../box/coroutines/beginWithExceptionNoHandleException.kt | 2 +- .../box/coroutines/bridges/interfaceGenericDefault.kt | 2 +- .../box/coroutines/bridges/interfaceSpecialization.kt | 2 +- .../box/coroutines/bridges/lambdaWithLongReceiver.kt | 2 +- .../box/coroutines/bridges/lambdaWithMultipleParameters.kt | 2 +- .../coroutines/builderInferenceAndGenericArrayAcessCall.kt | 2 +- .../testData/codegen/box/coroutines/captureInfixFun.kt | 2 +- .../captureMutableLocalVariableInsideCoroutineBlock.kt | 2 +- .../codegen/box/coroutines/captureUnaryOperator.kt | 2 +- .../codegen/box/coroutines/capturedVarInSuspendLambda.kt | 2 +- .../testData/codegen/box/coroutines/castWithSuspend.kt | 2 +- .../codegen/box/coroutines/catchWithInlineInsideSuspend.kt | 2 +- compiler/testData/codegen/box/coroutines/coercionToUnit.kt | 2 +- .../codegen/box/coroutines/controlFlow/breakFinally.kt | 2 +- .../codegen/box/coroutines/controlFlow/breakStatement.kt | 2 +- .../box/coroutines/controlFlow/complexChainSuspend.kt | 2 +- .../codegen/box/coroutines/controlFlow/doWhileStatement.kt | 2 +- .../box/coroutines/controlFlow/doWhileWithInline.kt | 2 +- .../codegen/box/coroutines/controlFlow/doubleBreak.kt | 2 +- .../codegen/box/coroutines/controlFlow/finallyCatch.kt | 2 +- .../codegen/box/coroutines/controlFlow/forContinue.kt | 2 +- .../codegen/box/coroutines/controlFlow/forStatement.kt | 2 +- .../codegen/box/coroutines/controlFlow/forWithStep.kt | 2 +- .../codegen/box/coroutines/controlFlow/ifStatement.kt | 2 +- .../codegen/box/coroutines/controlFlow/kt22694_1_3.kt | 2 +- .../codegen/box/coroutines/controlFlow/labeledWhile.kt | 2 +- .../coroutines/controlFlow/multipleCatchBlocksSuspend.kt | 2 +- .../box/coroutines/controlFlow/returnFromFinally.kt | 2 +- .../box/coroutines/controlFlow/returnWithFinally.kt | 2 +- .../box/coroutines/controlFlow/suspendInStringTemplate.kt | 2 +- .../codegen/box/coroutines/controlFlow/switchLikeWhen.kt | 2 +- .../codegen/box/coroutines/controlFlow/throwFromCatch.kt | 2 +- .../codegen/box/coroutines/controlFlow/throwFromFinally.kt | 2 +- .../coroutines/controlFlow/throwInTryWithHandleResult.kt | 2 +- .../box/coroutines/controlFlow/whenWithSuspensions.kt | 2 +- .../codegen/box/coroutines/controlFlow/whileStatement.kt | 2 +- .../box/coroutines/controllerAccessFromInnerLambda.kt | 2 +- .../box/coroutines/coroutineContextInInlinedLambda.kt | 2 +- .../testData/codegen/box/coroutines/createCoroutineSafe.kt | 2 +- .../box/coroutines/createCoroutinesOnManualInstances.kt | 2 +- .../box/coroutines/crossInlineWithCapturedOuterReceiver.kt | 2 +- .../codegen/box/coroutines/debug/debuggerMetadata.kt | 2 +- .../codegen/box/coroutines/debug/elvisLineNumber.kt | 2 +- .../codegen/box/coroutines/debug/firstSuspensionPoint.kt | 2 +- compiler/testData/codegen/box/coroutines/debug/fqName.kt | 2 +- .../box/coroutines/debug/multipleSuspendCallsOnSameLine.kt | 2 +- .../codegen/box/coroutines/debug/runtimeDebugMetadata.kt | 2 +- .../codegen/box/coroutines/debug/throwsOnSameLine.kt | 2 +- .../codegen/box/coroutines/defaultParametersInSuspend.kt | 2 +- .../defaultParametersInSuspendWithJvmOverloads.kt | 2 +- .../codegen/box/coroutines/delegatedSuspendMember.kt | 2 +- compiler/testData/codegen/box/coroutines/dispatchResume.kt | 2 +- .../doubleColonExpressionsGenerationInBuilderInference.kt | 2 +- compiler/testData/codegen/box/coroutines/emptyClosure.kt | 2 +- ...emptyCommonConstraintSystemForCoroutineInferenceCall.kt | 2 +- compiler/testData/codegen/box/coroutines/epam.kt | 2 +- .../testData/codegen/box/coroutines/falseUnitCoercion.kt | 2 +- .../featureIntersection/breakWithNonEmptyStack.kt | 2 +- .../featureIntersection/callableReference/bigArity.kt | 2 +- .../callableReference/bound/emptyLHS.kt | 2 +- .../callableReference/function/adapted.kt | 2 +- .../callableReference/function/getArityViaFunctionImpl.kt | 2 +- .../callableReference/function/local/equalsHashCode.kt | 2 +- .../callableReference/kt48732_genericSignature.kt | 2 +- .../callableReference/lambdaParameterUsed.kt | 2 +- .../featureIntersection/callableReference/longArgs.kt | 2 +- .../box/coroutines/featureIntersection/defaultExpect.kt | 2 +- .../codegen/box/coroutines/featureIntersection/delegate.kt | 2 +- .../featureIntersection/destructuringInLambdas.kt | 2 +- .../box/coroutines/featureIntersection/funInterface.kt | 2 +- .../coroutines/featureIntersection/inlineSuspendFinally.kt | 2 +- .../featureIntersection/interfaceMethodWithBody.kt | 2 +- .../featureIntersection/interfaceMethodWithBodyGeneric.kt | 2 +- .../box/coroutines/featureIntersection/jvmDefault/all.kt | 2 +- .../jvmDefault/kt46007/all-compatibility.kt | 2 +- .../featureIntersection/jvmDefault/kt46007/all.kt | 2 +- .../featureIntersection/jvmDefault/kt46007/disable.kt | 2 +- .../featureIntersection/jvmDefault/kt46007/enable.kt | 2 +- .../featureIntersection/overrideInInlineClass.kt | 2 +- .../coroutines/featureIntersection/overrideInInnerClass.kt | 2 +- .../featureIntersection/safeCallOnTwoReceivers.kt | 2 +- .../featureIntersection/safeCallOnTwoReceiversLong.kt | 2 +- .../featureIntersection/suspendDestructuringInLambdas.kt | 2 +- .../suspendFunctionAsSupertypeIsCheck.kt | 2 +- .../coroutines/featureIntersection/suspendFunctionIsAs.kt | 2 +- .../featureIntersection/suspendInlineSuspendFinally.kt | 2 +- .../coroutines/featureIntersection/suspendOperatorPlus.kt | 2 +- .../featureIntersection/suspendOperatorPlusAssign.kt | 2 +- .../suspendOperatorPlusCallFromLambda.kt | 2 +- .../featureIntersection/tailrec/controlFlowIf.kt | 2 +- .../featureIntersection/tailrec/controlFlowWhen.kt | 2 +- .../coroutines/featureIntersection/tailrec/extention.kt | 2 +- .../coroutines/featureIntersection/tailrec/infixCall.kt | 2 +- .../featureIntersection/tailrec/infixRecursiveCall.kt | 2 +- .../featureIntersection/tailrec/realIteratorFoldl.kt | 2 +- .../featureIntersection/tailrec/realStringEscape.kt | 2 +- .../featureIntersection/tailrec/realStringRepeat.kt | 2 +- .../featureIntersection/tailrec/returnInParentheses.kt | 2 +- .../box/coroutines/featureIntersection/tailrec/sum.kt | 2 +- .../tailrec/tailCallInBlockInParentheses.kt | 2 +- .../featureIntersection/tailrec/tailCallInParentheses.kt | 2 +- .../coroutines/featureIntersection/tailrec/whenWithIs.kt | 2 +- compiler/testData/codegen/box/coroutines/generate.kt | 2 +- .../testData/codegen/box/coroutines/handleException.kt | 2 +- .../codegen/box/coroutines/handleResultCallEmptyBody.kt | 2 +- .../box/coroutines/handleResultNonUnitExpression.kt | 2 +- .../codegen/box/coroutines/handleResultSuspended.kt | 2 +- compiler/testData/codegen/box/coroutines/illegalState.kt | 2 +- .../box/coroutines/indirectInlineUsedAsNonInline.kt | 2 +- .../direct/boxReturnValueOfSuspendFunctionReference.kt | 2 +- .../inlineClasses/direct/boxReturnValueOfSuspendLambda.kt | 2 +- .../inlineClasses/direct/boxTypeParameterOfSuperType.kt | 2 +- .../direct/boxTypeParameterOfSuperTypeResult.kt | 2 +- .../inlineClasses/direct/boxUnboxInsideCoroutine.kt | 2 +- .../inlineClasses/direct/boxUnboxInsideCoroutine_Any.kt | 2 +- .../direct/boxUnboxInsideCoroutine_InlineAny.kt | 2 +- .../direct/boxUnboxInsideCoroutine_InlineInt.kt | 2 +- .../inlineClasses/direct/boxUnboxInsideCoroutine_Int.kt | 2 +- .../inlineClasses/direct/boxUnboxInsideCoroutine_Long.kt | 2 +- .../inlineClasses/direct/boxUnboxInsideCoroutine_NAny.kt | 2 +- .../direct/boxUnboxInsideCoroutine_nonLocalReturn.kt | 2 +- .../direct/boxUnboxInsideCoroutine_suspendFunType.kt | 2 +- .../inlineClasses/direct/bridgeGenerationCrossinline.kt | 2 +- .../inlineClasses/direct/bridgeGenerationNonInline.kt | 2 +- .../inlineClasses/direct/covariantOverrideSuspendFun.kt | 2 +- .../direct/covariantOverrideSuspendFunSameJvmType.kt | 2 +- .../covariantOverrideSuspendFunWithNullableInlineClass.kt | 2 +- ...OverrideSuspendFunWithNullableInlineClassSameJvmType.kt | 2 +- ...variantOverrideSuspendFunWithNullableInlineClass_Any.kt | 2 +- ...variantOverrideSuspendFunWithNullableInlineClass_Int.kt | 2 +- ...verrideSuspendFunWithNullableInlineClass_NullableAny.kt | 2 +- ...deSuspendFunWithNullableInlineClass_NullableAny_null.kt | 2 +- ...verrideSuspendFunWithNullableInlineClass_NullableInt.kt | 2 +- ...deSuspendFunWithNullableInlineClass_NullableInt_null.kt | 2 +- .../direct/covariantOverrideSuspendFun_Any.kt | 2 +- .../direct/covariantOverrideSuspendFun_Int.kt | 2 +- .../box/coroutines/inlineClasses/direct/createMangling.kt | 2 +- .../box/coroutines/inlineClasses/direct/createOverride.kt | 2 +- .../box/coroutines/inlineClasses/direct/defaultStub.kt | 2 +- .../inlineClasses/direct/genericOverrideSuspendFun.kt | 2 +- .../inlineClasses/direct/genericOverrideSuspendFun_Any.kt | 2 +- ...OverrideSuspendFun_Any_NullableInlineClassUpperBound.kt | 2 +- .../inlineClasses/direct/genericOverrideSuspendFun_Int.kt | 2 +- .../direct/genericOverrideSuspendFun_NullableAny.kt | 2 +- .../direct/genericOverrideSuspendFun_NullableAny_null.kt | 2 +- .../direct/genericOverrideSuspendFun_NullableInt.kt | 2 +- .../direct/genericOverrideSuspendFun_NullableInt_null.kt | 2 +- .../direct/interfaceDelegateWithInlineClass.kt | 2 +- .../box/coroutines/inlineClasses/direct/invokeOperator.kt | 2 +- .../box/coroutines/inlineClasses/direct/multifileBridge.kt | 2 +- .../coroutines/inlineClasses/direct/overrideSuspendFun.kt | 2 +- .../inlineClasses/direct/overrideSuspendFun_Any.kt | 2 +- .../inlineClasses/direct/overrideSuspendFun_Any_itf.kt | 2 +- .../inlineClasses/direct/overrideSuspendFun_Any_this.kt | 2 +- .../inlineClasses/direct/overrideSuspendFun_Int.kt | 2 +- .../box/coroutines/inlineClasses/direct/returnResult.kt | 2 +- .../coroutines/inlineClasses/direct/syntheticAccessor.kt | 2 +- .../box/coroutines/inlineClasses/genericParameterResult.kt | 2 +- .../codegen/box/coroutines/inlineClasses/kt47129.kt | 2 +- .../codegen/box/coroutines/inlineClasses/nonLocalReturn.kt | 2 +- .../resume/boxReturnValueOfSuspendFunctionReference.kt | 2 +- .../inlineClasses/resume/boxReturnValueOfSuspendLambda.kt | 2 +- .../inlineClasses/resume/boxTypeParameterOfSuperType.kt | 2 +- .../resume/boxTypeParameterOfSuperTypeResult.kt | 2 +- .../inlineClasses/resume/boxUnboxInsideCoroutine.kt | 2 +- .../inlineClasses/resume/boxUnboxInsideCoroutine_Any.kt | 2 +- .../resume/boxUnboxInsideCoroutine_InlineAny.kt | 2 +- .../resume/boxUnboxInsideCoroutine_InlineInt.kt | 2 +- .../inlineClasses/resume/boxUnboxInsideCoroutine_Int.kt | 2 +- .../inlineClasses/resume/boxUnboxInsideCoroutine_Long.kt | 2 +- .../inlineClasses/resume/boxUnboxInsideCoroutine_NAny.kt | 2 +- .../resume/boxUnboxInsideCoroutine_nonLocalReturn.kt | 2 +- .../resume/boxUnboxInsideCoroutine_suspendFunType.kt | 2 +- .../inlineClasses/resume/bridgeGenerationCrossinline.kt | 2 +- .../inlineClasses/resume/bridgeGenerationNonInline.kt | 2 +- .../inlineClasses/resume/covariantOverrideSuspendFun.kt | 2 +- .../resume/covariantOverrideSuspendFunSameJvmType.kt | 2 +- .../covariantOverrideSuspendFunWithNullableInlineClass.kt | 2 +- ...OverrideSuspendFunWithNullableInlineClassSameJvmType.kt | 2 +- ...variantOverrideSuspendFunWithNullableInlineClass_Any.kt | 2 +- ...variantOverrideSuspendFunWithNullableInlineClass_Int.kt | 2 +- ...verrideSuspendFunWithNullableInlineClass_NullableAny.kt | 2 +- ...deSuspendFunWithNullableInlineClass_NullableAny_null.kt | 2 +- ...verrideSuspendFunWithNullableInlineClass_NullableInt.kt | 2 +- ...deSuspendFunWithNullableInlineClass_NullableInt_null.kt | 2 +- .../resume/covariantOverrideSuspendFun_Any.kt | 2 +- .../resume/covariantOverrideSuspendFun_Int.kt | 2 +- .../box/coroutines/inlineClasses/resume/createMangling.kt | 2 +- .../box/coroutines/inlineClasses/resume/createOverride.kt | 2 +- .../box/coroutines/inlineClasses/resume/defaultStub.kt | 2 +- .../inlineClasses/resume/genericOverrideSuspendFun.kt | 2 +- .../inlineClasses/resume/genericOverrideSuspendFun_Any.kt | 2 +- ...OverrideSuspendFun_Any_NullableInlineClassUpperBound.kt | 2 +- .../inlineClasses/resume/genericOverrideSuspendFun_Int.kt | 2 +- .../resume/genericOverrideSuspendFun_NullableAny.kt | 2 +- .../resume/genericOverrideSuspendFun_NullableAny_null.kt | 2 +- .../resume/genericOverrideSuspendFun_NullableInt.kt | 2 +- .../resume/genericOverrideSuspendFun_NullableInt_null.kt | 2 +- .../resume/interfaceDelegateWithInlineClass.kt | 2 +- .../box/coroutines/inlineClasses/resume/invokeOperator.kt | 2 +- .../box/coroutines/inlineClasses/resume/multifileBridge.kt | 2 +- .../coroutines/inlineClasses/resume/overrideSuspendFun.kt | 2 +- .../inlineClasses/resume/overrideSuspendFun_Any.kt | 2 +- .../inlineClasses/resume/overrideSuspendFun_Any_itf.kt | 2 +- .../inlineClasses/resume/overrideSuspendFun_Any_this.kt | 2 +- .../inlineClasses/resume/overrideSuspendFun_Int.kt | 2 +- .../box/coroutines/inlineClasses/resume/returnResult.kt | 2 +- .../coroutines/inlineClasses/resume/syntheticAccessor.kt | 2 +- .../boxReturnValueOfSuspendFunctionReference.kt | 2 +- .../resumeWithException/boxReturnValueOfSuspendLambda.kt | 2 +- .../resumeWithException/boxTypeParameterOfSuperType.kt | 2 +- .../boxTypeParameterOfSuperTypeResult.kt | 2 +- .../resumeWithException/boxUnboxInsideCoroutine.kt | 2 +- .../resumeWithException/boxUnboxInsideCoroutine_Any.kt | 2 +- .../boxUnboxInsideCoroutine_InlineAny.kt | 2 +- .../boxUnboxInsideCoroutine_InlineInt.kt | 2 +- .../resumeWithException/boxUnboxInsideCoroutine_Int.kt | 2 +- .../resumeWithException/boxUnboxInsideCoroutine_Long.kt | 2 +- .../resumeWithException/boxUnboxInsideCoroutine_NAny.kt | 2 +- .../boxUnboxInsideCoroutine_nonLocalReturn.kt | 2 +- .../boxUnboxInsideCoroutine_suspendFunType.kt | 2 +- .../resumeWithException/bridgeGenerationCrossinline.kt | 2 +- .../resumeWithException/bridgeGenerationNonInline.kt | 2 +- .../resumeWithException/covariantOverrideSuspendFun.kt | 2 +- .../covariantOverrideSuspendFunSameJvmType.kt | 2 +- .../covariantOverrideSuspendFunWithNullableInlineClass.kt | 2 +- ...OverrideSuspendFunWithNullableInlineClassSameJvmType.kt | 2 +- ...variantOverrideSuspendFunWithNullableInlineClass_Any.kt | 2 +- ...variantOverrideSuspendFunWithNullableInlineClass_Int.kt | 2 +- ...verrideSuspendFunWithNullableInlineClass_NullableAny.kt | 2 +- ...deSuspendFunWithNullableInlineClass_NullableAny_null.kt | 2 +- ...verrideSuspendFunWithNullableInlineClass_NullableInt.kt | 2 +- .../resumeWithException/covariantOverrideSuspendFun_Any.kt | 2 +- .../resumeWithException/covariantOverrideSuspendFun_Int.kt | 2 +- .../inlineClasses/resumeWithException/createMangling.kt | 2 +- .../inlineClasses/resumeWithException/createOverride.kt | 2 +- .../resumeWithException/genericOverrideSuspendFun.kt | 2 +- .../resumeWithException/genericOverrideSuspendFun_Any.kt | 2 +- ...OverrideSuspendFun_Any_NullableInlineClassUpperBound.kt | 2 +- .../resumeWithException/genericOverrideSuspendFun_Int.kt | 2 +- .../genericOverrideSuspendFun_NullableAny.kt | 2 +- .../genericOverrideSuspendFun_NullableInt.kt | 2 +- .../interfaceDelegateWithInlineClass.kt | 2 +- .../inlineClasses/resumeWithException/invokeOperator.kt | 2 +- .../resumeWithException/overrideSuspendFun.kt | 2 +- .../resumeWithException/overrideSuspendFun_Any.kt | 2 +- .../resumeWithException/overrideSuspendFun_Any_itf.kt | 2 +- .../resumeWithException/overrideSuspendFun_Any_this.kt | 2 +- .../resumeWithException/overrideSuspendFun_Int.kt | 2 +- .../inlineClasses/resumeWithException/returnResult.kt | 2 +- .../codegen/box/coroutines/inlineFunInGenericClass.kt | 2 +- .../box/coroutines/inlineFunctionInMultifileClass.kt | 2 +- .../inlineFunctionInMultifileClassUnoptimized.kt | 2 +- .../box/coroutines/inlineGenericFunCalledFromSubclass.kt | 2 +- .../codegen/box/coroutines/inlineSuspendFunction.kt | 2 +- .../box/coroutines/inlineSuspendLambdaNonLocalReturn.kt | 2 +- .../codegen/box/coroutines/inlinedTryCatchFinally.kt | 2 +- .../codegen/box/coroutines/innerSuspensionCalls.kt | 2 +- .../codegen/box/coroutines/instanceOfContinuation.kt | 2 +- .../box/coroutines/intLikeVarSpilling/complicatedMerge.kt | 2 +- .../codegen/box/coroutines/intLikeVarSpilling/i2bResult.kt | 2 +- .../intLikeVarSpilling/listThrowablePairInOneSlot.kt | 2 +- .../coroutines/intLikeVarSpilling/loadFromBooleanArray.kt | 2 +- .../box/coroutines/intLikeVarSpilling/loadFromByteArray.kt | 2 +- .../box/coroutines/intLikeVarSpilling/noVariableInTable.kt | 2 +- .../coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt | 2 +- .../box/coroutines/intLikeVarSpilling/unusedCatchVar.kt | 2 +- .../box/coroutines/intLikeVarSpilling/usedInArrayStore.kt | 2 +- .../box/coroutines/intLikeVarSpilling/usedInMethodCall.kt | 2 +- .../box/coroutines/intLikeVarSpilling/usedInPutfield.kt | 2 +- .../box/coroutines/intLikeVarSpilling/usedInVarStore.kt | 2 +- .../box/coroutines/intrinsicSemantics/coroutineContext.kt | 2 +- .../intrinsicSemantics/coroutineContextReceiver.kt | 2 +- .../coroutineContextReceiverNotIntrinsic.kt | 2 +- .../box/coroutines/intrinsicSemantics/intercepted.kt | 2 +- .../intrinsicSemantics/resultExceptionOrNullInLambda.kt | 2 +- .../box/coroutines/intrinsicSemantics/startCoroutine.kt | 2 +- .../startCoroutineUninterceptedOrReturn.kt | 2 +- .../startCoroutineUninterceptedOrReturnInterception.kt | 2 +- .../suspendCoroutineUninterceptedOrReturn.kt | 2 +- .../testData/codegen/box/coroutines/iterateOverArray.kt | 2 +- .../coroutines/javaInterop/objectWithSeveralSuspends.kt | 2 +- .../codegen/box/coroutines/javaInterop/returnLambda.kt | 2 +- .../codegen/box/coroutines/javaInterop/returnObject.kt | 2 +- .../codegen/box/coroutines/javaInterop/severalCaptures.kt | 2 +- .../coroutines/javaInterop/suspendInlineWithCrossinline.kt | 2 +- .../codegen/box/coroutines/jvmStaticAndJvmInline.kt | 2 +- compiler/testData/codegen/box/coroutines/kt12958.kt | 2 +- compiler/testData/codegen/box/coroutines/kt15016.kt | 2 +- compiler/testData/codegen/box/coroutines/kt15017.kt | 2 +- compiler/testData/codegen/box/coroutines/kt15930.kt | 2 +- compiler/testData/codegen/box/coroutines/kt21080.kt | 2 +- compiler/testData/codegen/box/coroutines/kt21605.kt | 2 +- compiler/testData/codegen/box/coroutines/kt24135.kt | 2 +- compiler/testData/codegen/box/coroutines/kt25912.kt | 2 +- compiler/testData/codegen/box/coroutines/kt28844.kt | 2 +- compiler/testData/codegen/box/coroutines/kt30858.kt | 2 +- compiler/testData/codegen/box/coroutines/kt31784.kt | 2 +- compiler/testData/codegen/box/coroutines/kt35967.kt | 2 +- compiler/testData/codegen/box/coroutines/kt38099.kt | 2 +- compiler/testData/codegen/box/coroutines/kt42028.kt | 2 +- compiler/testData/codegen/box/coroutines/kt42554.kt | 2 +- compiler/testData/codegen/box/coroutines/kt44221.kt | 2 +- compiler/testData/codegen/box/coroutines/kt44710.kt | 2 +- compiler/testData/codegen/box/coroutines/kt44781.kt | 2 +- compiler/testData/codegen/box/coroutines/kt45377.kt | 2 +- compiler/testData/codegen/box/coroutines/kt46813.kt | 2 +- compiler/testData/codegen/box/coroutines/kt49168.kt | 2 +- .../codegen/box/coroutines/lastExpressionIsLoop.kt | 2 +- .../testData/codegen/box/coroutines/lastStatementInc.kt | 2 +- .../codegen/box/coroutines/lastStementAssignment.kt | 2 +- .../testData/codegen/box/coroutines/lastUnitExpression.kt | 2 +- .../testData/codegen/box/coroutines/localCallableRef.kt | 2 +- compiler/testData/codegen/box/coroutines/localDelegate.kt | 2 +- .../box/coroutines/localFunctions/anonymous/simple.kt | 2 +- .../localFunctions/named/callTopLevelFromLocal.kt | 2 +- .../coroutines/localFunctions/named/capturedParameters.kt | 2 +- .../coroutines/localFunctions/named/capturedVariables.kt | 2 +- .../box/coroutines/localFunctions/named/defaultArgument.kt | 2 +- .../box/coroutines/localFunctions/named/extension.kt | 2 +- .../codegen/box/coroutines/localFunctions/named/infix.kt | 2 +- .../box/coroutines/localFunctions/named/insideLambda.kt | 2 +- .../box/coroutines/localFunctions/named/nestedLocals.kt | 2 +- .../codegen/box/coroutines/localFunctions/named/rec.kt | 2 +- .../codegen/box/coroutines/localFunctions/named/simple.kt | 2 +- .../localFunctions/named/simpleSuspensionPoint.kt | 2 +- .../box/coroutines/localFunctions/named/stateMachine.kt | 2 +- .../box/coroutines/localFunctions/named/withArguments.kt | 2 +- .../codegen/box/coroutines/longRangeInSuspendCall.kt | 2 +- .../codegen/box/coroutines/longRangeInSuspendFun.kt | 2 +- .../testData/codegen/box/coroutines/mergeNullAndString.kt | 2 +- .../box/coroutines/multiModule/inlineCrossModule.kt | 4 ++-- .../multiModule/inlineFunctionWithOptionalParam.kt | 4 ++-- .../box/coroutines/multiModule/inlineMultiModule.kt | 2 +- .../coroutines/multiModule/inlineMultiModuleOverride.kt | 2 +- .../multiModule/inlineMultiModuleWithController.kt | 2 +- .../multiModule/inlineMultiModuleWithInnerInlining.kt | 2 +- .../codegen/box/coroutines/multiModule/inlineTailCall.kt | 2 +- .../codegen/box/coroutines/multiModule/inlineWithJava.kt | 2 +- .../testData/codegen/box/coroutines/multiModule/simple.kt | 2 +- .../testData/codegen/box/coroutines/multipleInvokeCalls.kt | 2 +- .../coroutines/multipleInvokeCallsInsideInlineLambda1.kt | 2 +- .../coroutines/multipleInvokeCallsInsideInlineLambda2.kt | 2 +- .../coroutines/multipleInvokeCallsInsideInlineLambda3.kt | 2 +- compiler/testData/codegen/box/coroutines/nestedTryCatch.kt | 2 +- .../testData/codegen/box/coroutines/noSuspensionPoints.kt | 2 +- compiler/testData/codegen/box/coroutines/nonLocalReturn.kt | 2 +- .../box/coroutines/nonLocalReturnFromInlineLambda.kt | 2 +- .../box/coroutines/nonLocalReturnFromInlineLambdaDeep.kt | 2 +- .../codegen/box/coroutines/nullableSuspendFunctionType.kt | 2 +- .../codegen/box/coroutines/overrideDefaultArgument.kt | 2 +- .../testData/codegen/box/coroutines/recursiveSuspend.kt | 2 +- .../redundantLocalsElimination/ktor_receivedMessage.kt | 2 +- .../codegen/box/coroutines/restrictedSuspendLambda.kt | 2 +- compiler/testData/codegen/box/coroutines/returnByLabel.kt | 2 +- compiler/testData/codegen/box/coroutines/simple.kt | 2 +- .../testData/codegen/box/coroutines/simpleException.kt | 2 +- .../box/coroutines/simpleSuspendCallableReference.kt | 2 +- .../codegen/box/coroutines/simpleWithDefaultValue.kt | 2 +- .../codegen/box/coroutines/simpleWithHandleResult.kt | 2 +- .../codegen/box/coroutines/stackUnwinding/exception.kt | 2 +- .../box/coroutines/stackUnwinding/inlineSuspendFunction.kt | 2 +- .../box/coroutines/stackUnwinding/rethrowInFinally.kt | 2 +- .../stackUnwinding/rethrowInFinallyWithSuspension.kt | 2 +- .../codegen/box/coroutines/stackUnwinding/simple.kt | 2 +- .../box/coroutines/stackUnwinding/suspendInCycle.kt | 2 +- .../codegen/box/coroutines/statementLikeLastExpression.kt | 2 +- compiler/testData/codegen/box/coroutines/stopAfter.kt | 2 +- .../codegen/box/coroutines/suspendCallsInArguments.kt | 2 +- .../intersectionTypeToSubtypeConversion.kt | 2 +- .../codegen/box/coroutines/suspendConversion/onArgument.kt | 2 +- .../box/coroutines/suspendConversion/onInlineArgument.kt | 2 +- .../subtypeOfFunctionalTypeToSuspendConversion.kt | 2 +- .../box/coroutines/suspendCoroutineFromStateMachine.kt | 2 +- .../box/coroutines/suspendCovariantJavaOverrides.kt | 2 +- .../testData/codegen/box/coroutines/suspendDefaultImpl.kt | 2 +- .../testData/codegen/box/coroutines/suspendDelegation.kt | 2 +- .../codegen/box/coroutines/suspendFromInlineLambda.kt | 2 +- .../codegen/box/coroutines/suspendFunImportedFromObject.kt | 2 +- .../suspendFunctionAsCoroutine/dispatchResume.kt | 2 +- .../suspendFunctionAsCoroutine/handleException.kt | 2 +- .../ifExpressionInsideCoroutine_1_3.kt | 2 +- .../box/coroutines/suspendFunctionAsCoroutine/inline.kt | 2 +- .../suspendFunctionAsCoroutine/inlineTwoReceivers.kt | 2 +- .../box/coroutines/suspendFunctionAsCoroutine/member.kt | 2 +- .../suspendFunctionAsCoroutine/noinlineTwoReceivers.kt | 2 +- .../suspendFunctionAsCoroutine/openFunWithJava.kt | 2 +- .../box/coroutines/suspendFunctionAsCoroutine/operators.kt | 2 +- .../suspendFunctionAsCoroutine/privateFunctions.kt | 2 +- .../coroutines/suspendFunctionAsCoroutine/privateInFile.kt | 2 +- .../suspendFunctionAsCoroutine/returnNoSuspend.kt | 2 +- .../box/coroutines/suspendFunctionAsCoroutine/simple.kt | 2 +- .../box/coroutines/suspendFunctionAsCoroutine/superCall.kt | 2 +- .../suspendFunctionAsCoroutine/superCallAbstractClass.kt | 2 +- .../suspendFunctionAsCoroutine/superCallInterface.kt | 2 +- .../suspendFunctionAsCoroutine/superCallOverload.kt | 2 +- .../coroutines/suspendFunctionAsCoroutine/withVariables.kt | 2 +- .../codegen/box/coroutines/suspendFunctionAsSupertype.kt | 2 +- .../box/coroutines/suspendFunctionAsSupertypeCall.kt | 2 +- .../box/coroutines/suspendFunctionMethodReference.kt | 2 +- .../box/coroutines/suspendFunctionTypeCall/localVal.kt | 2 +- .../coroutines/suspendFunctionTypeCall/manyParameters.kt | 2 +- .../suspendFunctionTypeCall/manyParametersNoCapture.kt | 2 +- .../box/coroutines/suspendFunctionTypeCall/simple.kt | 2 +- .../coroutines/suspendFunctionTypeCall/suspendModifier.kt | 2 +- .../testData/codegen/box/coroutines/suspendImplBridge.kt | 2 +- compiler/testData/codegen/box/coroutines/suspendInCycle.kt | 2 +- .../coroutines/suspendInTheMiddleOfObjectConstruction.kt | 2 +- ...uspendInTheMiddleOfObjectConstructionEvaluationOrder.kt | 2 +- .../suspendInTheMiddleOfObjectConstructionWithJumpOut.kt | 2 +- .../codegen/box/coroutines/suspendJavaOverrides.kt | 2 +- .../coroutines/suspendLambdaWithArgumentRearrangement.kt | 2 +- .../codegen/box/coroutines/suspendReturningPlatformType.kt | 2 +- .../codegen/box/coroutines/suspensionInsideSafeCall.kt | 2 +- .../box/coroutines/suspensionInsideSafeCallWithElvis.kt | 2 +- .../codegen/box/coroutines/tailCallOptimizations/also.kt | 2 +- .../box/coroutines/tailCallOptimizations/crossinline.kt | 2 +- .../tailCallOptimizations/deferredAwaitSuspendImpl.kt | 2 +- .../tailCallOptimizations/inlineWithStateMachine.kt | 2 +- .../tailCallOptimizations/inlineWithoutStateMachine.kt | 2 +- .../tailCallOptimizations/innerObjectRetransformation.kt | 2 +- .../tailCallOptimizations/interfaceDelegation.kt | 2 +- .../coroutines/tailCallOptimizations/returnInlineClass.kt | 2 +- .../codegen/box/coroutines/tailCallOptimizations/simple.kt | 2 +- .../tailCallOptimizations/tailCallIfReturnUnit.kt | 2 +- .../coroutines/tailCallOptimizations/tailCallIntrinsics.kt | 2 +- .../coroutines/tailCallOptimizations/tailSuspendUnitFun.kt | 2 +- .../box/coroutines/tailCallOptimizations/tryCatch.kt | 2 +- .../coroutines/tailCallOptimizations/tryCatchTailCall.kt | 2 +- .../tailCallOptimizations/unit/functionReference.kt | 2 +- .../box/coroutines/tailCallOptimizations/unit/inline.kt | 2 +- .../box/coroutines/tailCallOptimizations/unit/override.kt | 2 +- .../box/coroutines/tailCallOptimizations/unit/override2.kt | 2 +- .../box/coroutines/tailCallOptimizations/unit/override3.kt | 2 +- .../box/coroutines/tailCallOptimizations/unit/override4.kt | 2 +- .../box/coroutines/tailCallOptimizations/unit/override5.kt | 2 +- .../box/coroutines/tailCallOptimizations/unit/override6.kt | 2 +- .../tailCallOptimizations/unit/overrideCrossinline.kt | 2 +- .../tailCallOptimizations/unit/overrideOverriden.kt | 2 +- .../coroutines/tailCallOptimizations/unit/reflection.kt | 2 +- .../box/coroutines/tailCallOptimizations/unit/simple.kt | 2 +- .../box/coroutines/tailCallOptimizations/unreachable.kt | 2 +- .../box/coroutines/tailCallOptimizations/whenUnit.kt | 2 +- .../testData/codegen/box/coroutines/tailCallToNothing.kt | 2 +- .../codegen/box/coroutines/tailOperations/suspendWithIf.kt | 2 +- .../box/coroutines/tailOperations/suspendWithTryCatch.kt | 2 +- .../box/coroutines/tailOperations/suspendWithWhen.kt | 2 +- .../codegen/box/coroutines/tailOperations/tailInlining.kt | 2 +- .../box/coroutines/tryCatchFinallyWithHandleResult.kt | 2 +- .../codegen/box/coroutines/tryCatchWithHandleResult.kt | 2 +- .../codegen/box/coroutines/tryFinallyInsideInlineLambda.kt | 2 +- .../codegen/box/coroutines/tryFinallyWithHandleResult.kt | 2 +- .../coroutines/unitTypeReturn/coroutineNonLocalReturn.kt | 2 +- .../box/coroutines/unitTypeReturn/coroutineReturn.kt | 2 +- .../box/coroutines/unitTypeReturn/interfaceDelegation.kt | 2 +- .../box/coroutines/unitTypeReturn/suspendNonLocalReturn.kt | 2 +- .../codegen/box/coroutines/unitTypeReturn/suspendReturn.kt | 2 +- .../codegen/box/coroutines/unitTypeReturn/unitSafeCall.kt | 2 +- .../box/coroutines/varCaptuedInCoroutineIntrinsic.kt | 2 +- .../box/coroutines/varSpilling/fakeInlinerVariables.kt | 2 +- .../testData/codegen/box/coroutines/varSpilling/kt19475.kt | 2 +- .../testData/codegen/box/coroutines/varSpilling/kt38925.kt | 2 +- .../box/coroutines/varSpilling/lvtWithInlineOnly.kt | 2 +- .../codegen/box/coroutines/varSpilling/nullSpilling.kt | 2 +- .../box/coroutines/varSpilling/refinedIntTypesAnalysis.kt | 2 +- .../codegen/box/coroutines/varSpilling/safeCallElvis.kt | 2 +- .../codegen/box/coroutines/varValueConflictsWithTable.kt | 2 +- .../box/coroutines/varValueConflictsWithTableSameSort.kt | 2 +- .../codegen/box/coroutines/varargCallFromSuspend.kt | 2 +- .../dataClasses/equals/alreadyDeclaredWrongSignature.kt | 2 +- .../dataClasses/hashCode/alreadyDeclaredWrongSignature.kt | 2 +- .../dataClasses/toString/alreadyDeclaredWrongSignature.kt | 2 +- .../box/dataClasses/typeParameterWithNonTrivialBound.kt | 2 +- .../codegen/box/deadCodeElimination/emptyVariableRange.kt | 2 +- .../constructor/checkIfConstructorIsSynthetic.kt | 2 +- .../codegen/box/defaultArguments/constructor/manyArgs.kt | 2 +- .../codegen/box/defaultArguments/kt36853_fibonacci.kt | 2 +- .../codegen/box/defaultArguments/kt36972_companion.kt | 2 +- .../codegen/box/defaultArguments/kt36972_object.kt | 2 +- compiler/testData/codegen/box/defaultArguments/kt6382.kt | 2 +- .../codegen/box/defaultArguments/superCallCheck.kt | 2 +- .../codegen/box/defaultArguments/superCallHandlerOrder.kt | 2 +- .../codegen/box/delegatedProperty/delegateToAnother.kt | 2 +- .../box/delegatedProperty/delegateToAnotherCustom.kt | 2 +- .../box/delegatedProperty/delegateToAnotherMutable.kt | 2 +- .../delegatedProperty/delegateToAnotherWithSideEffects.kt | 2 +- .../delegatedProperty/delegateToConstructorParameter.kt | 2 +- .../box/delegatedProperty/delegateToGenericJavaProperty.kt | 2 +- .../box/delegatedProperty/delegateToOpenProperty.kt | 2 +- .../box/delegatedProperty/delegateWithPrivateSet.kt | 2 +- .../codegen/box/delegatedProperty/functionRefDelefate.kt | 2 +- .../box/delegatedProperty/getDelegateWithoutReflection.kt | 2 +- .../codegen/box/delegatedProperty/javaDelegateTopLevel.kt | 2 +- compiler/testData/codegen/box/delegatedProperty/kt37204.kt | 2 +- compiler/testData/codegen/box/delegatedProperty/kt45431.kt | 2 +- compiler/testData/codegen/box/delegatedProperty/kt6722.kt | 2 +- compiler/testData/codegen/box/delegatedProperty/kt9712.kt | 2 +- .../codegen/box/delegatedProperty/local/kt12891.kt | 2 +- .../codegen/box/delegatedProperty/local/kt23117.kt | 2 +- .../delegatedProperty/optimizedDelegatedProperties/lazy.kt | 2 +- .../codegen/box/delegatedProperty/privateInSubClass.kt | 2 +- .../box/delegatedProperty/protectedVarWithPrivateSet.kt | 2 +- .../delegatedPropertyWithIdProvideDelegate.kt | 2 +- .../provideDelegate/differentReceivers.kt | 2 +- .../delegatedProperty/provideDelegate/evaluationOrder.kt | 2 +- .../provideDelegate/evaluationOrderVar.kt | 2 +- .../box/delegatedProperty/provideDelegate/generic.kt | 2 +- .../provideDelegate/genericDelegateWithNoAdditionalInfo.kt | 2 +- .../genericProvideDelegateOnNumberLiteral.kt | 2 +- .../box/delegatedProperty/provideDelegate/inClass.kt | 2 +- .../provideDelegate/inlineProvideDelegate.kt | 2 +- .../delegatedProperty/provideDelegate/jvmStaticInObject.kt | 2 +- .../box/delegatedProperty/provideDelegate/kt18902.kt | 2 +- .../codegen/box/delegatedProperty/provideDelegate/local.kt | 2 +- .../box/delegatedProperty/provideDelegate/localCaptured.kt | 2 +- .../provideDelegate/localDifferentReceivers.kt | 2 +- .../delegatedProperty/provideDelegate/memberExtension.kt | 2 +- .../delegatedProperty/provideDelegate/propertyMetadata.kt | 2 +- .../referenceEnclosingClassFieldInReceiver.kt | 2 +- .../referenceEnclosingClassFieldInReceiver2.kt | 2 +- .../box/delegatedProperty/valByMapDelegatedProperty.kt | 2 +- .../testData/codegen/box/delegation/delegationToVal.kt | 2 +- .../testData/codegen/box/delegation/differentModules.kt | 2 +- .../box/destructuringDeclInLambdaParam/stdlibUsages.kt | 2 +- .../box/destructuringDeclInLambdaParam/withIndexed.kt | 2 +- .../recursiveCallInInlineLambdaWithCapture.kt | 2 +- .../codegen/box/elvis/genericElvisWithMoreSpecificLHS.kt | 2 +- .../testData/codegen/box/elvis/genericElvisWithNullLHS.kt | 2 +- compiler/testData/codegen/box/enum/classForEnumEntry.kt | 2 +- .../codegen/box/enum/enumCompanionInitJsAndWasm.kt | 2 +- compiler/testData/codegen/box/enum/enumEntryMembers.kt | 2 +- compiler/testData/codegen/box/enum/enumMultiModule.kt | 2 +- compiler/testData/codegen/box/enum/modifierFlags.kt | 2 +- .../testData/codegen/box/enum/nameClashWithCompanion.kt | 2 +- compiler/testData/codegen/box/enum/noClassForSimpleEnum.kt | 2 +- .../codegen/box/enum/ordinalsWithEnumEntitiesOverrides.kt | 2 +- .../codegen/box/enum/overloadedEnumValuesStatic.kt | 2 +- compiler/testData/codegen/box/enum/sortEnumEntries.kt | 2 +- compiler/testData/codegen/box/evaluate/char.kt | 2 +- compiler/testData/codegen/box/evaluate/divide.kt | 2 +- compiler/testData/codegen/box/evaluate/floorDiv.kt | 2 +- compiler/testData/codegen/box/evaluate/intrinsics.kt | 2 +- compiler/testData/codegen/box/evaluate/kt9443.kt | 2 +- compiler/testData/codegen/box/evaluate/maxValue.kt | 2 +- compiler/testData/codegen/box/evaluate/maxValueByte.kt | 2 +- compiler/testData/codegen/box/evaluate/maxValueInt.kt | 2 +- compiler/testData/codegen/box/evaluate/minus.kt | 2 +- compiler/testData/codegen/box/evaluate/mod.kt | 2 +- compiler/testData/codegen/box/evaluate/multiply.kt | 2 +- compiler/testData/codegen/box/evaluate/parenthesized.kt | 2 +- compiler/testData/codegen/box/evaluate/plus.kt | 2 +- compiler/testData/codegen/box/evaluate/rem.kt | 2 +- compiler/testData/codegen/box/evaluate/simpleCallBinary.kt | 2 +- compiler/testData/codegen/box/evaluate/unaryMinus.kt | 2 +- compiler/testData/codegen/box/evaluate/unaryPlus.kt | 2 +- .../testData/codegen/box/extensionFunctions/kt23675.kt | 2 +- .../testData/codegen/box/external/jvmStaticExternal.kt | 2 +- .../codegen/box/external/jvmStaticExternalPrivate.kt | 2 +- compiler/testData/codegen/box/external/withDefaultArg.kt | 2 +- .../codegen/box/fakeOverride/privateFakeOverrides0.kt | 2 +- .../codegen/box/fakeOverride/privateFakeOverrides1.kt | 2 +- .../testData/codegen/box/fieldRename/jvmFieldNoClash1.kt | 2 +- .../testData/codegen/box/fieldRename/jvmFieldNoClash2.kt | 2 +- compiler/testData/codegen/box/finally/someStuff.kt | 2 +- compiler/testData/codegen/box/fir/ColorValuePanel.kt | 2 +- compiler/testData/codegen/box/fir/CustomHashSetSize.kt | 2 +- .../testData/codegen/box/fir/CustomThrowableMessage.kt | 2 +- compiler/testData/codegen/box/fir/JKEnumConstant.kt | 2 +- .../box/fir/SamWithReceiverMavenProjectImportHandler.kt | 2 +- .../testData/codegen/box/fir/flexibleIntegerLiterals.kt | 2 +- .../testData/codegen/box/fir/implicitNothingInDelegate.kt | 2 +- compiler/testData/codegen/box/fir/jvmFieldInLocalClass.kt | 2 +- compiler/testData/codegen/box/fir/notFoundClasses.kt | 2 +- .../testData/codegen/box/fullJdk/regressions/kt15112.kt | 2 +- .../testData/codegen/box/fullJdk/regressions/kt1770.kt | 2 +- .../testData/codegen/box/funInterface/inlinedSamWrapper.kt | 2 +- .../codegen/box/funInterface/kt44827_funInterface.kt | 2 +- .../kt46512_indyFunInterfaceOverCallableReference.kt | 2 +- compiler/testData/codegen/box/funInterface/nullableSam.kt | 2 +- compiler/testData/codegen/box/funInterface/partialSam.kt | 2 +- .../codegen/box/funInterface/receiverEvaluatedOnce.kt | 2 +- .../funInterface/suspendFunInterfaceConversionCodegen.kt | 2 +- .../codegen/box/functions/bigArity/callFromJava.kt | 2 +- .../codegen/box/functions/bigArity/callFunViaVararg.kt | 2 +- .../bigArity/callWithIncorrectNumberOfArguments.kt | 2 +- .../testData/codegen/box/functions/bigArity/javaLambda.kt | 2 +- .../functions/localFunctions/callInlineLocalInLambda.kt | 2 +- .../box/functions/localFunctions/definedWithinLambda.kt | 2 +- .../localFunctions/definedWithinLambdaInnerUsage1.kt | 2 +- .../localFunctions/definedWithinLambdaInnerUsage2.kt | 2 +- compiler/testData/codegen/box/ieee754/equalsNaN.kt | 2 +- .../codegen/box/ieee754/equalsNaN_properIeeeComparisons.kt | 2 +- .../testData/codegen/box/ieee754/kt48648_genericField.kt | 2 +- .../box/increment/augmentedAssignmentWithComplexRhs.kt | 2 +- compiler/testData/codegen/box/increment/memberExtOnLong.kt | 2 +- .../testData/codegen/box/increment/mutableListElement.kt | 2 +- .../testData/codegen/box/inference/builderInference.kt | 2 +- .../builderCallAsReturnTypeInLocalClass.kt | 2 +- .../builderInference/callableReferenceAndCoercionToUnit.kt | 2 +- .../builderInference/callableReferencesProperCompletion.kt | 2 +- .../box/inference/builderInference/capturedTypes.kt | 2 +- ...ngingResolveIfDontUseBuilderInferenceDisabledFeature.kt | 2 +- .../box/inference/builderInference/commonSuperType.kt | 2 +- .../builderInference/commonSuperTypeContravariant.kt | 2 +- .../inference/builderInference/commonSuperTypeCovariant.kt | 2 +- .../inference/builderInference/commonSuperTypeInvariant.kt | 2 +- .../inference/builderInference/commonSuperTypeNullable.kt | 2 +- .../builderInference/constraintsBetweenTwoStubVariables.kt | 2 +- .../cstBasedOnTwoBuilderInferenceLambda.kt | 2 +- .../inference/builderInference/inferFromExpectedType.kt | 2 +- .../codegen/box/inference/builderInference/intersect.kt | 2 +- .../codegen/box/inference/builderInference/kt41164.kt | 2 +- .../codegen/box/inference/builderInference/kt42139.kt | 2 +- .../codegen/box/inference/builderInference/kt44241.kt | 2 +- .../codegen/box/inference/builderInference/kt45083.kt | 2 +- .../codegen/box/inference/builderInference/kt47052.kt | 2 +- .../codegen/box/inference/builderInference/kt47744.kt | 2 +- .../codegen/box/inference/builderInference/kt48445.kt | 2 +- .../codegen/box/inference/builderInference/kt48633.kt | 2 +- .../codegen/box/inference/builderInference/kt49285.kt | 2 +- .../codegen/box/inference/builderInference/labaledCall.kt | 2 +- .../lackOfNullCheckOnNullableInsideBuild.kt | 2 +- .../codegen/box/inference/builderInference/memberScope.kt | 2 +- .../codegen/box/inference/builderInference/nullability.kt | 2 +- .../propagateInferenceSessionIntoDeclarationAnalyzers.kt | 2 +- .../builderInference/specialCallsWithCallableReferences.kt | 2 +- ...specialCallsWithCallableReferencesDontRewriteAtSlice.kt | 2 +- .../specialCallsWithCallableReferencesErrorType.kt | 2 +- ...alCallsWithCallableReferencesNonStrictOnlyInputTypes.kt | 2 +- .../inference/builderInference/specialCallsWithLambdas.kt | 2 +- .../inference/builderInference/substituteStubTypeIntoCR.kt | 2 +- .../substituteStubTypeIntolambdaParameterDescriptor.kt | 2 +- .../substituteTypeVariableIntolambdaParameterDescriptor.kt | 2 +- .../substitutelambdaExtensionReceiverType.kt | 2 +- ...topDownCompletionBreakedByNonBuilderInferenceSession.kt | 2 +- .../topDownCompletionWithThreeBuilderInferenceCalls.kt | 2 +- ...ownCompletionWithThreeBuilderInferenceCallsSameLevel.kt | 2 +- .../topDownCompletionWithTwoBuilderInferenceCalls.kt | 2 +- .../box/inference/builderInference/withExpectedType.kt | 2 +- .../box/inference/builderInference/withoutAnnotation.kt | 2 +- .../box/inference/builderInferenceLeakingVariable.kt | 2 +- .../codegen/box/inference/capturedStarProjection.kt | 2 +- .../box/inference/integerLiteralTypeInLamdaReturnType.kt | 2 +- compiler/testData/codegen/box/inference/kt26345.kt | 2 +- compiler/testData/codegen/box/inference/kt32429.kt | 2 +- compiler/testData/codegen/box/inference/kt35684.kt | 2 +- compiler/testData/codegen/box/inference/kt36446.kt | 2 +- compiler/testData/codegen/box/inference/kt39824.kt | 2 +- .../box/inference/lambdasWithExtensionFunctionType.kt | 2 +- .../lastExpressionOfLambdaWithNothingConstraint.kt | 2 +- .../codegen/box/inference/mapCollectChainWithNullResult.kt | 2 +- .../codegen/box/inference/plusAssignInsideLambda.kt | 2 +- .../box/inference/specialCallsWithCallableReferences.kt | 2 +- compiler/testData/codegen/box/inference/sumOfOverloads.kt | 2 +- .../inference/suspendExtensionRecevierFromConstraint.kt | 2 +- .../box/inference/violatingUpperBoundForSelfType.kt | 2 +- .../codegen/box/inlineArgsInPlace/arrayDequeRemoveAll.kt | 2 +- .../box/inlineArgsInPlace/breakInArgumentExpression.kt | 2 +- .../box/inlineArgsInPlace/continueInArgumentExpression.kt | 2 +- .../box/inlineArgsInPlace/inlineCircularDedepency.kt | 2 +- .../codegen/box/inlineArgsInPlace/kotlinReflect.kt | 2 +- compiler/testData/codegen/box/inlineArgsInPlace/kt49370.kt | 2 +- compiler/testData/codegen/box/inlineArgsInPlace/kt49407.kt | 2 +- compiler/testData/codegen/box/inlineArgsInPlace/mapSet.kt | 2 +- .../box/inlineArgsInPlace/mutableCollectionPlusAssign.kt | 2 +- .../codegen/box/inlineArgsInPlace/noinlineParameter.kt | 2 +- .../box/inlineArgsInPlace/suspensionPointInsideArgument.kt | 2 +- .../codegen/box/inlineClasses/UIntArraySortExample.kt | 2 +- .../testData/codegen/box/inlineClasses/UIntSafeAsInt.kt | 2 +- .../box/inlineClasses/annotatedMemberExtensionProperty.kt | 2 +- .../testData/codegen/box/inlineClasses/anySuperCall.kt | 2 +- .../boundCallableReferencePassedToInlineFunction.kt | 2 +- .../boxImplDoesNotExecuteInSecondaryConstructor.kt | 2 +- .../box/inlineClasses/boxImplDoesNotExecuteInitBlock.kt | 2 +- .../box/inlineClasses/boxNullableForFakeOverride.kt | 2 +- ...xNullableValueOfInlineClassWithNonNullUnderlyingType.kt | 2 +- ...ullableValueOfInlineClassWithPrimitiveUnderlyingType.kt | 2 +- .../inlineClasses/boxResultInlineClassOfConstructorCall.kt | 2 +- .../box/inlineClasses/boxReturnValueInLambda/boxAny.kt | 2 +- .../boxReturnValueInLambda/boxFunLiteralAny.kt | 2 +- .../box/inlineClasses/boxReturnValueInLambda/boxInt.kt | 2 +- .../inlineClasses/boxReturnValueInLambda/boxNullableAny.kt | 2 +- .../boxReturnValueInLambda/boxNullableAnyNull.kt | 2 +- .../inlineClasses/boxReturnValueInLambda/boxNullableInt.kt | 2 +- .../boxReturnValueInLambda/boxNullableIntNull.kt | 2 +- .../boxReturnValueInLambda/boxNullableString.kt | 2 +- .../boxReturnValueInLambda/boxNullableStringNull.kt | 2 +- .../box/inlineClasses/boxReturnValueInLambda/boxString.kt | 2 +- .../box/inlineClasses/boxReturnValueInLambda/kt27586_1.kt | 2 +- .../box/inlineClasses/boxReturnValueInLambda/kt27586_2.kt | 2 +- .../boxReturnValueInDefaultMethod.kt | 2 +- .../covariantOverrideChainErasedToAny.kt | 2 +- .../covariantOverrideChainErasedToNullableAny.kt | 2 +- .../covariantOverrideErasedToAny.kt | 2 +- .../covariantOverrideErasedToInterface.kt | 2 +- .../covariantOverrideErasedToPrimitive.kt | 2 +- .../covariantOverrideListVsMutableList.kt | 2 +- .../covariantOverrideUnrelatedInterfaces.kt | 2 +- .../boxReturnValueOnOverride/genericOverride.kt | 2 +- .../boxReturnValueOnOverride/genericOverrideSpecialized.kt | 2 +- .../inlineClassInOverriddenReturnTypes.kt | 2 +- .../box/inlineClasses/boxReturnValueOnOverride/kt28483.kt | 2 +- .../box/inlineClasses/boxReturnValueOnOverride/kt31585.kt | 2 +- .../box/inlineClasses/boxReturnValueOnOverride/kt35234.kt | 2 +- .../box/inlineClasses/boxReturnValueOnOverride/kt35234a.kt | 2 +- .../overrideGenericWithInlineClass.kt | 2 +- ...nericWithNullableInlineClassUpperBoundWithNonNullAny.kt | 2 +- ...hNullableInlineClassUpperBoundWithNonNullNullableAny.kt | 2 +- ...lableInlineClassUpperBoundWithNonNullNullableAnyNull.kt | 2 +- .../overrideNullableInlineClassWithNonNullAny.kt | 2 +- .../overrideNullableInlineClassWithNonNullNullableAny.kt | 2 +- ...verrideNullableInlineClassWithNonNullNullableAnyNull.kt | 2 +- .../boxReturnValueOnOverride/relatedReturnTypes1a.kt | 2 +- .../boxReturnValueOnOverride/relatedReturnTypes1b.kt | 2 +- .../boxReturnValueOnOverride/relatedReturnTypes2a.kt | 2 +- .../boxReturnValueOnOverride/relatedReturnTypes2b.kt | 2 +- .../uncastInlineClassToAnyAndBack.kt | 2 +- .../boxReturnValueOnOverride/unrelatedGenerics.kt | 2 +- .../boxUnboxInlineClassesWithOperatorsGetSet.kt | 2 +- .../inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt | 2 +- .../inlineClasses/bridgeForFunctionReturningInlineClass.kt | 2 +- .../bridgeGenerationWithInlineClassOverAny.kt | 2 +- .../bridgesWhenInlineClassImplementsGenericInterface.kt | 2 +- .../callComputablePropertyInsideInlineClass.kt | 2 +- .../inlineClasses/callSpecializedEqualsViaReflection.kt | 2 +- .../callSpeciallyOverriddenPropertyOfInlineClass.kt | 2 +- .../callableReferences/boundInlineClassExtensionFun.kt | 2 +- .../callableReferences/boundInlineClassExtensionVal.kt | 2 +- .../callableReferences/boundInlineClassMemberFun.kt | 2 +- .../callableReferences/boundInlineClassMemberVal.kt | 2 +- .../callableReferences/boundInlineClassPrimaryVal.kt | 2 +- .../constructorWithInlineClassParameters.kt | 2 +- .../callableReferences/equalsHashCodeToString.kt | 2 +- .../callableReferences/funWithInlineClassParameters.kt | 2 +- .../callableReferences/inlineClassExtensionFun.kt | 2 +- .../callableReferences/inlineClassExtensionVal.kt | 2 +- .../callableReferences/inlineClassInternalPrimaryVal.kt | 2 +- .../callableReferences/inlineClassMemberFun.kt | 2 +- .../callableReferences/inlineClassMemberVal.kt | 2 +- .../callableReferences/inlineClassPrimaryConstructor.kt | 2 +- .../callableReferences/inlineClassPrimaryVal.kt | 2 +- .../callableReferences/inlineClassPrivatePrimaryVal.kt | 2 +- .../callableReferences/inlineClassTypeBoundMemberVar.kt | 2 +- .../callableReferences/inlineClassTypeMemberVar.kt | 2 +- .../callableReferences/inlineClassTypeTopLevelVar.kt | 2 +- .../box/inlineClasses/callableReferences/kt37986.kt | 2 +- .../box/inlineClasses/callableReferences/let/any.kt | 2 +- .../box/inlineClasses/callableReferences/let/anyN.kt | 2 +- .../box/inlineClasses/callableReferences/let/int.kt | 2 +- .../box/inlineClasses/callableReferences/let/intN.kt | 2 +- .../box/inlineClasses/callableReferences/let/null.kt | 2 +- .../box/inlineClasses/callableReferences/let/result.kt | 2 +- .../box/inlineClasses/callableReferences/let/string.kt | 2 +- .../box/inlineClasses/callableReferences/let/stringN.kt | 2 +- .../inlineClasses/callableReferencesWithInlineClasses.kt | 2 +- .../codegen/box/inlineClasses/castInsideWhenExpression.kt | 2 +- .../checkBoxUnboxOfArgumentsOnInlinedFunctions.kt | 2 +- .../box/inlineClasses/checkBoxingAfterAssertionOperator.kt | 2 +- .../inlineClasses/checkBoxingForComplexClassHierarchy.kt | 2 +- .../checkBoxingForNonLocalAndLabeledReturns.kt | 2 +- .../checkBoxingFromReturnTypeForInlineClasses.kt | 2 +- .../box/inlineClasses/checkBoxingOnFunctionCalls.kt | 2 +- .../inlineClasses/checkBoxingOnLocalVariableAssignments.kt | 2 +- ...ckBoxingUnboxingForInheritedTypeSpecializedFunctions.kt | 2 +- .../inlineClasses/checkCallingMembersInsideInlineClass.kt | 2 +- .../codegen/box/inlineClasses/checkCastToInlineClass.kt | 2 +- .../box/inlineClasses/checkForInstanceOfInlineClass.kt | 2 +- .../checkLambdaWithInlineClassesInFunctionalType.kt | 2 +- .../inlineClasses/checkUnboxingResultFromTypeVariable.kt | 2 +- .../codegen/box/inlineClasses/classInInlineClassInit.kt | 2 +- .../codegen/box/inlineClasses/classLiteralOnInlineClass.kt | 2 +- .../inlineClasses/computablePropertyInsideInlineClass.kt | 2 +- .../conformToComparableAndCallInterfaceMethod.kt | 2 +- .../box/inlineClasses/constructorCallableReference.kt | 2 +- .../codegen/box/inlineClasses/constructorImplVisibility.kt | 2 +- .../accessPrivateInlineClassCompanionMethod.kt | 2 +- .../accessPrivateInlineClassCompanionMethod2.kt | 2 +- .../accessPrivateInlineClassConstructorFromCompanion.kt | 2 +- .../accessPrivateInlineClassConstructorFromLambda.kt | 2 +- .../accessPrivateInlineClassMethodFromCompanion.kt | 2 +- .../accessPrivateInlineClassMethodFromCompanion2.kt | 2 +- .../accessPrivateInlineClassMethodFromInlineLambda.kt | 2 +- .../accessPrivateInlineClassMethodFromInlineLambda2.kt | 2 +- .../accessPrivateInlineClassMethodFromLambda.kt | 2 +- .../accessPrivateInlineClassMethodFromLambda2.kt | 2 +- .../accessPrivateStaticInlineClassCompanionMethod.kt | 2 +- .../captureInlineClassInstanceInLambda.kt | 2 +- .../captureInlineClassInstanceInLambda2.kt | 2 +- .../captureInlineClassInstanceInObject.kt | 2 +- .../contextsAndAccessors/inlineLambdaInInlineClassFun.kt | 2 +- .../box/inlineClasses/contextsAndAccessors/kt26858.kt | 2 +- .../box/inlineClasses/contextsAndAccessors/kt27513.kt | 2 +- .../box/inlineClasses/contextsAndAccessors/kt30780.kt | 2 +- .../contextsAndAccessors/lambdaInInlineClassFun.kt | 2 +- .../contextsAndAccessors/objectInInlineClassFun.kt | 2 +- .../contextsAndAccessors/toPrivateCompanionFun.kt | 2 +- .../contextsAndAccessors/toPrivateCompanionVal.kt | 2 +- .../box/inlineClasses/correctBoxingForBranchExpressions.kt | 2 +- .../inlineClasses/createInlineClassInArgumentPosition.kt | 2 +- .../inlineClasses/crossinlineWithInlineClassInParameter.kt | 2 +- .../testData/codegen/box/inlineClasses/customIterator.kt | 2 +- .../inlineClasses/defaultFunctionsFromAnyForInlineClass.kt | 2 +- .../inlineClasses/defaultInterfaceMethodsInInlineClass.kt | 2 +- .../defaultConstructorParameterValuesOfInlineClassType.kt | 2 +- .../defaultInterfaceFunParameterValuesOfInlineClassType.kt | 2 +- .../defaultParameterValuesOfInlineClassType.kt | 2 +- .../defaultParameterValuesOfInlineClassTypeBoxing.kt | 2 +- .../defaultValueOfInlineClassTypeInInlineFun.kt | 2 +- ...efaultValueOfInlineClassTypeInInlineFunInInlineClass.kt | 2 +- .../inlineClasses/defaultParameterValues/inlineClassFun.kt | 2 +- .../inlineClassPrimaryConstructor.kt | 2 +- .../inlineClassPrimaryConstructorWithInlineClassValue.kt | 2 +- .../inlineClassSecondaryConstructor.kt | 2 +- .../box/inlineClasses/defaultParameterValues/kt26554.kt | 2 +- .../box/inlineClasses/defaultParameterValues/kt27416.kt | 2 +- .../all-compatibility.kt | 2 +- .../overrideFunctionWithDefaultParameter/all.kt | 2 +- .../overrideFunctionWithDefaultParameter/compatibility.kt | 2 +- .../overrideFunctionWithDefaultParameter/default.kt | 2 +- .../box/inlineClasses/defaultWithInlineClassArgument.kt | 2 +- .../inlineClasses/elvisWithInlineClassAndNullConstant.kt | 2 +- .../box/inlineClasses/emptyConstructorForInlineClass.kt | 2 +- .../box/inlineClasses/equalityChecksInlineClassNonNull.kt | 2 +- .../box/inlineClasses/equalityChecksMixedNullability.kt | 2 +- .../equalityChecksNegatedInlineClassNonNull.kt | 2 +- .../box/inlineClasses/equalityChecksNegatedNonNull.kt | 2 +- .../box/inlineClasses/equalityChecksNegatedNullable.kt | 2 +- .../box/inlineClasses/equalityChecksNegatedPrimitive.kt | 2 +- .../codegen/box/inlineClasses/equalityChecksNonNull.kt | 2 +- .../codegen/box/inlineClasses/equalityChecksNullable.kt | 2 +- .../codegen/box/inlineClasses/equalityChecksPrimitive.kt | 2 +- .../equalityForBoxesOfNullableValuesOfInlineClass.kt | 2 +- .../codegen/box/inlineClasses/equalsCallsLeftArgument.kt | 2 +- .../box/inlineClasses/equalsEvaluationOrderInlineClass.kt | 2 +- .../box/inlineClasses/equalsEvaluationOrderNonNull.kt | 2 +- .../box/inlineClasses/equalsEvaluationOrderNullable.kt | 2 +- .../box/inlineClasses/equalsEvaluationOrderPrimitive.kt | 2 +- .../box/inlineClasses/equalsOperatorWithGenericCall.kt | 2 +- .../codegen/box/inlineClasses/extLambdaInInlineClassFun.kt | 2 +- .../box/inlineClasses/extLambdaInInlineClassFun2.kt | 2 +- .../testData/codegen/box/inlineClasses/fieldNameClash.kt | 2 +- .../codegen/box/inlineClasses/funInterface/argumentIC.kt | 2 +- .../box/inlineClasses/funInterface/argumentResult.kt | 2 +- .../codegen/box/inlineClasses/funInterface/javaSam.kt | 2 +- .../box/inlineClasses/funInterface/javaSamReturnResult.kt | 2 +- .../box/inlineClasses/funInterface/mangledSamWrappers.kt | 2 +- .../codegen/box/inlineClasses/funInterface/returnIC.kt | 2 +- .../codegen/box/inlineClasses/funInterface/returnResult.kt | 2 +- .../codegen/box/inlineClasses/functionExpression.kt | 2 +- .../anonymousObjectInFunctionWithMangledName.kt | 2 +- .../functionNameMangling/extensionFunctionsDoNotClash.kt | 2 +- .../functionsWithDifferentNullabilityDoNotClash.kt | 2 +- .../functionNameMangling/genericFunctionsDoNotClash.kt | 2 +- .../genericSignatureOfFunctionWithMangledName.kt | 2 +- .../localClassInFunctionWithMangledName.kt | 2 +- .../mangledFunctionsCanBeOverridden.kt | 2 +- .../functionNameMangling/mangledFunctionsDoNotClash.kt | 2 +- .../mangledFunctionsPresentInStackTrace.kt | 2 +- .../mixedSignatureFunctionsDoNotClash.kt | 2 +- .../functionNameMangling/overridingMethodInGenericClass.kt | 2 +- .../overridingMethodInGenericClass2.kt | 2 +- .../propertySetterWithInlineClassTypeArgument.kt | 2 +- .../reflectionForFunctionWithMangledName.kt | 2 +- .../reflectionForPropertyOfInlineClassType.kt | 2 +- .../syntheticAccessorForFunctionWithMangledName.kt | 2 +- .../syntheticAccessorsForPropertyOfInlineClassType.kt | 2 +- .../box/inlineClasses/genericInlineClassSynthMembers.kt | 2 +- .../box/inlineClasses/genericVararg2ndConstructor.kt | 2 +- .../constructorReferencedFromOtherFile1.kt | 2 +- .../constructorReferencedFromOtherFile2.kt | 2 +- .../hiddenConstructor/constructorWithDefaultParameters.kt | 2 +- .../hiddenConstructor/delegatingSuperConstructorCall.kt | 2 +- ...delegatingSuperConstructorCallInSecondaryConstructor.kt | 2 +- .../hiddenConstructor/delegatingThisConstructorCall.kt | 2 +- .../hiddenConstructor/enumClassConstructor.kt | 2 +- .../hiddenConstructor/innerClassConstructor.kt | 2 +- .../codegen/box/inlineClasses/hiddenConstructor/kt28855.kt | 2 +- .../inlineClasses/hiddenConstructor/primaryConstructor.kt | 2 +- .../inlineClasses/hiddenConstructor/privateConstructor.kt | 2 +- .../hiddenConstructor/sealedClassConstructor.kt | 2 +- .../hiddenConstructor/secondaryConstructor.kt | 2 +- compiler/testData/codegen/box/inlineClasses/initBlock.kt | 2 +- .../inlineClasses/inlineClassAsLastExpressionInInLambda.kt | 2 +- .../inlineClassCollection/inlineCollectionOfInlineClass.kt | 2 +- .../inlineClassCollection/inlineListOfInlineClass.kt | 2 +- .../inlineClassCollection/inlineMapOfInlineClass.kt | 2 +- ...ClassEqualityShouldUseTotalOrderForFloatingPointData.kt | 2 +- .../codegen/box/inlineClasses/inlineClassFieldHandling.kt | 2 +- .../codegen/box/inlineClasses/inlineClassFunctionInvoke.kt | 2 +- .../box/inlineClasses/inlineClassImplementsCollection.kt | 2 +- .../codegen/box/inlineClasses/inlineClassInInitBlock.kt | 2 +- .../box/inlineClasses/inlineClassInStringTemplate.kt | 2 +- .../inlineClasses/inlineClassPropertyReferenceGetAndSet.kt | 2 +- .../inlineClassValueCapturedInInlineLambda.kt | 2 +- .../inlineClassValueCapturedInNonInlineLambda.kt | 2 +- .../box/inlineClasses/inlineClassValuesInsideStrings.kt | 2 +- .../box/inlineClasses/inlineClassWithCustomEquals.kt | 2 +- .../inlineClassWithDefaultFunctionsFromAny.kt | 2 +- .../inlineClasses/inlineClassesAsInlineFunParameters.kt | 2 +- .../codegen/box/inlineClasses/inlineClassesCheckCast.kt | 2 +- .../inlineClasses/inlineClassesInInlineLambdaParameters.kt | 2 +- .../inlineClassesRefTypesInInlineLambdaParameters.kt | 2 +- .../box/inlineClasses/inlineExtLambdaInInlineClassFun.kt | 2 +- .../box/inlineClasses/inlineExtLambdaInInlineClassFun2.kt | 2 +- .../box/inlineClasses/inlineFunctionInsideInlineClass.kt | 2 +- .../codegen/box/inlineClasses/inlineInCompanion.kt | 2 +- .../testData/codegen/box/inlineClasses/inlineToString.kt | 2 +- .../interfaceImplementationByDelegation.kt | 2 +- .../box/inlineClasses/interfaceDelegation/kt38337.kt | 2 +- .../memberExtValDelegationWithInlineClassParameterTypes.kt | 2 +- .../memberExtVarDelegationWithInlineClassParameterTypes.kt | 2 +- .../memberFunDelegatedToInlineClassInt.kt | 2 +- .../memberFunDelegatedToInlineClassLong.kt | 2 +- ...DelegationToInlineClassWithInlineClassParameterTypes.kt | 2 +- .../memberFunDelegationWithInlineClassParameterTypes.kt | 2 +- .../complexGenericMethodWithInlineClassOverride.kt | 2 +- .../complexGenericMethodWithInlineClassOverride2.kt | 2 +- .../complexGenericMethodWithInlineClassOverride3.kt | 2 +- .../defaultInterfaceExtensionFunCall.kt | 2 +- .../interfaceMethodCalls/defaultInterfaceMethodCall.kt | 2 +- .../genericDefaultInterfaceExtensionFunCall.kt | 2 +- .../genericDefaultInterfaceMethodCall.kt | 2 +- .../interfaceMethodCalls/genericInterfaceMethodCall.kt | 2 +- .../genericMethodWithInlineClassOverride.kt | 2 +- .../interfaceMethodCalls/interfaceSuperCall.kt | 2 +- .../overriddenDefaultInterfaceMethodCall.kt | 2 +- .../inlineClasses/iterateOverArrayOfInlineClassValues.kt | 2 +- .../inlineClasses/iterateOverListOfInlineClassValues.kt | 2 +- .../box/inlineClasses/javaClassIntrinsicOnInlineClasses.kt | 2 +- .../box/inlineClasses/javaInterop/inlineClasInSignature.kt | 2 +- .../javaInterop/inlineClasInSignatureNonNull.kt | 2 +- .../javaInterop/inlineClasInSignatureNullable.kt | 2 +- .../codegen/box/inlineClasses/javaPrimitiveTypeIC.kt | 2 +- .../jvm8DefaultInterfaceMethods/javaDefaultMethod.kt | 2 +- .../javaDefaultMethodOverriddenByKotlin.kt | 2 +- .../jvm8DefaultInterfaceMethods/jvmDefaultAll.kt | 2 +- .../jvmDefaultAllPrimaryProperty.kt | 2 +- .../jvm8DefaultInterfaceMethods/jvmDefaultAllProperty.kt | 2 +- .../jvm8DefaultInterfaceMethods/jvmDefaultEnable.kt | 2 +- .../jvmDefaultEnablePrimaryProperty.kt | 2 +- .../jvmDefaultEnableProperty.kt | 2 +- .../jvm8DefaultInterfaceMethods/jvmDefaultGeneric.kt | 2 +- .../jvm8DefaultInterfaceMethods/jvmDefaultSafeCall.kt | 2 +- .../jvm8DefaultInterfaceMethods/jvmDefaultSmartCast.kt | 2 +- .../jvm8DefaultInterfaceMethods/jvmDefaultSuspend.kt | 2 +- .../box/inlineClasses/jvmFieldInInlineClassCompanion.kt | 2 +- ...OverloadsOnTopLevelFunctionReturningInlineClassValue.kt | 2 +- .../inlineClasses/jvmStaticFunInInlineClassCompanion.kt | 2 +- .../jvmStaticPropertyAccessorInInlineClassCompanion.kt | 2 +- .../inlineClasses/jvmStaticVarInInlineClassCompanion.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt25246.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt25750.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt25771.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt26103.kt | 2 +- .../inlineClasses/kt26103_contravariantUnderlyingType.kt | 2 +- .../box/inlineClasses/kt26103_covariantUnderlyingType.kt | 2 +- .../testData/codegen/box/inlineClasses/kt26103_original.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt27096.kt | 2 +- .../testData/codegen/box/inlineClasses/kt27096_enum.kt | 2 +- .../codegen/box/inlineClasses/kt27096_functional.kt | 2 +- .../codegen/box/inlineClasses/kt27096_innerClass.kt | 2 +- .../codegen/box/inlineClasses/kt27096_nullablePrimitive.kt | 2 +- .../codegen/box/inlineClasses/kt27096_nullableReference.kt | 2 +- .../codegen/box/inlineClasses/kt27096_primitive.kt | 2 +- .../codegen/box/inlineClasses/kt27096_reference.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt27113.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt27113a.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt27132.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt27140.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt27705.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt27706.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt28405.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt28585.kt | 2 +- .../codegen/box/inlineClasses/kt28920_javaObjectType.kt | 2 +- .../codegen/box/inlineClasses/kt28920_javaPrimitiveType.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt32793.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt33119.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt34268.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt34902.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt37998.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt38680.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt38680a.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt38680b.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt44141.kt | 2 +- .../codegen/box/inlineClasses/kt44701_jvmOverloads.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt44867.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt44978.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt45084.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt45991.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt46554.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt47609.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt47762.kt | 2 +- compiler/testData/codegen/box/inlineClasses/kt48993.kt | 2 +- .../box/inlineClasses/mangledDefaultParameterFunction.kt | 2 +- .../codegen/box/inlineClasses/mangledSuperCalls.kt | 2 +- .../mapInlineClassesWithSuppressWildcardsMode.kt | 2 +- .../inlineClasses/mappingOfBoxedFlexibleInlineClassType.kt | 2 +- .../testData/codegen/box/inlineClasses/multifileClass.kt | 2 +- .../codegen/box/inlineClasses/nestedInlineClass.kt | 2 +- .../noAssertionsOnInlineClassBasedOnNullableType.kt | 2 +- .../codegen/box/inlineClasses/noReturnTypeMangling.kt | 2 +- .../box/inlineClasses/noReturnTypeManglingJvmName.kt | 2 +- .../codegen/box/inlineClasses/nullableEqeqNonNull.kt | 2 +- .../codegen/box/inlineClasses/nullableWrapperEquality.kt | 2 +- .../box/inlineClasses/overridingFunCallingPrivateFun.kt | 2 +- .../codegen/box/inlineClasses/passInlineClassAsVararg.kt | 2 +- .../passInlineClassWithSpreadOperatorToVarargs.kt | 2 +- .../privateConstructorFunInterfaceMultiModule.kt | 2 +- .../captureLocalVarDelegatedToInlineClass.kt | 2 +- .../propertyDelegation/delegateClassVarToInlineClass.kt | 2 +- .../delegateClassVarToInlineClassWithProvideDelegate.kt | 2 +- .../delegateCompanionVarToInlineClass.kt | 2 +- .../delegateJvmStaticCompanionVarToInlineClass.kt | 2 +- .../propertyDelegation/delegateLocalVarToInlineClass.kt | 2 +- .../propertyDelegation/delegateObjectVarToInlineClass.kt | 2 +- .../delegatePrivateCompanionVarToInlineClass.kt | 2 +- .../propertyDelegation/delegateTopLevelVarToInlineClass.kt | 2 +- .../delegatedPropertyOfInlineClassType.kt | 2 +- .../box/inlineClasses/propertyDelegation/kt27070.kt | 2 +- .../box/inlineClasses/propertyDelegation/kt42933.kt | 2 +- .../codegen/box/inlineClasses/propertyLoweringOrder.kt | 2 +- .../referToPropertyInCompanionObjectOfInlineClass.kt | 2 +- .../referToUnderlyingPropertyInsideInlineClass.kt | 2 +- .../referToUnderlyingPropertyOfInlineClass.kt | 2 +- .../removeInInlineCollectionOfInlineClassAsInt.kt | 2 +- compiler/testData/codegen/box/inlineClasses/result.kt | 2 +- .../codegen/box/inlineClasses/result/directCall1.kt | 2 +- .../codegen/box/inlineClasses/result/directCall2.kt | 2 +- .../codegen/box/inlineClasses/result/doubleOverride.kt | 2 +- .../codegen/box/inlineClasses/result/extensionOverride.kt | 2 +- .../box/inlineClasses/result/inlineMethodOnResult.kt | 2 +- .../inlineClasses/result/lambdaTakesResultThroughBridge.kt | 2 +- .../testData/codegen/box/inlineClasses/resultInlining.kt | 2 +- .../codegen/box/inlineClasses/resultRunCatchingOrElse.kt | 2 +- .../codegen/box/inlineClasses/returnResult/class.kt | 2 +- .../box/inlineClasses/returnResult/classAnyOverride.kt | 2 +- .../box/inlineClasses/returnResult/classGenericOverride.kt | 2 +- .../box/inlineClasses/returnResult/classResultOverride.kt | 2 +- .../codegen/box/inlineClasses/returnResult/interface.kt | 2 +- .../codegen/box/inlineClasses/returnResult/topLevel.kt | 2 +- .../safeAsOfTypeParameterWithInlineClassBound.kt | 2 +- .../codegen/box/inlineClasses/samWrapperDifferentModule.kt | 2 +- .../box/inlineClasses/secondaryConstructorWithVararg.kt | 2 +- .../secondaryConstructorsInsideInlineClass.kt | 2 +- ...onstructorsInsideInlineClassWithPrimitiveCarrierType.kt | 2 +- .../box/inlineClasses/simpleSecondaryConstructor.kt | 2 +- .../box/inlineClasses/smartCastOnThisOfInlineClassType.kt | 2 +- compiler/testData/codegen/box/inlineClasses/stringPlus.kt | 2 +- .../codegen/box/inlineClasses/toStringCallingPrivateFun.kt | 2 +- .../codegen/box/inlineClasses/toStringOfUnboxedNullable.kt | 2 +- .../box/inlineClasses/typeChecksForInlineClasses.kt | 2 +- .../unboxGenericParameter/funInterface/any.kt | 2 +- .../unboxGenericParameter/funInterface/anyN.kt | 2 +- .../unboxGenericParameter/funInterface/iface.kt | 2 +- .../unboxGenericParameter/funInterface/ifaceChild.kt | 2 +- .../unboxGenericParameter/funInterface/nullableResult.kt | 2 +- .../unboxGenericParameter/funInterface/primitive.kt | 2 +- .../unboxGenericParameter/funInterface/result.kt | 2 +- .../unboxGenericParameter/funInterface/resultAny.kt | 2 +- .../unboxGenericParameter/funInterface/string.kt | 2 +- .../box/inlineClasses/unboxGenericParameter/lambda/any.kt | 2 +- .../box/inlineClasses/unboxGenericParameter/lambda/anyN.kt | 2 +- .../inlineClasses/unboxGenericParameter/lambda/iface.kt | 2 +- .../unboxGenericParameter/lambda/ifaceChild.kt | 2 +- .../unboxGenericParameter/lambda/nullableResult.kt | 2 +- .../unboxGenericParameter/lambda/primitive.kt | 2 +- .../inlineClasses/unboxGenericParameter/lambda/result.kt | 2 +- .../unboxGenericParameter/lambda/resultAny.kt | 2 +- .../inlineClasses/unboxGenericParameter/lambda/string.kt | 2 +- .../unboxGenericParameter/objectLiteral/any.kt | 2 +- .../unboxGenericParameter/objectLiteral/anyN.kt | 2 +- .../unboxGenericParameter/objectLiteral/iface.kt | 2 +- .../unboxGenericParameter/objectLiteral/ifaceChild.kt | 2 +- .../unboxGenericParameter/objectLiteral/nullableResult.kt | 2 +- .../unboxGenericParameter/objectLiteral/primitive.kt | 2 +- .../unboxGenericParameter/objectLiteral/result.kt | 2 +- .../unboxGenericParameter/objectLiteral/resultAny.kt | 2 +- .../unboxGenericParameter/objectLiteral/string.kt | 2 +- ...xNullableValueOfInlineClassWithNonNullUnderlyingType.kt | 2 +- ...ullableValueOfInlineClassWithPrimitiveUnderlyingType.kt | 2 +- .../unboxParameterOfSuspendLambdaBeforeInvoke.kt | 2 +- .../unboxReceiverOnCallingMethodFromInlineClass.kt | 2 +- ...unboxResultParameterWhenCapturingToCrossinlineLambda.kt | 2 +- .../box/inlineClasses/unboxValueFromPlatformType.kt | 2 +- .../inlineClasses/unboxValueOfAnyBeforeMethodInvocation.kt | 2 +- .../inlineClasses/useInlineClassesInsideElvisOperator.kt | 2 +- .../inlineClasses/useInlineFunctionInsideInlineClass.kt | 2 +- .../useOfInlineClassWithGenericMethodFromJava.kt | 2 +- .../codegen/box/inlineClasses/useThisInsideInlineClass.kt | 2 +- .../testData/codegen/box/inlineClasses/whenWithSubject.kt | 2 +- .../codegen/box/intrinsics/defaultObjectMapping.kt | 2 +- compiler/testData/codegen/box/intrinsics/javaObjectType.kt | 2 +- .../testData/codegen/box/intrinsics/javaPrimitiveType.kt | 2 +- .../box/intrinsics/javaPrimitiveType_UnitAndNothing.kt | 2 +- compiler/testData/codegen/box/intrinsics/kt10131.kt | 2 +- compiler/testData/codegen/box/intrinsics/kt10131a.kt | 2 +- compiler/testData/codegen/box/intrinsics/kt5937.kt | 2 +- .../codegen/box/intrinsics/monitorEnterMonitorExit.kt | 2 +- .../codegen/box/intrinsics/trimMarginWithBlankString.kt | 2 +- .../codegen/box/invokedynamic/lambdas/lambdaToSting.kt | 2 +- .../box/invokedynamic/lambdas/nullabilityAssertions.kt | 2 +- .../codegen/box/invokedynamic/lambdas/suspendLambda.kt | 2 +- .../invokedynamic/sam/boundFunctionReferenceEquality.kt | 2 +- .../boundRefToSuperClassMethod.kt | 2 +- .../boundRefToSuperInterfaceMethod.kt | 2 +- .../sam/functionRefToJavaInterface/highOrderFunRef.kt | 2 +- .../inlineFunWithReifiedTypeParameterRef.kt | 2 +- .../functionRefToJavaInterface/inlineHighOrderFunRef.kt | 2 +- .../sam/functionRefToJavaInterface/kt45581.kt | 2 +- .../multifileClassMemberFromStdlib.kt | 2 +- .../sam/functionRefToJavaInterface/nonTrivialReceiver.kt | 2 +- .../functionRefToJavaInterface/specialFunctions/intPlus.kt | 2 +- .../withAccessor/protectedCompanionObjectStaticMember.kt | 2 +- .../withAccessor/protectedMember.kt | 2 +- .../box/invokedynamic/sam/inlineFunWithPrivateMethod.kt | 2 +- .../testData/codegen/box/invokedynamic/sam/inlineOnly.kt | 2 +- compiler/testData/codegen/box/invokedynamic/sam/kt45779.kt | 2 +- compiler/testData/codegen/box/invokedynamic/sam/kt47510.kt | 2 +- .../codegen/box/invokedynamic/sam/reifiedTypeParameter.kt | 2 +- .../sam/specializedGenerics/mixGenericAndIntArray.kt | 2 +- .../specializedGenerics/mixGenericArrayAndArrayOfString.kt | 2 +- .../specializedWithReifiedTypeParameter.kt | 2 +- .../testData/codegen/box/invokedynamic/sam/streamApi1.kt | 2 +- .../testData/codegen/box/invokedynamic/sam/streamApi2.kt | 2 +- .../codegen/box/invokedynamic/sam/suspendFunInterface.kt | 2 +- .../invokedynamic/sam/unboundFunctionReferenceEquality.kt | 2 +- compiler/testData/codegen/box/ir/anonymousClassLeak.kt | 2 +- .../box/ir/anonymousObjectInForLoopIteratorAndBody.kt | 2 +- compiler/testData/codegen/box/ir/classInitializers.kt | 2 +- compiler/testData/codegen/box/ir/enumClass.kt | 2 +- compiler/testData/codegen/box/ir/enumClass2.kt | 2 +- compiler/testData/codegen/box/ir/enumClass3.kt | 2 +- compiler/testData/codegen/box/ir/fileClassInitializers.kt | 2 +- compiler/testData/codegen/box/ir/lambdaWithLoop.kt | 2 +- .../box/ir/serializationRegressions/anonFakeOverride.kt | 2 +- .../box/javaInterop/generics/allWildcardsOnClass.kt | 2 +- .../covariantOverrideWithDeclarationSiteProjection.kt | 2 +- compiler/testData/codegen/box/javaInterop/kt48590.kt | 2 +- .../testData/codegen/box/javaInterop/lambdaInstanceOf.kt | 2 +- ...mentWithNullabilityAssertionOnExtensionReceiver_lv12.kt | 2 +- .../box/javaInterop/notNullAssertions/functionAssertion.kt | 2 +- .../javaInterop/notNullAssertions/functionWithBigArity.kt | 2 +- .../incWithNullabilityAssertionOnExtensionReceiver.kt | 2 +- ...abilityAssertionOnExtensionReceiverInPrivateOperator.kt | 2 +- .../codegen/box/javaInterop/notNullAssertions/kt18911.kt | 2 +- .../codegen/box/javaInterop/notNullAssertions/kt24258.kt | 2 +- .../codegen/box/javaInterop/notNullAssertions/kt24258nn.kt | 2 +- .../box/javaInterop/notNullAssertions/localEntities.kt | 2 +- .../nullabilityAssertionOnExtensionReceiver.kt | 2 +- .../nullabilityAssertionOnInlineFunExtensionReceiver.kt | 2 +- .../nullabilityAssertionOnMemberExtensionReceiver.kt | 2 +- ...nullabilityAssertionOnPrivateMemberExtensionReceiver.kt | 2 +- .../codegen/box/javaInterop/samUnboundTypeParameter.kt | 2 +- compiler/testData/codegen/box/jdk/removeIf.kt | 2 +- compiler/testData/codegen/box/jdk/stream.kt | 2 +- .../codegen/box/jdk/streamBackwardCompatibility.kt | 2 +- compiler/testData/codegen/box/jdk/useStream.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/26360.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/accessor.kt | 2 +- .../codegen/box/jvm8/defaults/accessorFromCompanion.kt | 2 +- .../codegen/box/jvm8/defaults/accessorsFromDefaultImpls.kt | 2 +- .../codegen/box/jvm8/defaults/allCompatibility/accessor.kt | 2 +- .../defaults/allCompatibility/accessorFromCompanion.kt | 2 +- .../codegen/box/jvm8/defaults/allCompatibility/bridge.kt | 2 +- .../codegen/box/jvm8/defaults/allCompatibility/bridge2.kt | 2 +- .../codegen/box/jvm8/defaults/allCompatibility/bridge3.kt | 2 +- .../box/jvm8/defaults/allCompatibility/bridgeInClass.kt | 2 +- .../jvm8/defaults/allCompatibility/bridgeInInterface.kt | 2 +- .../jvm8/defaults/allCompatibility/bridgeInInterface2.kt | 2 +- .../allCompatibility/bridgeInInterfaceWithProperties.kt | 2 +- .../allCompatibility/bridgeInInterfaceWithProperties2.kt | 2 +- .../box/jvm8/defaults/allCompatibility/bridgeWithJava.kt | 2 +- .../jvm8/defaults/allCompatibility/bridgeWithProperties.kt | 2 +- .../defaults/allCompatibility/bridgeWithProperties2.kt | 2 +- .../defaults/allCompatibility/bridgeWithProperties3.kt | 2 +- .../box/jvm8/defaults/allCompatibility/callStackTrace.kt | 2 +- .../box/jvm8/defaults/allCompatibility/defaultArgs.kt | 2 +- .../allCompatibility/defaultArgsViaAnonymousObject.kt | 2 +- .../jvm8/defaults/allCompatibility/delegationBy/simple.kt | 2 +- .../allCompatibility/delegationBy/simpleProperty.kt | 2 +- .../defaults/allCompatibility/deprecatedDefaultMethod.kt | 2 +- .../box/jvm8/defaults/allCompatibility/funInterface.kt | 2 +- .../jvm8/defaults/allCompatibility/inheritedJvmDefault.kt | 2 +- .../jvm8/defaults/allCompatibility/interfaceExtension.kt | 2 +- .../codegen/box/jvm8/defaults/allCompatibility/kt14243.kt | 2 +- .../box/jvm8/defaults/allCompatibility/kt14243_2.kt | 2 +- .../codegen/box/jvm8/defaults/allCompatibility/kt42674.kt | 2 +- .../defaults/allCompatibility/localDelegatedProperties.kt | 2 +- .../defaults/allCompatibility/privateFunInInterface.kt | 2 +- .../defaults/allCompatibility/privateFunWithDefaultArg.kt | 2 +- .../defaults/allCompatibility/privateFunWithDefaultArg2.kt | 2 +- .../box/jvm8/defaults/allCompatibility/privateSuspend.kt | 2 +- .../box/jvm8/defaults/allCompatibility/simpleFunction.kt | 2 +- .../box/jvm8/defaults/allCompatibility/superCall.kt | 2 +- .../box/jvm8/defaults/allCompatibility/suspendFunction.kt | 2 +- .../testData/codegen/box/jvm8/defaults/bridgeInClass.kt | 2 +- .../codegen/box/jvm8/defaults/bridgeInInterface.kt | 2 +- .../codegen/box/jvm8/defaults/bridgeInInterface2.kt | 2 +- .../box/jvm8/defaults/bridgeInInterfaceWithProperties.kt | 2 +- .../box/jvm8/defaults/bridgeInInterfaceWithProperties2.kt | 2 +- .../testData/codegen/box/jvm8/defaults/bridgeWithJava.kt | 2 +- .../codegen/box/jvm8/defaults/builtInsInherited.kt | 2 +- .../codegen/box/jvm8/defaults/callableReference.kt | 2 +- .../codegen/box/jvm8/defaults/capturedSuperCall.kt | 2 +- .../codegen/box/jvm8/defaults/compatibility/bridge.kt | 2 +- .../codegen/box/jvm8/defaults/compatibility/bridge2.kt | 2 +- .../codegen/box/jvm8/defaults/compatibility/bridge3.kt | 2 +- .../jvm8/defaults/compatibility/bridgeWithProperties.kt | 2 +- .../jvm8/defaults/compatibility/bridgeWithProperties2.kt | 2 +- .../jvm8/defaults/compatibility/bridgeWithProperties3.kt | 2 +- .../codegen/box/jvm8/defaults/compatibility/defaultArgs.kt | 2 +- .../compatibility/defaultArgsViaAnonymousObject.kt | 2 +- .../jvm8/defaults/compatibility/deprecatedAnnotation.kt | 2 +- .../jvm8/defaults/compatibility/deprecatedDefaultMethod.kt | 2 +- .../inheritedFunctionWithDefaultParameters.kt | 2 +- .../box/jvm8/defaults/compatibility/inheritedJvmDefault.kt | 2 +- .../box/jvm8/defaults/compatibility/interfaceExtension.kt | 2 +- .../codegen/box/jvm8/defaults/compatibility/kt42674.kt | 2 +- .../box/jvm8/defaults/compatibility/simpleFunction.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/defaultArgs.kt | 2 +- .../box/jvm8/defaults/defaultArgsViaAnonymousObject.kt | 2 +- .../codegen/box/jvm8/defaults/delegationBy/simple.kt | 2 +- .../box/jvm8/defaults/delegationBy/simpleProperty.kt | 2 +- .../defaults/inheritedFunctionWithDefaultParameters.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/inline.kt | 2 +- .../testData/codegen/box/jvm8/defaults/inlineProperty.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/kt11969.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/kt14243.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/kt14243_2.kt | 2 +- .../testData/codegen/box/jvm8/defaults/kt14243_prop.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/kt40920.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/kt42674.kt | 2 +- .../codegen/box/jvm8/defaults/noDefaultImpls/accessor.kt | 2 +- .../jvm8/defaults/noDefaultImpls/accessorFromCompanion.kt | 2 +- .../codegen/box/jvm8/defaults/noDefaultImpls/bridge.kt | 2 +- .../codegen/box/jvm8/defaults/noDefaultImpls/bridge2.kt | 2 +- .../codegen/box/jvm8/defaults/noDefaultImpls/bridge3.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/bridgeInClass.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/bridgeInInterface.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/bridgeInInterface2.kt | 2 +- .../noDefaultImpls/bridgeInInterfaceWithProperties.kt | 2 +- .../noDefaultImpls/bridgeInInterfaceWithProperties2.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/bridgeWithJava.kt | 2 +- .../jvm8/defaults/noDefaultImpls/bridgeWithProperties.kt | 2 +- .../jvm8/defaults/noDefaultImpls/bridgeWithProperties2.kt | 2 +- .../jvm8/defaults/noDefaultImpls/bridgeWithProperties3.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/defaultArgs.kt | 2 +- .../noDefaultImpls/defaultArgsViaAnonymousObject.kt | 2 +- .../jvm8/defaults/noDefaultImpls/delegationBy/simple.kt | 2 +- .../defaults/noDefaultImpls/delegationBy/simpleProperty.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/funInterface.kt | 2 +- .../jvm8/defaults/noDefaultImpls/inheritedJvmDefault.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/interfaceExtension.kt | 2 +- .../codegen/box/jvm8/defaults/noDefaultImpls/kt14243.kt | 2 +- .../codegen/box/jvm8/defaults/noDefaultImpls/kt14243_2.kt | 2 +- .../codegen/box/jvm8/defaults/noDefaultImpls/kt40920.kt | 2 +- .../codegen/box/jvm8/defaults/noDefaultImpls/kt42674.kt | 2 +- .../jvm8/defaults/noDefaultImpls/privateFunInInterface.kt | 2 +- .../defaults/noDefaultImpls/privateFunWithDefaultArg.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/privateSuspend.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/simpleFunction.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/suspendFunction.kt | 2 +- .../box/jvm8/defaults/noDefaultImpls/suspendSuperCall.kt | 2 +- .../noDelegation/noDelegationToDefaultMethodInClass.kt | 2 +- .../noDelegation/noDelegationToDefaultMethodInInterface.kt | 2 +- .../noDelegationToDefaultMethodInInterface2.kt | 2 +- .../box/jvm8/defaults/nonDefaultInheritance/simple.kt | 2 +- .../box/jvm8/defaults/nonDefaultInheritance/simple2.kt | 2 +- .../jvm8/defaults/nonDefaultInheritance/specialization.kt | 2 +- .../box/jvm8/defaults/nonDefaultInheritance/superCall.kt | 2 +- .../codegen/box/jvm8/defaults/oneImplementation.kt | 2 +- .../codegen/box/jvm8/defaults/oneImplementation2.kt | 2 +- .../box/jvm8/defaults/privateDefaultFromDefaultImpl.kt | 2 +- .../codegen/box/jvm8/defaults/privateInDefaultImpls.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/simpleCall.kt | 2 +- .../testData/codegen/box/jvm8/defaults/simpleProperty.kt | 2 +- compiler/testData/codegen/box/jvm8/defaults/superCall.kt | 2 +- .../testData/codegen/box/jvm8/defaults/suspendFunction.kt | 2 +- .../testData/codegen/box/jvm8/inlineFromAnotherFile.kt | 2 +- compiler/testData/codegen/box/jvm8/inlineFromStdlib.kt | 2 +- compiler/testData/codegen/box/jvm8/javaDefaults/kt40920.kt | 2 +- .../testData/codegen/box/jvm8/javaDefaults/kt40920_java.kt | 2 +- .../codegen/box/jvm8/javaDefaults/kt40920_java2.kt | 2 +- .../testData/codegen/box/jvm8/javaDefaults/kt40920_map.kt | 2 +- compiler/testData/codegen/box/jvm8/kt11969.kt | 2 +- compiler/testData/codegen/box/jvm8/kt6301.kt | 2 +- compiler/testData/codegen/box/jvm8/kt6301_2.kt | 2 +- .../testData/codegen/box/jvmField/annotationCompanion.kt | 2 +- .../codegen/box/jvmField/annotationCompanionWithJava.kt | 2 +- .../testData/codegen/box/jvmField/captureClassFields.kt | 2 +- .../testData/codegen/box/jvmField/capturePackageFields.kt | 2 +- compiler/testData/codegen/box/jvmField/checkNoAccessors.kt | 2 +- .../codegen/box/jvmField/clashWithJavaSuperClassField.kt | 2 +- .../testData/codegen/box/jvmField/classFieldReference.kt | 2 +- compiler/testData/codegen/box/jvmField/compoundAccess.kt | 2 +- .../testData/codegen/box/jvmField/constructorProperty.kt | 2 +- compiler/testData/codegen/box/jvmField/fileOrder.kt | 2 +- .../testData/codegen/box/jvmField/fileOrderWithCopying.kt | 2 +- .../testData/codegen/box/jvmField/initializersOrder.kt | 2 +- .../testData/codegen/box/jvmField/interfaceCompanion.kt | 2 +- .../codegen/box/jvmField/interfaceCompanionWithJava.kt | 2 +- compiler/testData/codegen/box/jvmField/kt47328.kt | 2 +- .../testData/codegen/box/jvmField/kt47328_inherited.kt | 2 +- compiler/testData/codegen/box/jvmField/kt47328_super.kt | 2 +- compiler/testData/codegen/box/jvmField/kt47328_var.kt | 2 +- compiler/testData/codegen/box/jvmField/kt47739.kt | 2 +- compiler/testData/codegen/box/jvmField/kt48295.kt | 2 +- compiler/testData/codegen/box/jvmField/kt48295a.kt | 2 +- compiler/testData/codegen/box/jvmField/publicField.kt | 2 +- compiler/testData/codegen/box/jvmField/publicFieldJava.kt | 2 +- .../testData/codegen/box/jvmField/simpleMemberProperty.kt | 2 +- compiler/testData/codegen/box/jvmField/superCall.kt | 2 +- compiler/testData/codegen/box/jvmField/superCall2.kt | 2 +- .../codegen/box/jvmField/topLevelFieldReference.kt | 2 +- .../testData/codegen/box/jvmField/writeFieldReference.kt | 2 +- compiler/testData/codegen/box/jvmName/callableReference.kt | 2 +- compiler/testData/codegen/box/jvmName/clashingErasure.kt | 2 +- compiler/testData/codegen/box/jvmName/classMembers.kt | 2 +- .../codegen/box/jvmName/fileFacades/differentFiles.kt | 2 +- .../box/jvmName/fileFacades/javaAnnotationOnFileFacade.kt | 2 +- .../testData/codegen/box/jvmName/fileFacades/simple.kt | 2 +- compiler/testData/codegen/box/jvmName/functionName.kt | 2 +- .../testData/codegen/box/jvmName/functionWithDefault.kt | 2 +- compiler/testData/codegen/box/jvmName/kt23974.kt | 2 +- compiler/testData/codegen/box/jvmName/loadJvmName.kt | 2 +- compiler/testData/codegen/box/jvmName/multifileClass.kt | 2 +- .../codegen/box/jvmName/multifileClassWithLocalClass.kt | 2 +- .../codegen/box/jvmName/multifileClassWithLocalGeneric.kt | 2 +- .../codegen/box/jvmName/propertyAccessorsUseSite.kt | 2 +- compiler/testData/codegen/box/jvmName/propertyName.kt | 2 +- compiler/testData/codegen/box/jvmName/renamedFileClass.kt | 2 +- .../testData/codegen/box/jvmOverloads/companionObject.kt | 2 +- .../codegen/box/jvmOverloads/constructorWithTypeParams.kt | 2 +- .../testData/codegen/box/jvmOverloads/defaultsNotAtEnd.kt | 2 +- .../testData/codegen/box/jvmOverloads/doubleParameters.kt | 2 +- .../testData/codegen/box/jvmOverloads/extensionMethod.kt | 2 +- compiler/testData/codegen/box/jvmOverloads/generics.kt | 2 +- compiler/testData/codegen/box/jvmOverloads/innerClass.kt | 2 +- .../testData/codegen/box/jvmOverloads/manyParameters.kt | 2 +- .../testData/codegen/box/jvmOverloads/multifileClass.kt | 2 +- .../codegen/box/jvmOverloads/multipleDefaultParameters.kt | 2 +- .../codegen/box/jvmOverloads/noRedundantVarargs.kt | 2 +- .../codegen/box/jvmOverloads/nonDefaultParameter.kt | 2 +- .../codegen/box/jvmOverloads/primaryConstructor.kt | 2 +- .../box/jvmOverloads/primaryConstructorWithAllDefaults.kt | 2 +- compiler/testData/codegen/box/jvmOverloads/privateClass.kt | 2 +- .../codegen/box/jvmOverloads/secondaryConstructor.kt | 2 +- compiler/testData/codegen/box/jvmOverloads/simple.kt | 2 +- .../testData/codegen/box/jvmOverloads/simpleJavaCall.kt | 2 +- compiler/testData/codegen/box/jvmOverloads/subClass.kt | 2 +- .../testData/codegen/box/jvmOverloads/typeParameters.kt | 2 +- compiler/testData/codegen/box/jvmOverloads/varargs.kt | 2 +- .../testData/codegen/box/jvmPackageName/anonymousObject.kt | 2 +- .../anonymousObjectInInheritedMultifilePart.kt | 2 +- .../box/jvmPackageName/anonymousObjectInMultifilePart.kt | 2 +- compiler/testData/codegen/box/jvmPackageName/localClass.kt | 2 +- .../testData/codegen/box/jvmPackageName/metadataField.kt | 2 +- .../testData/codegen/box/jvmPackageName/multifileClass.kt | 2 +- .../testData/codegen/box/jvmPackageName/rootPackage.kt | 2 +- compiler/testData/codegen/box/jvmPackageName/simple.kt | 2 +- .../testData/codegen/box/jvmPackageName/withJvmName.kt | 2 +- compiler/testData/codegen/box/jvmStatic/annotations.kt | 2 +- compiler/testData/codegen/box/jvmStatic/closure.kt | 2 +- compiler/testData/codegen/box/jvmStatic/companionObject.kt | 2 +- compiler/testData/codegen/box/jvmStatic/convention.kt | 2 +- compiler/testData/codegen/box/jvmStatic/default.kt | 2 +- .../testData/codegen/box/jvmStatic/defaultCrossFile.kt | 2 +- compiler/testData/codegen/box/jvmStatic/enumCompanion.kt | 2 +- compiler/testData/codegen/box/jvmStatic/explicitObject.kt | 2 +- .../codegen/box/jvmStatic/extensionPropertyGetter.kt | 2 +- compiler/testData/codegen/box/jvmStatic/funAccess.kt | 2 +- .../testData/codegen/box/jvmStatic/functionReference.kt | 2 +- .../codegen/box/jvmStatic/importStaticMemberFromObject.kt | 2 +- compiler/testData/codegen/box/jvmStatic/inline.kt | 2 +- .../codegen/box/jvmStatic/inlinePropertyAccessors.kt | 2 +- .../testData/codegen/box/jvmStatic/interfaceCompanion.kt | 2 +- .../testData/codegen/box/jvmStatic/jvmNameForAccessor.kt | 2 +- compiler/testData/codegen/box/jvmStatic/kt21246.kt | 2 +- compiler/testData/codegen/box/jvmStatic/kt21246a.kt | 2 +- compiler/testData/codegen/box/jvmStatic/kt31389.kt | 2 +- compiler/testData/codegen/box/jvmStatic/kt35716.kt | 2 +- compiler/testData/codegen/box/jvmStatic/kt45408.kt | 2 +- compiler/testData/codegen/box/jvmStatic/kt46568.kt | 2 +- compiler/testData/codegen/box/jvmStatic/kt9897_static.kt | 2 +- compiler/testData/codegen/box/jvmStatic/object.kt | 2 +- compiler/testData/codegen/box/jvmStatic/postfixInc.kt | 2 +- compiler/testData/codegen/box/jvmStatic/prefixInc.kt | 2 +- compiler/testData/codegen/box/jvmStatic/privateMethod.kt | 2 +- compiler/testData/codegen/box/jvmStatic/privateSetter.kt | 2 +- compiler/testData/codegen/box/jvmStatic/propertyAccess.kt | 2 +- .../codegen/box/jvmStatic/propertyAccessorsCompanion.kt | 2 +- .../codegen/box/jvmStatic/propertyAccessorsObject.kt | 2 +- .../testData/codegen/box/jvmStatic/propertyAsDefault.kt | 2 +- .../box/jvmStatic/propertyGetterDelegatesToAnother.kt | 2 +- .../testData/codegen/box/jvmStatic/propertyReference.kt | 2 +- .../jvmStatic/protectedInSuperClass/defaultArguments.kt | 2 +- .../box/jvmStatic/protectedInSuperClass/simpleFunction.kt | 2 +- .../box/jvmStatic/protectedInSuperClass/simpleProperty.kt | 2 +- compiler/testData/codegen/box/jvmStatic/simple.kt | 2 +- .../testData/codegen/box/jvmStatic/syntheticAccessor.kt | 2 +- compiler/testData/codegen/box/mangling/field.kt | 2 +- compiler/testData/codegen/box/mangling/fun.kt | 2 +- compiler/testData/codegen/box/multiDecl/component.kt | 2 +- compiler/testData/codegen/box/multiDecl/kt9828_hashMap.kt | 2 +- .../callMultifileClassMemberFromOtherPackage.kt | 2 +- .../callsToMultifileClassFromOtherPackage.kt | 2 +- .../codegen/box/multifileClasses/genericProperty.kt | 2 +- .../inlineMultifileClassMemberFromOtherPackage.kt | 2 +- compiler/testData/codegen/box/multifileClasses/kt16077.kt | 2 +- .../testData/codegen/box/multifileClasses/metadataFlag.kt | 2 +- .../multifileClasses/multifileClassPartsInitialization.kt | 2 +- .../box/multifileClasses/multifileClassWith2Files.kt | 2 +- .../box/multifileClasses/multifileClassWithCrossCall.kt | 2 +- .../box/multifileClasses/multifileClassWithPrivate.kt | 2 +- .../box/multifileClasses/namesInMetadataAreSorted.kt | 2 +- .../box/multifileClasses/optimized/callInInlineLambda.kt | 2 +- .../multifileClasses/optimized/callableRefToConstVal.kt | 2 +- .../box/multifileClasses/optimized/callableRefToFun.kt | 2 +- .../optimized/callableRefToInternalConstValInline.kt | 2 +- .../optimized/callableRefToPrivateConstVal.kt | 2 +- ...llableReferencesToSameFunctionsFromDifferentPackages.kt | 2 +- ...lableReferencesToSamePropertiesFromDifferentPackages.kt | 2 +- .../codegen/box/multifileClasses/optimized/calls.kt | 2 +- .../box/multifileClasses/optimized/internalFunction.kt | 2 +- .../multifileClasses/optimized/namesInMetadataAreSorted.kt | 2 +- .../box/multifileClasses/optimized/overlappingFuns.kt | 2 +- .../codegen/box/multifileClasses/privateConstVal.kt | 2 +- .../box/multifileClasses/samePartNameDifferentFacades.kt | 2 +- .../codegen/box/multifileClasses/sealedClassHierarchy.kt | 2 +- .../box/multiplatform/defaultArguments/annotations.kt | 2 +- .../box/multiplatform/defaultArguments/constructor.kt | 2 +- .../codegen/box/multiplatform/defaultArguments/function.kt | 2 +- .../defaultArguments/functionFromOtherModule.kt | 2 +- .../defaultArguments/inheritedFromCommonClass.kt | 2 +- .../defaultArguments/inheritedFromExpectedClass.kt | 2 +- .../defaultArguments/inheritedFromExpectedMethod.kt | 2 +- .../defaultArguments/inheritedInExpectedDeclarations.kt | 2 +- .../defaultArguments/inlineFunctionWithDefaultLambda.kt | 2 +- .../box/multiplatform/defaultArguments/jvmOverloads.kt | 2 +- .../codegen/box/multiplatform/defaultArguments/kt23239.kt | 2 +- .../codegen/box/multiplatform/defaultArguments/suspend.kt | 2 +- .../box/multiplatform/defaultArguments/typeAlias.kt | 2 +- .../multiplatform/defaultArguments/withTypeParameter.kt | 2 +- .../box/multiplatform/expectClassInJvmMultifileFacade.kt | 2 +- .../codegen/box/multiplatform/noArgActualConstructor.kt | 2 +- .../codegen/box/multiplatform/optionalExpectation.kt | 2 +- .../codegen/box/multiplatform/optionalExpectationJvm.kt | 2 +- compiler/testData/codegen/box/nonLocalReturns/kt6895.kt | 2 +- compiler/testData/codegen/box/nonLocalReturns/kt9644let.kt | 2 +- compiler/testData/codegen/box/nonLocalReturns/use.kt | 2 +- .../codegen/box/nonLocalReturns/useWithException.kt | 2 +- .../box/nullCheckOptimization/exclExclThrowsKnpe_1_3.kt | 2 +- ...ntToArrayAccessToExtensionPropertyImportedFromObject.kt | 2 +- ...dAssignmentToArrayAccessToPropertyImportedFromObject.kt | 2 +- .../box/objects/interfaceCompanionObjectReference.kt | 2 +- compiler/testData/codegen/box/objects/kt32351.kt | 2 +- compiler/testData/codegen/box/objects/kt3238.kt | 2 +- compiler/testData/codegen/box/objects/kt32749.kt | 2 +- compiler/testData/codegen/box/objects/kt42758.kt | 2 +- .../box/operatorConventions/genericArrayAccessCall.kt | 2 +- .../testData/codegen/box/operatorConventions/kt14227.kt | 2 +- .../testData/codegen/box/operatorConventions/kt39880.kt | 2 +- .../testData/codegen/box/operatorConventions/kt42722.kt | 2 +- .../testData/codegen/box/operatorConventions/kt44647.kt | 2 +- .../box/operatorConventions/plusAssignWithComplexRHS.kt | 2 +- .../codegen/box/operatorConventions/plusExplicit.kt | 2 +- compiler/testData/codegen/box/optimizations/kt20844.kt | 2 +- compiler/testData/codegen/box/package/mainInFiles.kt | 2 +- .../box/package/referenceWithTheSameNameAsPackage.kt | 2 +- .../codegen/box/parametersMetadata/defaultImpls.kt | 2 +- .../testData/codegen/box/parametersMetadata/delegation.kt | 2 +- compiler/testData/codegen/box/parametersMetadata/enum.kt | 2 +- .../codegen/box/parametersMetadata/extensionFunction.kt | 2 +- .../testData/codegen/box/parametersMetadata/function.kt | 2 +- .../inlineClassMethodParameterModifiers.kt | 2 +- .../parametersMetadata/inlineClassMethodParameterNames.kt | 2 +- .../testData/codegen/box/parametersMetadata/innerClass.kt | 2 +- .../testData/codegen/box/parametersMetadata/superParams.kt | 2 +- .../codegen/box/parametersMetadata/suspendFunction.kt | 2 +- compiler/testData/codegen/box/platformTypes/kt14989.kt | 2 +- .../codegen/box/platformTypes/primitives/equalsNull.kt | 2 +- .../codegen/box/polymorphicSignature/anonymousSubclass.kt | 2 +- .../testData/codegen/box/polymorphicSignature/invoke.kt | 2 +- .../codegen/box/polymorphicSignature/invokeExact.kt | 2 +- .../codegen/box/polymorphicSignature/nullArgument.kt | 2 +- .../box/polymorphicSignature/varargOfObjects_after.kt | 2 +- .../box/polymorphicSignature/varargOfObjects_before.kt | 2 +- .../codegen/box/polymorphicSignature/voidReturnType.kt | 2 +- .../testData/codegen/box/primitiveTypes/conversions.kt | 2 +- .../box/primitiveTypes/equalityWithObject/kt42281.kt | 2 +- compiler/testData/codegen/box/primitiveTypes/kt13023.kt | 2 +- compiler/testData/codegen/box/primitiveTypes/kt16732.kt | 2 +- .../testData/codegen/box/privateConstructors/synthetic.kt | 2 +- .../box/properties/companionObjectPropertiesFromJava.kt | 2 +- .../codegen/box/properties/complexPropertyInitializer.kt | 2 +- .../testData/codegen/box/properties/const/constFlags.kt | 2 +- .../box/properties/const/constValInAnnotationDefault.kt | 2 +- .../properties/const/fpNonConstValProperlyInitialized.kt | 2 +- .../codegen/box/properties/const/interfaceCompanion.kt | 2 +- .../properties/const/nonConstValsAreProperlyInitialized.kt | 2 +- .../codegen/box/properties/genericPropertyMultiModule.kt | 2 +- compiler/testData/codegen/box/properties/kt12200.kt | 2 +- compiler/testData/codegen/box/properties/kt1398.kt | 2 +- compiler/testData/codegen/box/properties/kt1482_2279.kt | 2 +- .../isInitializedAndDeinitialize/companionObjectField.kt | 2 +- .../lateinit/isInitializedAndDeinitialize/emptyLhs.kt | 2 +- .../lateinit/isInitializedAndDeinitialize/innerSubclass.kt | 2 +- .../isInitializedAndDeinitialize/isInitializedMultiFile.kt | 2 +- .../lateinit/isInitializedAndDeinitialize/jvmStatic.kt | 2 +- .../isInitializedAndDeinitialize/nonInlineLambda.kt | 2 +- .../propertyImportedFromObject.kt | 2 +- .../lateinit/isInitializedAndDeinitialize/sideEffects.kt | 2 +- .../isInitializedAndDeinitialize/simpleIsInitialized.kt | 2 +- .../isInitializedAndDeinitialize/topLevelProperty.kt | 2 +- .../codegen/box/properties/lateinit/local/kt23260.kt | 2 +- .../lateinit/local/uninitializedCapturedMemberAccess.kt | 2 +- .../properties/lateinit/local/uninitializedCapturedRead.kt | 2 +- .../properties/lateinit/local/uninitializedMemberAccess.kt | 2 +- .../box/properties/lateinit/local/uninitializedRead.kt | 2 +- .../testData/codegen/box/properties/lateinit/localClass.kt | 2 +- .../box/properties/lateinit/topLevel/accessorException.kt | 2 +- .../lateinit/topLevel/uninitializedMemberAccess.kt | 2 +- .../box/properties/lateinit/topLevel/uninitializedRead.kt | 2 +- .../testData/codegen/box/properties/lateinit/visibility.kt | 2 +- .../codegen/box/properties/protectedJavaProperty.kt | 2 +- .../box/properties/protectedJavaPropertyInCompanion.kt | 2 +- .../box/properties/unreachableUninitializedProperty.kt | 2 +- compiler/testData/codegen/box/ranges/capturedLoopVar.kt | 2 +- .../box/ranges/contains/evaluationOrderForCollection.kt | 2 +- .../ranges/contains/evaluationOrderForComparableRange.kt | 2 +- .../box/ranges/contains/evaluationOrderForDownTo.kt | 2 +- .../ranges/contains/evaluationOrderForDownToReversed.kt | 2 +- .../ranges/contains/evaluationOrderForNullableArgument.kt | 2 +- .../box/ranges/contains/evaluationOrderForRangeLiteral.kt | 2 +- .../contains/evaluationOrderForRangeLiteralReversed.kt | 2 +- .../codegen/box/ranges/contains/evaluationOrderForUntil.kt | 2 +- .../box/ranges/contains/evaluationOrderForUntilReversed.kt | 2 +- .../codegen/box/ranges/contains/generated/arrayIndices.kt | 2 +- .../codegen/box/ranges/contains/generated/charDownTo.kt | 2 +- .../box/ranges/contains/generated/charRangeLiteral.kt | 2 +- .../box/ranges/contains/generated/charSequenceIndices.kt | 2 +- .../codegen/box/ranges/contains/generated/charUntil.kt | 2 +- .../box/ranges/contains/generated/collectionIndices.kt | 2 +- .../box/ranges/contains/generated/doubleRangeLiteral.kt | 2 +- .../box/ranges/contains/generated/floatRangeLiteral.kt | 2 +- .../codegen/box/ranges/contains/generated/intDownTo.kt | 2 +- .../box/ranges/contains/generated/intRangeLiteral.kt | 2 +- .../codegen/box/ranges/contains/generated/intUntil.kt | 2 +- .../codegen/box/ranges/contains/generated/longDownTo.kt | 2 +- .../box/ranges/contains/generated/longRangeLiteral.kt | 2 +- .../codegen/box/ranges/contains/generated/longUntil.kt | 2 +- compiler/testData/codegen/box/ranges/contains/inArray.kt | 2 +- .../testData/codegen/box/ranges/contains/inCharSequence.kt | 2 +- .../codegen/box/ranges/contains/inComparableRange.kt | 2 +- .../codegen/box/ranges/contains/inCustomObjectRange.kt | 2 +- .../inDoubleRangeLiteralVsComparableRangeLiteral.kt | 2 +- .../codegen/box/ranges/contains/inExtensionRange.kt | 2 +- .../ranges/contains/inFloatingPointRangeWithNaNBound.kt | 2 +- .../testData/codegen/box/ranges/contains/inIntRange.kt | 2 +- .../testData/codegen/box/ranges/contains/inIterable.kt | 2 +- .../codegen/box/ranges/contains/inNonMatchingRange.kt | 2 +- .../box/ranges/contains/inOptimizableDoubleRange.kt | 2 +- .../codegen/box/ranges/contains/inOptimizableFloatRange.kt | 2 +- .../codegen/box/ranges/contains/inOptimizableIntRange.kt | 2 +- .../codegen/box/ranges/contains/inOptimizableLongRange.kt | 2 +- .../codegen/box/ranges/contains/inPrimitiveProgression.kt | 2 +- .../codegen/box/ranges/contains/inPrimitiveRange.kt | 2 +- .../box/ranges/contains/inRangeLiteralComposition.kt | 2 +- .../box/ranges/contains/inRangeWithCustomContains.kt | 2 +- .../box/ranges/contains/inRangeWithImplicitReceiver.kt | 2 +- .../box/ranges/contains/inRangeWithNonmatchingArguments.kt | 2 +- .../codegen/box/ranges/contains/inRangeWithSmartCast.kt | 2 +- compiler/testData/codegen/box/ranges/contains/inUntil.kt | 2 +- .../codegen/box/ranges/contains/inUntilMaxValue.kt | 2 +- .../codegen/box/ranges/contains/inUntilMinValue.kt | 2 +- .../codegen/box/ranges/contains/inUntilMinValueNonConst.kt | 2 +- .../box/ranges/contains/jvmStaticContainsInObject.kt | 2 +- compiler/testData/codegen/box/ranges/contains/kt20106.kt | 2 +- .../box/ranges/contains/nullableInPrimitiveRange.kt | 2 +- .../codegen/box/ranges/contains/smartCastOnBothEnds.kt | 2 +- .../contains/uintInUByteRangeWithPossibleOverflow.kt | 2 +- .../ranges/contains/uintInUIntRangeWithPossibleOverflow.kt | 2 +- .../contains/uintInUShortRangeWithPossibleOverflow.kt | 2 +- .../contains/ulongInULongRangeWithPossibleOverflow.kt | 2 +- .../box/ranges/contains/userDefinedContainsExtension.kt | 2 +- .../codegen/box/ranges/evaluationOrder/forInDownTo.kt | 2 +- .../box/ranges/evaluationOrder/forInDownToReversed.kt | 2 +- .../ranges/evaluationOrder/forInDownToReversedReversed.kt | 2 +- .../box/ranges/evaluationOrder/forInRangeLiteral.kt | 2 +- .../ranges/evaluationOrder/forInRangeLiteralReversed.kt | 2 +- .../evaluationOrder/forInRangeLiteralReversedReversed.kt | 2 +- .../codegen/box/ranges/evaluationOrder/forInUntil.kt | 2 +- .../box/ranges/evaluationOrder/forInUntilReversed.kt | 2 +- .../ranges/evaluationOrder/forInUntilReversedReversed.kt | 2 +- .../stepped/forInDownTo/forInDownToReversedStep.kt | 2 +- .../stepped/forInDownTo/forInDownToReversedStepReversed.kt | 2 +- .../forInDownTo/forInDownToReversedStepReversedStep.kt | 2 +- .../evaluationOrder/stepped/forInDownTo/forInDownToStep.kt | 2 +- .../stepped/forInDownTo/forInDownToStepReversed.kt | 2 +- .../stepped/forInDownTo/forInDownToStepReversedStep.kt | 2 +- .../forInDownTo/forInDownToStepReversedStepReversed.kt | 2 +- .../stepped/forInDownTo/forInDownToStepStep.kt | 2 +- .../forInRangeLiteral/forInRangeLiteralReversedStep.kt | 2 +- .../forInRangeLiteralReversedStepReversed.kt | 2 +- .../forInRangeLiteralReversedStepReversedStep.kt | 2 +- .../stepped/forInRangeLiteral/forInRangeLiteralStep.kt | 2 +- .../forInRangeLiteral/forInRangeLiteralStepReversed.kt | 2 +- .../forInRangeLiteral/forInRangeLiteralStepReversedStep.kt | 2 +- .../forInRangeLiteralStepReversedStepReversed.kt | 2 +- .../stepped/forInRangeLiteral/forInRangeLiteralStepStep.kt | 2 +- .../stepped/forInUntil/forInUntilReversedStep.kt | 2 +- .../stepped/forInUntil/forInUntilReversedStepReversed.kt | 2 +- .../forInUntil/forInUntilReversedStepReversedStep.kt | 2 +- .../evaluationOrder/stepped/forInUntil/forInUntilStep.kt | 2 +- .../stepped/forInUntil/forInUntilStepReversed.kt | 2 +- .../stepped/forInUntil/forInUntilStepReversedStep.kt | 2 +- .../forInUntil/forInUntilStepReversedStepReversed.kt | 2 +- .../stepped/forInUntil/forInUntilStepStep.kt | 2 +- .../testData/codegen/box/ranges/expression/emptyDownto.kt | 2 +- .../testData/codegen/box/ranges/expression/emptyRange.kt | 2 +- .../codegen/box/ranges/expression/inexactDownToMinValue.kt | 2 +- .../codegen/box/ranges/expression/inexactSteppedDownTo.kt | 2 +- .../codegen/box/ranges/expression/inexactSteppedRange.kt | 2 +- .../codegen/box/ranges/expression/inexactToMaxValue.kt | 2 +- .../box/ranges/expression/maxValueMinusTwoToMaxValue.kt | 2 +- .../codegen/box/ranges/expression/maxValueToMaxValue.kt | 2 +- .../codegen/box/ranges/expression/maxValueToMinValue.kt | 2 +- .../codegen/box/ranges/expression/oneElementDownTo.kt | 2 +- .../codegen/box/ranges/expression/oneElementRange.kt | 2 +- .../testData/codegen/box/ranges/expression/openRange.kt | 2 +- .../box/ranges/expression/overflowZeroDownToMaxValue.kt | 2 +- .../box/ranges/expression/overflowZeroToMinValue.kt | 2 +- .../box/ranges/expression/progressionDownToMinValue.kt | 2 +- .../expression/progressionMaxValueMinusTwoToMaxValue.kt | 2 +- .../box/ranges/expression/progressionMaxValueToMaxValue.kt | 2 +- .../box/ranges/expression/progressionMaxValueToMinValue.kt | 2 +- .../box/ranges/expression/progressionMinValueToMinValue.kt | 2 +- .../codegen/box/ranges/expression/reversedBackSequence.kt | 2 +- .../box/ranges/expression/reversedEmptyBackSequence.kt | 2 +- .../codegen/box/ranges/expression/reversedEmptyRange.kt | 2 +- .../box/ranges/expression/reversedInexactSteppedDownTo.kt | 2 +- .../codegen/box/ranges/expression/reversedRange.kt | 2 +- .../box/ranges/expression/reversedSimpleSteppedRange.kt | 2 +- .../testData/codegen/box/ranges/expression/simpleDownTo.kt | 2 +- .../testData/codegen/box/ranges/expression/simpleRange.kt | 2 +- .../ranges/expression/simpleRangeWithNonConstantEnds.kt | 2 +- .../codegen/box/ranges/expression/simpleSteppedDownTo.kt | 2 +- .../codegen/box/ranges/expression/simpleSteppedRange.kt | 2 +- .../box/ranges/forByteProgressionWithIntIncrement.kt | 2 +- .../ranges/forInCharSequenceLengthDecreasedInLoopBody.kt | 2 +- .../ranges/forInCharSequenceLengthIncreasedInLoopBody.kt | 2 +- .../box/ranges/forInCharSequenceWithCustomIterator.kt | 2 +- .../ranges/forInCharSequenceWithMultipleGetFunctions.kt | 2 +- .../testData/codegen/box/ranges/forInCustomCharSequence.kt | 2 +- .../testData/codegen/box/ranges/forInCustomIterable.kt | 2 +- .../box/ranges/forInDoubleRangeWithCustomIterator.kt | 2 +- .../ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt | 2 +- .../codegen/box/ranges/forInDownTo/forInSumDownToSum.kt | 2 +- .../codegen/box/ranges/forInDownTo/forIntInDownTo.kt | 2 +- .../ranges/forInDownTo/forIntInDownToWithNonConstBounds.kt | 2 +- .../box/ranges/forInDownTo/forIntInNonOptimizedDownTo.kt | 2 +- .../codegen/box/ranges/forInDownTo/forLongInDownTo.kt | 2 +- .../box/ranges/forInDownTo/forNullableIntInDownTo.kt | 2 +- .../testData/codegen/box/ranges/forInDownTo/kt49411.kt | 2 +- .../box/ranges/forInFloatRangeWithCustomIterator.kt | 2 +- .../box/ranges/forInIndices/forInArrayListIndices.kt | 2 +- .../box/ranges/forInIndices/forInCharSequenceIndices.kt | 2 +- .../forInIndices/forInCharSequenceTypeParameterIndices.kt | 2 +- .../forInIndices/forInCollectionImplicitReceiverIndices.kt | 2 +- .../box/ranges/forInIndices/forInCollectionIndices.kt | 2 +- .../forInIndices/forInCollectionTypeParameterIndices.kt | 2 +- .../codegen/box/ranges/forInIndices/forInListIndices.kt | 2 +- .../box/ranges/forInIndices/forInListIndicesBreak.kt | 2 +- .../box/ranges/forInIndices/forInListIndicesContinue.kt | 2 +- .../box/ranges/forInIndices/forInNonOptimizedIndices.kt | 2 +- .../box/ranges/forInIndices/forInObjectArrayIndices.kt | 2 +- .../box/ranges/forInIndices/forInPrimitiveArrayIndices.kt | 2 +- .../ranges/forInIndices/forNullableIntInArrayIndices.kt | 2 +- .../forInIndices/forNullableIntInCollectionIndices.kt | 2 +- .../codegen/box/ranges/forInIndices/indexOfLast.kt | 2 +- .../forInIndices/kt12983_forInGenericArrayIndices.kt | 2 +- .../forInIndices/kt12983_forInGenericCollectionIndices.kt | 2 +- .../forInIndices/kt12983_forInSpecificArrayIndices.kt | 2 +- .../forInIndices/kt12983_forInSpecificCollectionIndices.kt | 2 +- .../codegen/box/ranges/forInIndices/kt13241_Array.kt | 2 +- .../box/ranges/forInIndices/kt13241_CharSequence.kt | 2 +- .../codegen/box/ranges/forInIndices/kt13241_Collection.kt | 2 +- .../box/ranges/forInIndices/kt43159_ArrayUpperBound.kt | 2 +- .../box/ranges/forInIndices/kt43159_GenericArray.kt | 2 +- .../forInProgressionWithIndex/forInDownToWithIndex.kt | 2 +- .../forInProgressionWithIndex/forInIndicesWithIndex.kt | 2 +- .../forInProgressionWithIndex/forInRangeToWithIndex.kt | 2 +- .../forInReversedStepWithIndex.kt | 2 +- .../forInProgressionWithIndex/forInReversedWithIndex.kt | 2 +- .../forInStepReversedWithIndex.kt | 2 +- .../ranges/forInProgressionWithIndex/forInStepWithIndex.kt | 2 +- .../forInProgressionWithIndex/forInUntilWithIndex.kt | 2 +- .../forInWithIndexBreakAndContinue.kt | 2 +- .../forInWithIndexNoIndexOrElementVar.kt | 2 +- .../forInWithIndexNotDestructured.kt | 2 +- .../forInProgressionWithIndex/forInWithIndexReversed.kt | 2 +- .../forInWithIndexWithDestructuringInLoop.kt | 2 +- .../forInProgressionWithIndex/forInWithIndexWithIndex.kt | 2 +- .../box/ranges/forInProgressionWithIndex/kt42909.kt | 2 +- .../codegen/box/ranges/forInRangeWithImplicitReceiver.kt | 2 +- .../box/ranges/forInReversed/ForInReversedReversedRange.kt | 2 +- .../box/ranges/forInReversed/forInReversedArrayIndices.kt | 2 +- .../forInReversed/forInReversedCharSequenceIndices.kt | 2 +- .../ranges/forInReversed/forInReversedCollectionIndices.kt | 2 +- .../box/ranges/forInReversed/forInReversedDownTo.kt | 2 +- .../box/ranges/forInReversed/forInReversedEmptyRange.kt | 2 +- .../ranges/forInReversed/forInReversedEmptyRangeLiteral.kt | 2 +- .../forInReversedEmptyRangeLiteralWithNonConstBounds.kt | 2 +- .../codegen/box/ranges/forInReversed/forInReversedRange.kt | 2 +- .../box/ranges/forInReversed/forInReversedRangeLiteral.kt | 2 +- .../forInReversedRangeLiteralWithNonConstBounds.kt | 2 +- .../forInReversed/forInReversedReversedArrayIndices.kt | 2 +- .../ranges/forInReversed/forInReversedReversedDownTo.kt | 2 +- .../forInReversed/forInReversedReversedReversedRange.kt | 2 +- .../box/ranges/forInReversed/forInReversedReversedUntil.kt | 2 +- .../forInReversedReversedUntilWithNonConstBounds.kt | 2 +- .../codegen/box/ranges/forInReversed/forInReversedUntil.kt | 2 +- .../forInReversed/forInReversedUntilWithNonConstBounds.kt | 2 +- .../codegen/box/ranges/forInStringVarUpdatedInLoopBody.kt | 2 +- .../codegen/box/ranges/forInStringWithCustomIterator.kt | 2 +- .../codegen/box/ranges/forInUntil/forInUntilChar.kt | 2 +- .../box/ranges/forInUntil/forInUntilCharMaxValue.kt | 2 +- .../box/ranges/forInUntil/forInUntilCharMinValue.kt | 2 +- .../ranges/forInUntil/forInUntilCharMinValueNonConst.kt | 2 +- .../codegen/box/ranges/forInUntil/forInUntilInt.kt | 2 +- .../codegen/box/ranges/forInUntil/forInUntilIntMaxValue.kt | 2 +- .../codegen/box/ranges/forInUntil/forInUntilIntMinValue.kt | 2 +- .../box/ranges/forInUntil/forInUntilIntMinValueNonConst.kt | 2 +- .../codegen/box/ranges/forInUntil/forInUntilLesserInt.kt | 2 +- .../codegen/box/ranges/forInUntil/forInUntilLong.kt | 2 +- .../box/ranges/forInUntil/forInUntilLongMaxValue.kt | 2 +- .../box/ranges/forInUntil/forInUntilLongMinValue.kt | 2 +- .../ranges/forInUntil/forInUntilLongMinValueNonConst.kt | 2 +- .../box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt | 2 +- compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt | 2 +- compiler/testData/codegen/box/ranges/forIntRange.kt | 2 +- .../ranges/forNullableIntInRangeWithImplicitReceiver.kt | 2 +- .../forWithPossibleOverflow/forInDownToCharMinValue.kt | 2 +- .../forInDownToCharMinValueReversed.kt | 2 +- .../forWithPossibleOverflow/forInDownToIntMinValue.kt | 2 +- .../forInDownToIntMinValueReversed.kt | 2 +- .../forWithPossibleOverflow/forInDownToLongMinValue.kt | 2 +- .../forInDownToLongMinValueReversed.kt | 2 +- .../forInRangeToCharMaxValueReversed.kt | 2 +- .../forInRangeToIntMaxValueReversed.kt | 2 +- .../forInRangeToLongMaxValueReversed.kt | 2 +- .../forInUntilIntMinValueReversed.kt | 2 +- .../box/ranges/javaInterop/javaArrayOfInheritedNotNull.kt | 2 +- .../javaInterop/javaArrayOfInheritedNotNullFailFast.kt | 2 +- .../box/ranges/javaInterop/javaArrayOfMaybeNullable.kt | 2 +- .../javaArrayOfMaybeNullableWithNotNullLoopVariable.kt | 2 +- ...aArrayOfMaybeNullableWithNotNullLoopVariableFailFast.kt | 2 +- .../ranges/javaInterop/javaCollectionOfExplicitNotNull.kt | 2 +- .../javaInterop/javaCollectionOfExplicitNotNullFailFast.kt | 2 +- .../ranges/javaInterop/javaCollectionOfExplicitNullable.kt | 2 +- .../ranges/javaInterop/javaCollectionOfInheritedNotNull.kt | 2 +- .../javaCollectionOfInheritedNotNullFailFast.kt | 2 +- .../ranges/javaInterop/javaCollectionOfMaybeNullable.kt | 2 +- ...javaCollectionOfMaybeNullableWithNotNullLoopVariable.kt | 2 +- ...ectionOfMaybeNullableWithNotNullLoopVariableFailFast.kt | 2 +- .../javaInterop/javaCollectionOfNotNullFromStdlib.kt | 2 +- .../javaCollectionOfNotNullFromStdlibToTypedArray.kt | 2 +- .../javaInterop/javaCollectionOfNotNullToTypedArray.kt | 2 +- .../javaCollectionOfNotNullToTypedArrayFailFast.kt | 2 +- .../box/ranges/javaInterop/javaIteratorOfNotNull.kt | 2 +- .../ranges/javaInterop/javaIteratorOfNotNullFailFast.kt | 2 +- .../withIndex/javaArrayOfInheritedNotNullWithIndex.kt | 2 +- .../javaArrayOfInheritedNotNullWithIndexFailFast.kt | 2 +- .../withIndex/javaArrayOfMaybeNullableWithIndex.kt | 2 +- ...ArrayOfMaybeNullableWithIndexWithNotNullLoopVariable.kt | 2 +- ...aybeNullableWithIndexWithNotNullLoopVariableFailFast.kt | 2 +- .../withIndex/javaCollectionOfExplicitNotNullWithIndex.kt | 2 +- .../javaCollectionOfExplicitNotNullWithIndexFailFast.kt | 2 +- .../withIndex/javaCollectionOfExplicitNullableWithIndex.kt | 2 +- .../withIndex/javaCollectionOfMaybeNullableWithIndex.kt | 2 +- ...ctionOfMaybeNullableWithIndexWithNotNullLoopVariable.kt | 2 +- ...aybeNullableWithIndexWithNotNullLoopVariableFailFast.kt | 2 +- .../withIndex/javaIteratorOfNotNullWithIndex.kt | 2 +- .../withIndex/javaIteratorOfNotNullWithIndexFailFast.kt | 2 +- compiler/testData/codegen/box/ranges/kt37370.kt | 2 +- compiler/testData/codegen/box/ranges/kt37370a.kt | 2 +- compiler/testData/codegen/box/ranges/kt47492.kt | 2 +- compiler/testData/codegen/box/ranges/kt47492a.kt | 2 +- compiler/testData/codegen/box/ranges/kt47492b.kt | 2 +- .../testData/codegen/box/ranges/literal/emptyDownto.kt | 2 +- compiler/testData/codegen/box/ranges/literal/emptyRange.kt | 2 +- .../codegen/box/ranges/literal/inexactDownToMinValue.kt | 2 +- .../codegen/box/ranges/literal/inexactSteppedDownTo.kt | 2 +- .../codegen/box/ranges/literal/inexactSteppedRange.kt | 2 +- .../codegen/box/ranges/literal/inexactToMaxValue.kt | 2 +- .../box/ranges/literal/maxValueMinusTwoToMaxValue.kt | 2 +- .../codegen/box/ranges/literal/maxValueToMaxValue.kt | 2 +- .../codegen/box/ranges/literal/maxValueToMinValue.kt | 2 +- .../codegen/box/ranges/literal/oneElementDownTo.kt | 2 +- .../testData/codegen/box/ranges/literal/oneElementRange.kt | 2 +- compiler/testData/codegen/box/ranges/literal/openRange.kt | 2 +- .../box/ranges/literal/overflowZeroDownToMaxValue.kt | 2 +- .../codegen/box/ranges/literal/overflowZeroToMinValue.kt | 2 +- .../box/ranges/literal/progressionDownToMinValue.kt | 2 +- .../literal/progressionMaxValueMinusTwoToMaxValue.kt | 2 +- .../box/ranges/literal/progressionMaxValueToMaxValue.kt | 2 +- .../box/ranges/literal/progressionMaxValueToMinValue.kt | 2 +- .../box/ranges/literal/progressionMinValueToMinValue.kt | 2 +- .../codegen/box/ranges/literal/reversedBackSequence.kt | 2 +- .../box/ranges/literal/reversedEmptyBackSequence.kt | 2 +- .../codegen/box/ranges/literal/reversedEmptyRange.kt | 2 +- .../box/ranges/literal/reversedInexactSteppedDownTo.kt | 2 +- .../testData/codegen/box/ranges/literal/reversedRange.kt | 2 +- .../box/ranges/literal/reversedSimpleSteppedRange.kt | 2 +- .../testData/codegen/box/ranges/literal/simpleDownTo.kt | 2 +- .../testData/codegen/box/ranges/literal/simpleRange.kt | 2 +- .../box/ranges/literal/simpleRangeWithNonConstantEnds.kt | 2 +- .../codegen/box/ranges/literal/simpleSteppedDownTo.kt | 2 +- .../codegen/box/ranges/literal/simpleSteppedRange.kt | 2 +- .../box/ranges/multiAssignmentIterationOverIntRange.kt | 2 +- compiler/testData/codegen/box/ranges/safeCallRangeTo.kt | 2 +- .../ranges/stepped/expression/downTo/emptyProgression.kt | 2 +- .../stepped/expression/downTo/illegalStepNegative.kt | 2 +- .../stepped/expression/downTo/illegalStepNonConst.kt | 2 +- .../stepped/expression/downTo/illegalStepThenLegalStep.kt | 2 +- .../ranges/stepped/expression/downTo/illegalStepZero.kt | 2 +- .../stepped/expression/downTo/legalStepThenIllegalStep.kt | 2 +- .../expression/downTo/maxValueToMinValueStepMaxValue.kt | 2 +- .../stepped/expression/downTo/maxValueToOneStepMaxValue.kt | 2 +- .../expression/downTo/maxValueToZeroStepMaxValue.kt | 2 +- .../box/ranges/stepped/expression/downTo/mixedTypeStep.kt | 2 +- .../expression/downTo/nestedStep/stepOneThenStepOne.kt | 2 +- .../expression/downTo/nestedStep/stepThenSameStep.kt | 2 +- .../downTo/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../downTo/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../downTo/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../stepped/expression/downTo/reversed/reversedThenStep.kt | 2 +- .../downTo/reversed/reversedThenStepThenReversed.kt | 2 +- .../reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../stepped/expression/downTo/reversed/stepThenReversed.kt | 2 +- .../expression/downTo/reversed/stepThenReversedThenStep.kt | 2 +- .../reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../stepped/expression/downTo/singleElementStepTwo.kt | 2 +- .../box/ranges/stepped/expression/downTo/stepNonConst.kt | 2 +- .../box/ranges/stepped/expression/downTo/stepOne.kt | 2 +- .../ranges/stepped/expression/downTo/stepToOutsideRange.kt | 2 +- .../box/ranges/stepped/expression/downTo/stepToSameLast.kt | 2 +- .../ranges/stepped/expression/downTo/stepToSmallerLast.kt | 2 +- .../ranges/stepped/expression/rangeTo/emptyProgression.kt | 2 +- .../stepped/expression/rangeTo/illegalStepNegative.kt | 2 +- .../stepped/expression/rangeTo/illegalStepNonConst.kt | 2 +- .../stepped/expression/rangeTo/illegalStepThenLegalStep.kt | 2 +- .../ranges/stepped/expression/rangeTo/illegalStepZero.kt | 2 +- .../stepped/expression/rangeTo/legalStepThenIllegalStep.kt | 2 +- .../expression/rangeTo/minValueToMaxValueStepMaxValue.kt | 2 +- .../box/ranges/stepped/expression/rangeTo/mixedTypeStep.kt | 2 +- .../expression/rangeTo/nestedStep/stepOneThenStepOne.kt | 2 +- .../expression/rangeTo/nestedStep/stepThenSameStep.kt | 2 +- .../rangeTo/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../expression/rangeTo/oneToMaxValueStepMaxValue.kt | 2 +- .../expression/rangeTo/reversed/reversedThenStep.kt | 2 +- .../rangeTo/reversed/reversedThenStepThenReversed.kt | 2 +- .../reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../expression/rangeTo/reversed/stepThenReversed.kt | 2 +- .../rangeTo/reversed/stepThenReversedThenStep.kt | 2 +- .../reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../stepped/expression/rangeTo/singleElementStepTwo.kt | 2 +- .../box/ranges/stepped/expression/rangeTo/stepNonConst.kt | 2 +- .../box/ranges/stepped/expression/rangeTo/stepOne.kt | 2 +- .../stepped/expression/rangeTo/stepToOutsideRange.kt | 2 +- .../ranges/stepped/expression/rangeTo/stepToSameLast.kt | 2 +- .../ranges/stepped/expression/rangeTo/stepToSmallerLast.kt | 2 +- .../expression/rangeTo/zeroToMaxValueStepMaxValue.kt | 2 +- .../ranges/stepped/expression/until/emptyProgression.kt | 2 +- .../stepped/expression/until/emptyProgressionToMinValue.kt | 2 +- .../ranges/stepped/expression/until/illegalStepNegative.kt | 2 +- .../ranges/stepped/expression/until/illegalStepNonConst.kt | 2 +- .../stepped/expression/until/illegalStepThenLegalStep.kt | 2 +- .../box/ranges/stepped/expression/until/illegalStepZero.kt | 2 +- .../stepped/expression/until/legalStepThenIllegalStep.kt | 2 +- .../expression/until/minValueToMaxValueStepMaxValue.kt | 2 +- .../box/ranges/stepped/expression/until/mixedTypeStep.kt | 2 +- .../expression/until/nestedStep/stepOneThenStepOne.kt | 2 +- .../expression/until/nestedStep/stepThenSameStep.kt | 2 +- .../until/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../until/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../until/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../stepped/expression/until/progressionToNonConst.kt | 2 +- .../stepped/expression/until/reversed/reversedThenStep.kt | 2 +- .../until/reversed/reversedThenStepThenReversed.kt | 2 +- .../until/reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../stepped/expression/until/reversed/stepThenReversed.kt | 2 +- .../expression/until/reversed/stepThenReversedThenStep.kt | 2 +- .../until/reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../stepped/expression/until/singleElementStepTwo.kt | 2 +- .../box/ranges/stepped/expression/until/stepNonConst.kt | 2 +- .../codegen/box/ranges/stepped/expression/until/stepOne.kt | 2 +- .../ranges/stepped/expression/until/stepToOutsideRange.kt | 2 +- .../box/ranges/stepped/expression/until/stepToSameLast.kt | 2 +- .../ranges/stepped/expression/until/stepToSmallerLast.kt | 2 +- .../stepped/expression/until/zeroToMaxValueStepMaxValue.kt | 2 +- .../box/ranges/stepped/literal/downTo/emptyProgression.kt | 2 +- .../ranges/stepped/literal/downTo/illegalStepNegative.kt | 2 +- .../ranges/stepped/literal/downTo/illegalStepNonConst.kt | 2 +- .../stepped/literal/downTo/illegalStepThenLegalStep.kt | 2 +- .../box/ranges/stepped/literal/downTo/illegalStepZero.kt | 2 +- .../stepped/literal/downTo/legalStepThenIllegalStep.kt | 2 +- .../literal/downTo/maxValueToMinValueStepMaxValue.kt | 2 +- .../stepped/literal/downTo/maxValueToOneStepMaxValue.kt | 2 +- .../stepped/literal/downTo/maxValueToZeroStepMaxValue.kt | 2 +- .../box/ranges/stepped/literal/downTo/mixedTypeStep.kt | 2 +- .../literal/downTo/nestedStep/stepOneThenStepOne.kt | 2 +- .../stepped/literal/downTo/nestedStep/stepThenSameStep.kt | 2 +- .../literal/downTo/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../downTo/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../downTo/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../stepped/literal/downTo/reversed/reversedThenStep.kt | 2 +- .../downTo/reversed/reversedThenStepThenReversed.kt | 2 +- .../reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../stepped/literal/downTo/reversed/stepThenReversed.kt | 2 +- .../literal/downTo/reversed/stepThenReversedThenStep.kt | 2 +- .../reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../ranges/stepped/literal/downTo/singleElementStepTwo.kt | 2 +- .../box/ranges/stepped/literal/downTo/stepNonConst.kt | 2 +- .../codegen/box/ranges/stepped/literal/downTo/stepOne.kt | 2 +- .../ranges/stepped/literal/downTo/stepToOutsideRange.kt | 2 +- .../box/ranges/stepped/literal/downTo/stepToSameLast.kt | 2 +- .../box/ranges/stepped/literal/downTo/stepToSmallerLast.kt | 2 +- .../box/ranges/stepped/literal/rangeTo/emptyProgression.kt | 2 +- .../ranges/stepped/literal/rangeTo/illegalStepNegative.kt | 2 +- .../ranges/stepped/literal/rangeTo/illegalStepNonConst.kt | 2 +- .../stepped/literal/rangeTo/illegalStepThenLegalStep.kt | 2 +- .../box/ranges/stepped/literal/rangeTo/illegalStepZero.kt | 2 +- .../stepped/literal/rangeTo/legalStepThenIllegalStep.kt | 2 +- .../literal/rangeTo/minValueToMaxValueStepMaxValue.kt | 2 +- .../box/ranges/stepped/literal/rangeTo/mixedTypeStep.kt | 2 +- .../literal/rangeTo/nestedStep/stepOneThenStepOne.kt | 2 +- .../stepped/literal/rangeTo/nestedStep/stepThenSameStep.kt | 2 +- .../rangeTo/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../stepped/literal/rangeTo/oneToMaxValueStepMaxValue.kt | 2 +- .../stepped/literal/rangeTo/reversed/reversedThenStep.kt | 2 +- .../rangeTo/reversed/reversedThenStepThenReversed.kt | 2 +- .../reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../stepped/literal/rangeTo/reversed/stepThenReversed.kt | 2 +- .../literal/rangeTo/reversed/stepThenReversedThenStep.kt | 2 +- .../reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../ranges/stepped/literal/rangeTo/singleElementStepTwo.kt | 2 +- .../box/ranges/stepped/literal/rangeTo/stepNonConst.kt | 2 +- .../codegen/box/ranges/stepped/literal/rangeTo/stepOne.kt | 2 +- .../ranges/stepped/literal/rangeTo/stepToOutsideRange.kt | 2 +- .../box/ranges/stepped/literal/rangeTo/stepToSameLast.kt | 2 +- .../ranges/stepped/literal/rangeTo/stepToSmallerLast.kt | 2 +- .../stepped/literal/rangeTo/zeroToMaxValueStepMaxValue.kt | 2 +- .../box/ranges/stepped/literal/until/emptyProgression.kt | 2 +- .../stepped/literal/until/emptyProgressionToMinValue.kt | 2 +- .../ranges/stepped/literal/until/illegalStepNegative.kt | 2 +- .../ranges/stepped/literal/until/illegalStepNonConst.kt | 2 +- .../stepped/literal/until/illegalStepThenLegalStep.kt | 2 +- .../box/ranges/stepped/literal/until/illegalStepZero.kt | 2 +- .../stepped/literal/until/legalStepThenIllegalStep.kt | 2 +- .../literal/until/minValueToMaxValueStepMaxValue.kt | 2 +- .../box/ranges/stepped/literal/until/mixedTypeStep.kt | 2 +- .../stepped/literal/until/nestedStep/stepOneThenStepOne.kt | 2 +- .../stepped/literal/until/nestedStep/stepThenSameStep.kt | 2 +- .../literal/until/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../until/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../until/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../ranges/stepped/literal/until/progressionToNonConst.kt | 2 +- .../stepped/literal/until/reversed/reversedThenStep.kt | 2 +- .../literal/until/reversed/reversedThenStepThenReversed.kt | 2 +- .../until/reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../stepped/literal/until/reversed/stepThenReversed.kt | 2 +- .../literal/until/reversed/stepThenReversedThenStep.kt | 2 +- .../until/reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../ranges/stepped/literal/until/singleElementStepTwo.kt | 2 +- .../box/ranges/stepped/literal/until/stepNonConst.kt | 2 +- .../codegen/box/ranges/stepped/literal/until/stepOne.kt | 2 +- .../box/ranges/stepped/literal/until/stepToOutsideRange.kt | 2 +- .../box/ranges/stepped/literal/until/stepToSameLast.kt | 2 +- .../box/ranges/stepped/literal/until/stepToSmallerLast.kt | 2 +- .../stepped/literal/until/zeroToMaxValueStepMaxValue.kt | 2 +- .../stepped/unsigned/expression/downTo/emptyProgression.kt | 2 +- .../unsigned/expression/downTo/illegalStepNegative.kt | 2 +- .../unsigned/expression/downTo/illegalStepNonConst.kt | 2 +- .../unsigned/expression/downTo/illegalStepThenLegalStep.kt | 2 +- .../stepped/unsigned/expression/downTo/illegalStepZero.kt | 2 +- .../unsigned/expression/downTo/legalStepThenIllegalStep.kt | 2 +- .../expression/downTo/maxValueToMinValueStepMaxValue.kt | 2 +- .../expression/downTo/maxValueToOneStepMaxValue.kt | 2 +- .../expression/downTo/maxValueToZeroStepMaxValue.kt | 2 +- .../stepped/unsigned/expression/downTo/mixedTypeStep.kt | 2 +- .../expression/downTo/nestedStep/stepOneThenStepOne.kt | 2 +- .../expression/downTo/nestedStep/stepThenSameStep.kt | 2 +- .../downTo/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../downTo/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../downTo/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../expression/downTo/reversed/reversedThenStep.kt | 2 +- .../downTo/reversed/reversedThenStepThenReversed.kt | 2 +- .../reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../expression/downTo/reversed/stepThenReversed.kt | 2 +- .../expression/downTo/reversed/stepThenReversedThenStep.kt | 2 +- .../reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../unsigned/expression/downTo/singleElementStepTwo.kt | 2 +- .../stepped/unsigned/expression/downTo/stepNonConst.kt | 2 +- .../ranges/stepped/unsigned/expression/downTo/stepOne.kt | 2 +- .../unsigned/expression/downTo/stepToOutsideRange.kt | 2 +- .../stepped/unsigned/expression/downTo/stepToSameLast.kt | 2 +- .../unsigned/expression/downTo/stepToSmallerLast.kt | 2 +- .../unsigned/expression/rangeTo/emptyProgression.kt | 2 +- .../unsigned/expression/rangeTo/illegalStepNegative.kt | 2 +- .../unsigned/expression/rangeTo/illegalStepNonConst.kt | 2 +- .../expression/rangeTo/illegalStepThenLegalStep.kt | 2 +- .../stepped/unsigned/expression/rangeTo/illegalStepZero.kt | 2 +- .../expression/rangeTo/legalStepThenIllegalStep.kt | 2 +- .../expression/rangeTo/minValueToMaxValueStepMaxValue.kt | 2 +- .../stepped/unsigned/expression/rangeTo/mixedTypeStep.kt | 2 +- .../expression/rangeTo/nestedStep/stepOneThenStepOne.kt | 2 +- .../expression/rangeTo/nestedStep/stepThenSameStep.kt | 2 +- .../rangeTo/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../expression/rangeTo/oneToMaxValueStepMaxValue.kt | 2 +- .../expression/rangeTo/reversed/reversedThenStep.kt | 2 +- .../rangeTo/reversed/reversedThenStepThenReversed.kt | 2 +- .../reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../expression/rangeTo/reversed/stepThenReversed.kt | 2 +- .../rangeTo/reversed/stepThenReversedThenStep.kt | 2 +- .../reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../unsigned/expression/rangeTo/singleElementStepTwo.kt | 2 +- .../stepped/unsigned/expression/rangeTo/stepNonConst.kt | 2 +- .../ranges/stepped/unsigned/expression/rangeTo/stepOne.kt | 2 +- .../unsigned/expression/rangeTo/stepToOutsideRange.kt | 2 +- .../stepped/unsigned/expression/rangeTo/stepToSameLast.kt | 2 +- .../unsigned/expression/rangeTo/stepToSmallerLast.kt | 2 +- .../expression/rangeTo/zeroToMaxValueStepMaxValue.kt | 2 +- .../stepped/unsigned/expression/until/emptyProgression.kt | 2 +- .../expression/until/emptyProgressionToMinValue.kt | 2 +- .../unsigned/expression/until/illegalStepNegative.kt | 2 +- .../unsigned/expression/until/illegalStepNonConst.kt | 2 +- .../unsigned/expression/until/illegalStepThenLegalStep.kt | 2 +- .../stepped/unsigned/expression/until/illegalStepZero.kt | 2 +- .../unsigned/expression/until/legalStepThenIllegalStep.kt | 2 +- .../expression/until/minValueToMaxValueStepMaxValue.kt | 2 +- .../stepped/unsigned/expression/until/mixedTypeStep.kt | 2 +- .../expression/until/nestedStep/stepOneThenStepOne.kt | 2 +- .../expression/until/nestedStep/stepThenSameStep.kt | 2 +- .../until/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../until/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../until/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../unsigned/expression/until/progressionToNonConst.kt | 2 +- .../unsigned/expression/until/reversed/reversedThenStep.kt | 2 +- .../until/reversed/reversedThenStepThenReversed.kt | 2 +- .../until/reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../unsigned/expression/until/reversed/stepThenReversed.kt | 2 +- .../expression/until/reversed/stepThenReversedThenStep.kt | 2 +- .../until/reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../unsigned/expression/until/singleElementStepTwo.kt | 2 +- .../stepped/unsigned/expression/until/stepNonConst.kt | 2 +- .../ranges/stepped/unsigned/expression/until/stepOne.kt | 2 +- .../unsigned/expression/until/stepToOutsideRange.kt | 2 +- .../stepped/unsigned/expression/until/stepToSameLast.kt | 2 +- .../stepped/unsigned/expression/until/stepToSmallerLast.kt | 2 +- .../expression/until/zeroToMaxValueStepMaxValue.kt | 2 +- .../stepped/unsigned/literal/downTo/emptyProgression.kt | 2 +- .../stepped/unsigned/literal/downTo/illegalStepNegative.kt | 2 +- .../stepped/unsigned/literal/downTo/illegalStepNonConst.kt | 2 +- .../unsigned/literal/downTo/illegalStepThenLegalStep.kt | 2 +- .../stepped/unsigned/literal/downTo/illegalStepZero.kt | 2 +- .../unsigned/literal/downTo/legalStepThenIllegalStep.kt | 2 +- .../literal/downTo/maxValueToMinValueStepMaxValue.kt | 2 +- .../unsigned/literal/downTo/maxValueToOneStepMaxValue.kt | 2 +- .../unsigned/literal/downTo/maxValueToZeroStepMaxValue.kt | 2 +- .../stepped/unsigned/literal/downTo/mixedTypeStep.kt | 2 +- .../literal/downTo/nestedStep/stepOneThenStepOne.kt | 2 +- .../unsigned/literal/downTo/nestedStep/stepThenSameStep.kt | 2 +- .../literal/downTo/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../downTo/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../downTo/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../unsigned/literal/downTo/reversed/reversedThenStep.kt | 2 +- .../downTo/reversed/reversedThenStepThenReversed.kt | 2 +- .../reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../unsigned/literal/downTo/reversed/stepThenReversed.kt | 2 +- .../literal/downTo/reversed/stepThenReversedThenStep.kt | 2 +- .../reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../unsigned/literal/downTo/singleElementStepTwo.kt | 2 +- .../ranges/stepped/unsigned/literal/downTo/stepNonConst.kt | 2 +- .../box/ranges/stepped/unsigned/literal/downTo/stepOne.kt | 2 +- .../stepped/unsigned/literal/downTo/stepToOutsideRange.kt | 2 +- .../stepped/unsigned/literal/downTo/stepToSameLast.kt | 2 +- .../stepped/unsigned/literal/downTo/stepToSmallerLast.kt | 2 +- .../stepped/unsigned/literal/rangeTo/emptyProgression.kt | 2 +- .../unsigned/literal/rangeTo/illegalStepNegative.kt | 2 +- .../unsigned/literal/rangeTo/illegalStepNonConst.kt | 2 +- .../unsigned/literal/rangeTo/illegalStepThenLegalStep.kt | 2 +- .../stepped/unsigned/literal/rangeTo/illegalStepZero.kt | 2 +- .../unsigned/literal/rangeTo/legalStepThenIllegalStep.kt | 2 +- .../literal/rangeTo/minValueToMaxValueStepMaxValue.kt | 2 +- .../stepped/unsigned/literal/rangeTo/mixedTypeStep.kt | 2 +- .../literal/rangeTo/nestedStep/stepOneThenStepOne.kt | 2 +- .../literal/rangeTo/nestedStep/stepThenSameStep.kt | 2 +- .../rangeTo/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../unsigned/literal/rangeTo/oneToMaxValueStepMaxValue.kt | 2 +- .../unsigned/literal/rangeTo/reversed/reversedThenStep.kt | 2 +- .../rangeTo/reversed/reversedThenStepThenReversed.kt | 2 +- .../reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../unsigned/literal/rangeTo/reversed/stepThenReversed.kt | 2 +- .../literal/rangeTo/reversed/stepThenReversedThenStep.kt | 2 +- .../reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../unsigned/literal/rangeTo/singleElementStepTwo.kt | 2 +- .../stepped/unsigned/literal/rangeTo/stepNonConst.kt | 2 +- .../box/ranges/stepped/unsigned/literal/rangeTo/stepOne.kt | 2 +- .../stepped/unsigned/literal/rangeTo/stepToOutsideRange.kt | 2 +- .../stepped/unsigned/literal/rangeTo/stepToSameLast.kt | 2 +- .../stepped/unsigned/literal/rangeTo/stepToSmallerLast.kt | 2 +- .../unsigned/literal/rangeTo/zeroToMaxValueStepMaxValue.kt | 2 +- .../stepped/unsigned/literal/until/emptyProgression.kt | 2 +- .../unsigned/literal/until/emptyProgressionToMinValue.kt | 2 +- .../stepped/unsigned/literal/until/illegalStepNegative.kt | 2 +- .../stepped/unsigned/literal/until/illegalStepNonConst.kt | 2 +- .../unsigned/literal/until/illegalStepThenLegalStep.kt | 2 +- .../stepped/unsigned/literal/until/illegalStepZero.kt | 2 +- .../unsigned/literal/until/legalStepThenIllegalStep.kt | 2 +- .../literal/until/minValueToMaxValueStepMaxValue.kt | 2 +- .../ranges/stepped/unsigned/literal/until/mixedTypeStep.kt | 2 +- .../literal/until/nestedStep/stepOneThenStepOne.kt | 2 +- .../unsigned/literal/until/nestedStep/stepThenSameStep.kt | 2 +- .../literal/until/nestedStep/stepToSameLastThenStepOne.kt | 2 +- .../until/nestedStep/stepToSameLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSameLastThenStepToSmallerLast.kt | 2 +- .../until/nestedStep/stepToSmallerLastThenStepOne.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSameLast.kt | 2 +- .../nestedStep/stepToSmallerLastThenStepToSmallerLast.kt | 2 +- .../unsigned/literal/until/progressionToNonConst.kt | 2 +- .../unsigned/literal/until/reversed/reversedThenStep.kt | 2 +- .../literal/until/reversed/reversedThenStepThenReversed.kt | 2 +- .../until/reversed/reversedThenStepThenReversedThenStep.kt | 2 +- .../unsigned/literal/until/reversed/stepThenReversed.kt | 2 +- .../literal/until/reversed/stepThenReversedThenStep.kt | 2 +- .../until/reversed/stepThenReversedThenStepThenReversed.kt | 2 +- .../stepped/unsigned/literal/until/singleElementStepTwo.kt | 2 +- .../ranges/stepped/unsigned/literal/until/stepNonConst.kt | 2 +- .../box/ranges/stepped/unsigned/literal/until/stepOne.kt | 2 +- .../stepped/unsigned/literal/until/stepToOutsideRange.kt | 2 +- .../stepped/unsigned/literal/until/stepToSameLast.kt | 2 +- .../stepped/unsigned/literal/until/stepToSmallerLast.kt | 2 +- .../unsigned/literal/until/zeroToMaxValueStepMaxValue.kt | 2 +- .../codegen/box/ranges/unsigned/expression/emptyDownto.kt | 2 +- .../codegen/box/ranges/unsigned/expression/emptyRange.kt | 2 +- .../ranges/unsigned/expression/inexactDownToMinValue.kt | 2 +- .../box/ranges/unsigned/expression/inexactSteppedDownTo.kt | 2 +- .../box/ranges/unsigned/expression/inexactSteppedRange.kt | 2 +- .../box/ranges/unsigned/expression/inexactToMaxValue.kt | 2 +- .../unsigned/expression/maxValueMinusTwoToMaxValue.kt | 2 +- .../box/ranges/unsigned/expression/maxValueToMaxValue.kt | 2 +- .../box/ranges/unsigned/expression/maxValueToMinValue.kt | 2 +- .../box/ranges/unsigned/expression/oneElementDownTo.kt | 2 +- .../box/ranges/unsigned/expression/oneElementRange.kt | 2 +- .../codegen/box/ranges/unsigned/expression/openRange.kt | 2 +- .../unsigned/expression/overflowZeroDownToMaxValue.kt | 2 +- .../ranges/unsigned/expression/overflowZeroToMinValue.kt | 2 +- .../unsigned/expression/progressionDownToMinValue.kt | 2 +- .../expression/progressionMaxValueMinusTwoToMaxValue.kt | 2 +- .../unsigned/expression/progressionMaxValueToMaxValue.kt | 2 +- .../unsigned/expression/progressionMaxValueToMinValue.kt | 2 +- .../unsigned/expression/progressionMinValueToMinValue.kt | 2 +- .../box/ranges/unsigned/expression/reversedBackSequence.kt | 2 +- .../unsigned/expression/reversedEmptyBackSequence.kt | 2 +- .../box/ranges/unsigned/expression/reversedEmptyRange.kt | 2 +- .../unsigned/expression/reversedInexactSteppedDownTo.kt | 2 +- .../box/ranges/unsigned/expression/reversedRange.kt | 2 +- .../unsigned/expression/reversedSimpleSteppedRange.kt | 2 +- .../codegen/box/ranges/unsigned/expression/simpleDownTo.kt | 2 +- .../codegen/box/ranges/unsigned/expression/simpleRange.kt | 2 +- .../unsigned/expression/simpleRangeWithNonConstantEnds.kt | 2 +- .../box/ranges/unsigned/expression/simpleSteppedDownTo.kt | 2 +- .../box/ranges/unsigned/expression/simpleSteppedRange.kt | 2 +- .../codegen/box/ranges/unsigned/inMixedUnsignedRange.kt | 2 +- compiler/testData/codegen/box/ranges/unsigned/kt35004.kt | 2 +- compiler/testData/codegen/box/ranges/unsigned/kt36953.kt | 2 +- .../codegen/box/ranges/unsigned/kt36953_continue.kt | 2 +- .../codegen/box/ranges/unsigned/literal/emptyDownto.kt | 2 +- .../codegen/box/ranges/unsigned/literal/emptyRange.kt | 2 +- .../box/ranges/unsigned/literal/inexactDownToMinValue.kt | 2 +- .../box/ranges/unsigned/literal/inexactSteppedDownTo.kt | 2 +- .../box/ranges/unsigned/literal/inexactSteppedRange.kt | 2 +- .../box/ranges/unsigned/literal/inexactToMaxValue.kt | 2 +- .../ranges/unsigned/literal/maxValueMinusTwoToMaxValue.kt | 2 +- .../box/ranges/unsigned/literal/maxValueToMaxValue.kt | 2 +- .../box/ranges/unsigned/literal/maxValueToMinValue.kt | 2 +- .../box/ranges/unsigned/literal/oneElementDownTo.kt | 2 +- .../codegen/box/ranges/unsigned/literal/oneElementRange.kt | 2 +- .../codegen/box/ranges/unsigned/literal/openRange.kt | 2 +- .../ranges/unsigned/literal/overflowZeroDownToMaxValue.kt | 2 +- .../box/ranges/unsigned/literal/overflowZeroToMinValue.kt | 2 +- .../ranges/unsigned/literal/progressionDownToMinValue.kt | 2 +- .../literal/progressionMaxValueMinusTwoToMaxValue.kt | 2 +- .../unsigned/literal/progressionMaxValueToMaxValue.kt | 2 +- .../unsigned/literal/progressionMaxValueToMinValue.kt | 2 +- .../unsigned/literal/progressionMinValueToMinValue.kt | 2 +- .../box/ranges/unsigned/literal/reversedBackSequence.kt | 2 +- .../ranges/unsigned/literal/reversedEmptyBackSequence.kt | 2 +- .../box/ranges/unsigned/literal/reversedEmptyRange.kt | 2 +- .../unsigned/literal/reversedInexactSteppedDownTo.kt | 2 +- .../codegen/box/ranges/unsigned/literal/reversedRange.kt | 2 +- .../ranges/unsigned/literal/reversedSimpleSteppedRange.kt | 2 +- .../codegen/box/ranges/unsigned/literal/simpleDownTo.kt | 2 +- .../codegen/box/ranges/unsigned/literal/simpleRange.kt | 2 +- .../unsigned/literal/simpleRangeWithNonConstantEnds.kt | 2 +- .../box/ranges/unsigned/literal/simpleSteppedDownTo.kt | 2 +- .../box/ranges/unsigned/literal/simpleSteppedRange.kt | 2 +- .../nullableLoopParameter/progressionExpression.kt | 2 +- .../unsigned/nullableLoopParameter/rangeExpression.kt | 2 +- .../ranges/unsigned/nullableLoopParameter/rangeLiteral.kt | 2 +- .../box/ranges/unsigned/outOfBoundsInMixedContains.kt | 2 +- compiler/testData/codegen/box/recursiveRawTypes/kt16639.kt | 2 +- .../box/reflection/classLiterals/builtinClassLiterals.kt | 2 +- .../codegen/box/reflection/classes/classSimpleName.kt | 2 +- .../codegen/box/reflection/classes/localClassSimpleName.kt | 2 +- .../box/reflection/classes/nestedClassesInScript.kt | 2 +- .../codegen/box/reflection/classes/qualifiedName.kt | 2 +- .../reflection/classes/qualifiedNameOfStandardClasses.kt | 2 +- .../testData/codegen/box/reflection/enclosing/kt11969.kt | 2 +- .../testData/codegen/box/reflection/enclosing/kt45907.kt | 2 +- .../box/reflection/enclosing/lambdaInPropertyDelegate.kt | 2 +- .../box/reflection/genericSignature/delegatedMembers.kt | 2 +- .../genericSignature/samWrappedLambdaVsReference.kt | 2 +- .../suspendFunctionLiteralGenericSignature.kt | 2 +- .../box/reflection/isInstance/isInstanceCastAndSafeCast.kt | 2 +- .../box/reflection/kClassInAnnotation/arrayInJava.kt | 2 +- .../box/reflection/kClassInAnnotation/basicInJava.kt | 2 +- .../box/reflection/kClassInAnnotation/varargInJava.kt | 2 +- .../codegen/box/reflection/mapping/jClass2kClass.kt | 2 +- .../codegen/box/reflection/noReflectAtRuntime/javaClass.kt | 2 +- .../codegen/box/reflection/noReflectAtRuntime/javaVoid.kt | 2 +- .../methodsFromAny/callableReferences.kt | 2 +- .../noReflectAtRuntime/methodsFromAny/classReference.kt | 2 +- .../noReflectAtRuntime/methodsFromAny/delegatedProperty.kt | 2 +- .../reflection/noReflectAtRuntime/primitiveJavaClass.kt | 2 +- .../reflection/noReflectAtRuntime/propertyGetSetName.kt | 2 +- .../reflection/noReflectAtRuntime/propertyInstanceof.kt | 2 +- .../reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt | 2 +- .../reflection/noReflectAtRuntime/simpleClassLiterals.kt | 2 +- .../codegen/box/reflection/properties/withLocalType.kt | 2 +- .../box/reflection/typeOf/noReflect/annotatedType.kt | 2 +- .../codegen/box/reflection/typeOf/noReflect/classes.kt | 2 +- .../box/reflection/typeOf/noReflect/flexibleTypes_after.kt | 2 +- .../reflection/typeOf/noReflect/flexibleTypes_before.kt | 2 +- .../box/reflection/typeOf/noReflect/inlineClasses.kt | 2 +- .../typeOf/noReflect/mutableCollections_after.kt | 2 +- .../typeOf/noReflect/mutableCollections_before.kt | 2 +- .../nonReifiedTypeParameters/defaultUpperBound.kt | 2 +- .../nonReifiedTypeParameters/equalsOnClassParameters.kt | 2 +- .../nonReifiedTypeParameters/equalsOnFunctionParameters.kt | 2 +- .../noReflect/nonReifiedTypeParameters/innerGeneric.kt | 2 +- .../nonReifiedTypeParameters/simpleClassParameter.kt | 2 +- .../nonReifiedTypeParameters/simpleFunctionParameter.kt | 2 +- .../nonReifiedTypeParameters/simplePropertyParameter.kt | 2 +- .../nonReifiedTypeParameters/typeParameterFlags.kt | 2 +- .../upperBoundUsesOuterClassParameter.kt | 2 +- .../noReflect/nonReifiedTypeParameters/upperBounds.kt | 2 +- .../box/reflection/typeOf/noReflect/nothing_after.kt | 2 +- .../box/reflection/typeOf/noReflect/nothing_before.kt | 2 +- .../box/reflection/typeOf/noReflect/primitiveJavaTypes.kt | 2 +- .../box/reflection/typeOf/noReflect/rawTypes_after.kt | 2 +- .../box/reflection/typeOf/noReflect/rawTypes_before.kt | 2 +- .../typeOf/noReflect/typeReferenceEqualsHashCode.kt | 2 +- compiler/testData/codegen/box/regressions/Kt1149.kt | 2 +- compiler/testData/codegen/box/regressions/Kt1619Test.kt | 2 +- compiler/testData/codegen/box/regressions/Kt2495Test.kt | 2 +- .../codegen/box/regressions/approximateIntersectionType.kt | 2 +- .../box/regressions/approximationForDefinitelyNotNull.kt | 2 +- compiler/testData/codegen/box/regressions/collections.kt | 2 +- compiler/testData/codegen/box/regressions/generic.kt | 2 +- .../codegen/box/regressions/getGenericInterfaces.kt | 2 +- .../codegen/box/regressions/intersectionOfEqualTypes.kt | 2 +- compiler/testData/codegen/box/regressions/kt1172.kt | 2 +- compiler/testData/codegen/box/regressions/kt1202.kt | 2 +- compiler/testData/codegen/box/regressions/kt1406.kt | 2 +- compiler/testData/codegen/box/regressions/kt1515.kt | 2 +- compiler/testData/codegen/box/regressions/kt15196.kt | 2 +- compiler/testData/codegen/box/regressions/kt1568.kt | 2 +- compiler/testData/codegen/box/regressions/kt1779.kt | 2 +- compiler/testData/codegen/box/regressions/kt1800.kt | 2 +- compiler/testData/codegen/box/regressions/kt1932.kt | 2 +- compiler/testData/codegen/box/regressions/kt2017.kt | 2 +- compiler/testData/codegen/box/regressions/kt2246.kt | 2 +- compiler/testData/codegen/box/regressions/kt2318.kt | 2 +- compiler/testData/codegen/box/regressions/kt2593.kt | 2 +- compiler/testData/codegen/box/regressions/kt274.kt | 2 +- compiler/testData/codegen/box/regressions/kt3046.kt | 2 +- compiler/testData/codegen/box/regressions/kt33638.kt | 2 +- compiler/testData/codegen/box/regressions/kt344.kt | 2 +- compiler/testData/codegen/box/regressions/kt3442.kt | 2 +- compiler/testData/codegen/box/regressions/kt35914.kt | 2 +- compiler/testData/codegen/box/regressions/kt41357.kt | 2 +- compiler/testData/codegen/box/regressions/kt41806.kt | 2 +- compiler/testData/codegen/box/regressions/kt4259.kt | 2 +- compiler/testData/codegen/box/regressions/kt4262.kt | 2 +- compiler/testData/codegen/box/regressions/kt44993.kt | 2 +- compiler/testData/codegen/box/regressions/kt5056.kt | 2 +- compiler/testData/codegen/box/regressions/kt528.kt | 2 +- compiler/testData/codegen/box/regressions/kt529.kt | 2 +- compiler/testData/codegen/box/regressions/kt533.kt | 2 +- compiler/testData/codegen/box/regressions/kt5445.kt | 2 +- compiler/testData/codegen/box/regressions/kt5445_2.kt | 2 +- .../codegen/box/regressions/kt5786_privateWithDefault.kt | 2 +- compiler/testData/codegen/box/regressions/kt5953.kt | 2 +- compiler/testData/codegen/box/regressions/kt6434.kt | 2 +- compiler/testData/codegen/box/regressions/kt6434_2.kt | 2 +- compiler/testData/codegen/box/regressions/kt6485.kt | 2 +- compiler/testData/codegen/box/regressions/kt715.kt | 2 +- compiler/testData/codegen/box/regressions/kt864.kt | 2 +- compiler/testData/codegen/box/regressions/kt998.kt | 2 +- .../testData/codegen/box/regressions/nestedIntersection.kt | 2 +- .../regressions/objectCaptureOuterConstructorProperty.kt | 2 +- .../codegen/box/regressions/objectInsideDelegation.kt | 2 +- .../codegen/box/regressions/referenceToSelfInLocal.kt | 2 +- .../codegen/box/regressions/resolvedCallForGetOperator.kt | 2 +- .../testData/codegen/box/regressions/typeCastException.kt | 2 +- compiler/testData/codegen/box/reified/DIExample.kt | 2 +- compiler/testData/codegen/box/reified/anonymousObject.kt | 2 +- .../codegen/box/reified/anonymousObjectNoPropagate.kt | 2 +- .../codegen/box/reified/anonymousObjectReifiedSupertype.kt | 2 +- .../codegen/box/reified/approximateCapturedTypes.kt | 2 +- .../codegen/box/reified/arraysReification/instanceOf.kt | 2 +- .../box/reified/arraysReification/instanceOfArrays.kt | 2 +- .../codegen/box/reified/arraysReification/jClass.kt | 2 +- .../box/reified/arraysReification/jaggedArrayOfNulls.kt | 2 +- .../codegen/box/reified/callableReferenceInlinedFun.kt | 2 +- compiler/testData/codegen/box/reified/checkcast.kt | 2 +- compiler/testData/codegen/box/reified/copyToArray.kt | 2 +- compiler/testData/codegen/box/reified/defaultJavaClass.kt | 2 +- .../testData/codegen/box/reified/expectedTypeFromCast.kt | 2 +- compiler/testData/codegen/box/reified/filterIsInstance.kt | 2 +- .../testData/codegen/box/reified/innerAnonymousObject.kt | 2 +- compiler/testData/codegen/box/reified/instanceof.kt | 2 +- compiler/testData/codegen/box/reified/javaClass.kt | 2 +- compiler/testData/codegen/box/reified/nestedReified.kt | 2 +- .../testData/codegen/box/reified/nestedReifiedSignature.kt | 2 +- compiler/testData/codegen/box/reified/newArrayInt.kt | 2 +- .../box/reified/nonInlineableLambdaInReifiedFunction.kt | 2 +- .../codegen/box/reified/recursiveInnerAnonymousObject.kt | 2 +- compiler/testData/codegen/box/reified/recursiveNewArray.kt | 2 +- .../codegen/box/reified/recursiveNonInlineableLambda.kt | 2 +- .../codegen/box/reified/reifiedInlineFunOfObject.kt | 2 +- .../box/reified/reifiedInlineFunOfObjectWithinReified.kt | 2 +- .../box/reified/reifiedInlineIntoNonInlineableLambda.kt | 2 +- .../codegen/box/reified/reifiedIntersectionTypeArgument.kt | 2 +- .../reified/reifiedIntersectionTypeArgumentCrossModule.kt | 2 +- ...eifiedTypeArgumentWithIntersectionTypeAsTypeArgument.kt | 2 +- .../box/reified/reifiedTypeArgumentWithRecursion.kt | 2 +- compiler/testData/codegen/box/reified/safecast.kt | 2 +- .../testData/codegen/box/reified/sameIndexRecursive.kt | 2 +- compiler/testData/codegen/box/reified/spreads.kt | 2 +- compiler/testData/codegen/box/reified/varargs.kt | 2 +- .../testData/codegen/box/sam/adapters/implementAdapter.kt | 2 +- .../codegen/box/sam/adapters/inheritedOverriddenAdapter.kt | 2 +- .../testData/codegen/box/sam/constructors/comparator.kt | 2 +- compiler/testData/codegen/box/sam/constructors/kt19251.kt | 2 +- .../testData/codegen/box/sam/constructors/kt19251_child.kt | 2 +- .../codegen/box/sam/constructors/nonLiteralComparator.kt | 2 +- .../box/sam/constructors/samWrappersDifferentFiles.kt | 2 +- compiler/testData/codegen/box/sam/differentFqNames.kt | 2 +- compiler/testData/codegen/box/sam/inlinedSamWrapper.kt | 2 +- compiler/testData/codegen/box/sam/kt11696.kt | 2 +- compiler/testData/codegen/box/sam/kt17091.kt | 2 +- compiler/testData/codegen/box/sam/kt17091_2.kt | 2 +- compiler/testData/codegen/box/sam/kt17091_3.kt | 2 +- compiler/testData/codegen/box/sam/kt17091_4.kt | 2 +- compiler/testData/codegen/box/sam/kt19910.kt | 2 +- compiler/testData/codegen/box/sam/kt22906.kt | 2 +- compiler/testData/codegen/box/sam/kt22906_2.kt | 2 +- compiler/testData/codegen/box/sam/kt24825.kt | 2 +- compiler/testData/codegen/box/sam/kt44827_sam.kt | 2 +- compiler/testData/codegen/box/sam/nonInlinedSamWrapper.kt | 2 +- compiler/testData/codegen/box/sam/nullableSam.kt | 2 +- compiler/testData/codegen/box/sam/partialSam.kt | 2 +- compiler/testData/codegen/box/sam/partialSamKT.kt | 2 +- compiler/testData/codegen/box/sam/predicateSamWrapper.kt | 2 +- compiler/testData/codegen/box/sam/receiverEvaluatedOnce.kt | 2 +- .../codegen/box/sam/samConstructorGenericSignature.kt | 2 +- .../jvmFieldMemberPropertyDeclaration.kt | 2 +- compiler/testData/codegen/box/script/classReference.kt | 2 +- compiler/testData/codegen/box/script/localCaptureTests.kt | 2 +- compiler/testData/codegen/box/script/scripInstance.kt | 2 +- .../codegen/box/script/scriptNestedClassInstance.kt | 2 +- compiler/testData/codegen/box/smap/chainCalls.kt | 2 +- compiler/testData/codegen/box/smap/infixCalls.kt | 2 +- compiler/testData/codegen/box/smap/simpleCallWithParams.kt | 2 +- compiler/testData/codegen/box/smartCasts/kt42517.kt | 2 +- .../testData/codegen/box/specialBuiltins/complexMapImpl.kt | 2 +- .../codegen/box/specialBuiltins/mapGetOrDefault.kt | 2 +- .../codegen/box/storeStackBeforeInline/differentTypes.kt | 2 +- .../codegen/box/storeStackBeforeInline/primitiveMerge.kt | 2 +- .../testData/codegen/box/storeStackBeforeInline/simple.kt | 2 +- .../box/storeStackBeforeInline/unreachableMarker.kt | 2 +- .../codegen/box/storeStackBeforeInline/withLambda.kt | 2 +- .../testData/codegen/box/strings/constInStringTemplate.kt | 2 +- compiler/testData/codegen/box/strings/forInString.kt | 2 +- compiler/testData/codegen/box/strings/javaToStringNPE.kt | 2 +- compiler/testData/codegen/box/strings/kt13213.kt | 2 +- compiler/testData/codegen/box/strings/kt13213a.kt | 2 +- compiler/testData/codegen/box/strings/nestedConcat.kt | 2 +- .../testData/codegen/box/strings/stringFromJavaPlus.kt | 2 +- .../codegen/box/strings/stringPlusOnlyWorksOnString.kt | 2 +- compiler/testData/codegen/box/strings/trimOptimization.kt | 2 +- .../box/super/superConstructor/kt17464_linkedMapOf.kt | 2 +- .../suspendConversion/basicSuspendConversionGenerics.kt | 2 +- .../suspendConversion/suspendConversionCompatibility.kt | 2 +- .../testData/codegen/box/synchronized/changeMonitor.kt | 2 +- .../box/synchronized/exceptionInMonitorExpression.kt | 2 +- compiler/testData/codegen/box/synchronized/finally.kt | 2 +- compiler/testData/codegen/box/synchronized/longValue.kt | 2 +- .../codegen/box/synchronized/nestedDifferentObjects.kt | 2 +- .../testData/codegen/box/synchronized/nestedSameObject.kt | 2 +- .../testData/codegen/box/synchronized/nonLocalReturn.kt | 2 +- compiler/testData/codegen/box/synchronized/objectValue.kt | 2 +- compiler/testData/codegen/box/synchronized/sync.kt | 2 +- compiler/testData/codegen/box/synchronized/value.kt | 2 +- compiler/testData/codegen/box/synchronized/wait.kt | 2 +- .../accessorForProtectedInvokeVirtual.kt | 2 +- .../testData/codegen/box/syntheticAccessors/jvmField.kt | 2 +- .../codegen/box/syntheticAccessors/jvmNameForAccessors.kt | 2 +- .../protectedJavaFieldAccessor/kt46578_anonObject.kt | 2 +- .../protectedJavaFieldAccessor/kt46578_delegated.kt | 2 +- .../protectedJavaFieldAccessor/kt46578_kotlin_delegated.kt | 2 +- .../kt46578_kotlin_propertyRef.kt | 2 +- .../protectedJavaFieldAccessor/kt46578_lambda.kt | 2 +- .../protectedJavaFieldAccessor/kt46578_propertyRef.kt | 2 +- .../kt46597_crossinline_jvmField_property.kt | 2 +- .../kt46597_jvmField_property.kt | 2 +- .../protectedSuperclassCompanionObjectMember.kt | 2 +- .../box/syntheticAccessors/syntheticAccessorNames.kt | 2 +- .../testData/codegen/box/throws/delegationAndThrows.kt | 2 +- .../testData/codegen/box/throws/delegationAndThrows_1_3.kt | 2 +- .../box/throws/delegationAndThrows_AgainstCompiled.kt | 2 +- .../codegen/box/toArray/incorrectToArrayDetection.kt | 2 +- .../testData/codegen/box/toArray/kt3177-toTypedArray.kt | 2 +- .../testData/codegen/box/toArray/returnToTypedArray.kt | 2 +- compiler/testData/codegen/box/toArray/toArray.kt | 2 +- .../testData/codegen/box/toArray/toArrayAlreadyPresent.kt | 2 +- compiler/testData/codegen/box/toArray/toArrayFromJava.kt | 2 +- .../testData/codegen/box/toArray/toArrayShouldBePublic.kt | 2 +- .../codegen/box/toArray/toArrayShouldBePublicWithJava.kt | 2 +- compiler/testData/codegen/box/toArray/toTypedArray.kt | 2 +- .../noPrivateNoAccessorsInMultiFileFacade.kt | 2 +- .../noPrivateNoAccessorsInMultiFileFacade2.kt | 2 +- .../box/topLevelPrivate/syntheticAccessorInMultiFile.kt | 2 +- compiler/testData/codegen/box/traits/defaultImplCall.kt | 2 +- .../codegen/box/typeMapping/genericTypeWithNothing.kt | 2 +- compiler/testData/codegen/box/typeMapping/kt309.kt | 2 +- .../codegen/box/typeMapping/typeParameterMultipleBounds.kt | 2 +- .../testData/codegen/box/typealias/typeAliasAsBareType.kt | 2 +- .../codegen/box/underscoredTypeArguments/backTicked.kt | 2 +- .../underscoredTypeArguments/dependentTypeParameters.kt | 2 +- .../codegen/box/underscoredTypeArguments/simple.kt | 2 +- .../codegen/box/unsignedTypes/boxConstValOfUnsignedType.kt | 2 +- .../codegen/box/unsignedTypes/boxedUnsignedEqualsZero.kt | 2 +- .../box/unsignedTypes/checkBasicUnsignedLiterals.kt | 2 +- .../testData/codegen/box/unsignedTypes/defaultArguments.kt | 2 +- .../box/unsignedTypes/forEachIndexedInListOfUInts.kt | 2 +- .../codegen/box/unsignedTypes/forInUnsignedDownTo.kt | 2 +- .../codegen/box/unsignedTypes/forInUnsignedProgression.kt | 2 +- .../codegen/box/unsignedTypes/forInUnsignedRange.kt | 2 +- .../codegen/box/unsignedTypes/forInUnsignedRangeLiteral.kt | 2 +- .../box/unsignedTypes/forInUnsignedRangeWithCoercion.kt | 2 +- .../codegen/box/unsignedTypes/forInUnsignedUntil.kt | 2 +- .../testData/codegen/box/unsignedTypes/inUnsignedDownTo.kt | 2 +- .../testData/codegen/box/unsignedTypes/inUnsignedRange.kt | 2 +- .../codegen/box/unsignedTypes/inUnsignedRangeLiteral.kt | 2 +- .../testData/codegen/box/unsignedTypes/inUnsignedUntil.kt | 2 +- .../box/unsignedTypes/iterateOverArrayOfUnsignedValues.kt | 2 +- .../unsignedTypes/iterateOverListOfBoxedUnsignedValues.kt | 2 +- .../jvm8Intrinsics/unsignedIntCompare_jvm8.kt | 2 +- .../unsignedTypes/jvm8Intrinsics/unsignedIntDivide_jvm8.kt | 2 +- .../jvm8Intrinsics/unsignedIntRemainder_jvm8.kt | 2 +- .../jvm8Intrinsics/unsignedIntToString_jvm8.kt | 2 +- .../jvm8Intrinsics/unsignedLongCompare_jvm8.kt | 2 +- .../jvm8Intrinsics/unsignedLongDivide_jvm8.kt | 2 +- .../jvm8Intrinsics/unsignedLongRemainder_jvm8.kt | 2 +- .../jvm8Intrinsics/unsignedLongToString_jvm8.kt | 2 +- compiler/testData/codegen/box/unsignedTypes/kt25784.kt | 2 +- compiler/testData/codegen/box/unsignedTypes/kt43286.kt | 2 +- compiler/testData/codegen/box/unsignedTypes/kt43286a.kt | 2 +- compiler/testData/codegen/box/unsignedTypes/kt47716.kt | 2 +- .../box/unsignedTypes/literalEqualsNullableUnsigned.kt | 2 +- .../box/unsignedTypes/nullableUnsignedEqualsLiteral.kt | 2 +- .../codegen/box/unsignedTypes/unsignedArraySize.kt | 2 +- .../codegen/box/unsignedTypes/unsignedIntCompare.kt | 2 +- .../codegen/box/unsignedTypes/unsignedIntDivide.kt | 2 +- .../codegen/box/unsignedTypes/unsignedIntRemainder.kt | 2 +- .../codegen/box/unsignedTypes/unsignedIntToString.kt | 2 +- .../box/unsignedTypes/unsignedLiteralsForMaxLongValue.kt | 2 +- .../box/unsignedTypes/unsignedLiteralsInApiVersion14.kt | 2 +- .../unsignedTypes/unsignedLiteralsWithSignedOverflow.kt | 2 +- .../codegen/box/unsignedTypes/unsignedLongCompare.kt | 2 +- .../codegen/box/unsignedTypes/unsignedLongDivide.kt | 2 +- .../codegen/box/unsignedTypes/unsignedLongRemainder.kt | 2 +- .../codegen/box/unsignedTypes/unsignedLongToString.kt | 2 +- .../codegen/box/unsignedTypes/unsignedRangeIterator.kt | 2 +- .../box/unsignedTypes/unsignedToSignedConversion.kt | 2 +- .../unsignedTypeValuesInsideStringTemplates.kt | 2 +- .../codegen/box/unsignedTypes/varargsOfUnsignedTypes.kt | 2 +- .../testData/codegen/box/unsignedTypes/whenByUnsigned.kt | 2 +- compiler/testData/codegen/box/valueClasses/jvmInline.kt | 2 +- compiler/testData/codegen/box/vararg/kt37715.kt | 2 +- compiler/testData/codegen/box/vararg/kt46092.kt | 2 +- .../box/vararg/referenceToContainsFromVarargParameter.kt | 2 +- compiler/testData/codegen/box/vararg/spreadCopiesArray.kt | 2 +- .../codegen/box/vararg/useSuspendFunResultAsVararg.kt | 2 +- .../testData/codegen/box/when/enumOptimization/bigEnum.kt | 2 +- .../codegen/box/when/enumOptimization/duplicatingItems.kt | 2 +- .../box/when/enumOptimization/enumInsideClassObject.kt | 2 +- .../codegen/box/when/enumOptimization/expression.kt | 2 +- .../box/when/enumOptimization/manyWhensWithinClass.kt | 2 +- .../codegen/box/when/enumOptimization/nullability.kt | 2 +- .../codegen/box/when/enumOptimization/subjectAny.kt | 2 +- .../codegen/box/when/enumOptimization/withoutElse.kt | 2 +- .../codegen/box/when/integralWhenWithNoInlinedConstants.kt | 2 +- compiler/testData/codegen/box/when/kt45081.kt | 2 +- compiler/testData/codegen/box/when/kt47365.kt | 2 +- compiler/testData/codegen/box/when/kt5448.kt | 2 +- .../box/when/stringOptimization/duplicatingItems.kt | 2 +- .../stringOptimization/duplicatingItemsSameHashCode.kt | 2 +- .../stringOptimization/duplicatingItemsSameHashCode2.kt | 2 +- .../stringOptimization/duplicatingItemsSameHashCode3.kt | 2 +- .../box/when/stringOptimization/enhancedNullability.kt | 2 +- .../codegen/box/when/stringOptimization/expression.kt | 2 +- .../box/when/stringOptimization/flexibleNullability.kt | 2 +- .../codegen/box/when/stringOptimization/nullability.kt | 2 +- .../codegen/box/when/stringOptimization/sameHashCode.kt | 2 +- .../codegen/box/when/stringOptimization/statement.kt | 2 +- .../temporaryVarInWhenByStringIsDisposedProperly.kt | 2 +- .../testData/codegen/box/when/switchOptimizationDense.kt | 2 +- .../box/when/switchOptimizationMultipleConditions.kt | 2 +- .../testData/codegen/box/when/switchOptimizationSparse.kt | 2 +- .../codegen/box/when/switchOptimizationStatement.kt | 2 +- .../testData/codegen/box/when/switchOptimizationTypes.kt | 2 +- .../codegen/box/when/switchOptimizationUnordered.kt | 2 +- .../testData/codegen/box/when/switchOptimizationWithGap.kt | 2 +- .../denseIntSwitchWithSubjectVariable.kt | 2 +- .../sparseIntSwitchWithSubjectVariable.kt | 2 +- .../codegen/box/when/whenSubjectVariable/whenByEnum.kt | 2 +- .../box/when/whenSubjectVariable/whenByNullableEnum.kt | 2 +- .../codegen/box/when/whenSubjectVariable/whenByString.kt | 2 +- .../boxInline/annotations/annotationInstanceInlining.kt | 2 +- .../boxInline/annotations/instanceInAnonymousClass.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt16193.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt19399.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt19434.kt | 2 +- .../codegen/boxInline/anonymousObject/kt19434_2.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt29595.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt30696.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt38197.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt41174.kt | 2 +- .../codegen/boxInline/anonymousObject/kt42815_delegated.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt9591.kt | 2 +- .../testData/codegen/boxInline/anonymousObject/kt9877.kt | 2 +- .../argumentOrder/defaultParametersAndLastVararg.kt | 2 +- .../defaultParametersAndLastVarargWithCorrectOrder.kt | 2 +- .../codegen/boxInline/argumentOrder/extensionInClass.kt | 2 +- .../boxInline/argumentOrder/varargAndDefaultParameters.kt | 2 +- .../varargAndDefaultParametersWithCorrectOrder.kt | 2 +- .../boxInline/arrayConvention/simpleAccessInClass.kt | 2 +- .../arrayConvention/simpleAccessWithDefaultInClass.kt | 2 +- .../arrayConvention/simpleAccessWithLambdaInClass.kt | 2 +- .../assert/jvmAssertInlineFunctionAssertionsDisabled.kt | 2 +- .../assert/jvmAssertInlineFunctionAssertionsEnabled.kt | 2 +- .../codegen/boxInline/assert/jvmAssertInlineLambda.kt | 2 +- .../codegen/boxInline/assert/jvmClassInitializer.kt | 2 +- compiler/testData/codegen/boxInline/assert/jvmCompanion.kt | 2 +- .../codegen/boxInline/assert/jvmCrossinlineLambda.kt | 2 +- .../codegen/boxInline/assert/jvmCrossinlineLambda2.kt | 2 +- .../assert/jvmCrossinlineLambdaDeclarationSite.kt | 2 +- .../assert/jvmCrossinlineLambdaDeclarationSiteOnly.kt | 2 +- .../codegen/boxInline/assert/jvmCrossinlineRedundant.kt | 2 +- .../boxInline/assert/jvmCrossinlineSAMDeclarationSite.kt | 2 +- .../testData/codegen/boxInline/assert/jvmDoubleInline.kt | 2 +- .../codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt | 2 +- .../codegen/boxInline/assert/jvmInlineUsedAsNoinline.kt | 2 +- compiler/testData/codegen/boxInline/builders/builders.kt | 2 +- .../boxInline/builders/buildersAndLambdaCapturing.kt | 2 +- .../callableReference/adaptedReferences/inlineDefault.kt | 2 +- .../adaptedReferences/inlineVarargInts.kt | 2 +- .../codegen/boxInline/callableReference/bound/filter.kt | 2 +- .../boxInline/callableReference/bound/jvmFieldProperty.kt | 2 +- .../codegen/boxInline/callableReference/bound/map.kt | 2 +- .../boxInline/callableReference/jvmFieldProperty.kt | 2 +- .../codegen/boxInline/callableReference/kt15751_2.kt | 2 +- compiler/testData/codegen/boxInline/complex/forEachLine.kt | 2 +- .../testData/codegen/boxInline/complex/lambdaInLambda.kt | 2 +- compiler/testData/codegen/boxInline/complex/with.kt | 2 +- .../testData/codegen/boxInline/complexStack/asCheck.kt | 2 +- .../complexStack/breakContinueInInlineLambdaArgument.kt | 2 +- .../codegen/boxInline/contracts/nonLocalReturnWithCycle.kt | 2 +- .../codegen/boxInline/defaultValues/defaultInExtension.kt | 2 +- .../defaultValues/lambdaInlining/jvmStaticDefault.kt | 2 +- .../boxInline/defaultValues/lambdaInlining/kt26636.kt | 2 +- .../defaultValues/lambdaInlining/lambdaTakesResult.kt | 2 +- .../defaultValues/lambdaInlining/receiverClashInClass.kt | 2 +- .../defaultValues/lambdaInlining/thisClashInClass.kt | 2 +- .../boxInline/defaultValues/maskElimination/kt18792.kt | 2 +- .../codegen/boxInline/defaultValues/varArgNoInline.kt | 2 +- .../codegen/boxInline/enclosingInfo/inlineChain2.kt | 2 +- .../boxInline/enclosingInfo/transformedConstructor.kt | 2 +- .../transformedConstructorWithNestedInline.kt | 2 +- compiler/testData/codegen/boxInline/enum/kt10569.kt | 2 +- compiler/testData/codegen/boxInline/enum/kt18254.kt | 2 +- compiler/testData/codegen/boxInline/enum/valueOf.kt | 2 +- .../testData/codegen/boxInline/enum/valueOfCapturedType.kt | 2 +- compiler/testData/codegen/boxInline/enum/valueOfChain.kt | 2 +- .../codegen/boxInline/enum/valueOfChainCapturedType.kt | 2 +- .../testData/codegen/boxInline/enum/valueOfNonReified.kt | 2 +- compiler/testData/codegen/boxInline/enum/values.kt | 2 +- compiler/testData/codegen/boxInline/enum/valuesAsArray.kt | 2 +- .../testData/codegen/boxInline/enum/valuesCapturedType.kt | 2 +- compiler/testData/codegen/boxInline/enum/valuesChain.kt | 2 +- .../codegen/boxInline/enum/valuesChainCapturedType.kt | 2 +- .../testData/codegen/boxInline/enum/valuesNonReified.kt | 2 +- .../codegen/boxInline/functionExpression/extension.kt | 2 +- .../boxInline/inlineArgsInplace/callArgumentReordering.kt | 2 +- .../inlineClasses/noReturnTypeManglingFunJvmName.kt | 2 +- .../inlineClasses/withReturnTypeManglingFunJvmName.kt | 2 +- .../testData/codegen/boxInline/innerClasses/innerLambda.kt | 2 +- .../testData/codegen/boxInline/innerClasses/kt10259.kt | 2 +- .../invokedynamic/lambdas/inlineFunInDifferentPackage.kt | 2 +- .../boxInline/invokedynamic/lambdas/inlineLambda1.kt | 2 +- .../invokedynamic/sam/inlineFunInDifferentPackage.kt | 2 +- .../codegen/boxInline/invokedynamic/sam/inlineLambda1.kt | 2 +- compiler/testData/codegen/boxInline/jvmName/simple.kt | 2 +- .../testData/codegen/boxInline/jvmPackageName/simple.kt | 2 +- .../boxInline/lambdaTransformation/lambdaInLambda2.kt | 2 +- .../codegen/boxInline/localFunInLambda/localFunInLambda.kt | 2 +- .../codegen/boxInline/multifileClasses/defaultArguments.kt | 2 +- .../multifileClasses/inlineFromOptimizedMultifileClass.kt | 2 +- .../boxInline/multifileClasses/inlineFromOtherPackage.kt | 2 +- .../tryFinally/callSite/exceptionTableSplit.kt | 2 +- .../tryFinally/callSite/exceptionTableSplitNoReturn.kt | 2 +- .../tryFinally/exceptionTable/exceptionInFinally.kt | 2 +- .../boxInline/nonLocalReturns/tryFinally/kt20433.kt | 2 +- .../boxInline/nonLocalReturns/tryFinally/kt20433_2.kt | 2 +- .../boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt | 2 +- .../boxInline/nonLocalReturns/tryFinally/kt20433_void.kt | 2 +- .../testData/codegen/boxInline/optimizations/kt20844.kt | 2 +- .../boxInline/private/privateInInlineInMultiFileFacade.kt | 2 +- compiler/testData/codegen/boxInline/property/fromObject.kt | 2 +- compiler/testData/codegen/boxInline/property/reifiedVal.kt | 2 +- compiler/testData/codegen/boxInline/property/reifiedVar.kt | 2 +- .../testData/codegen/boxInline/reified/capturedLambda.kt | 2 +- .../testData/codegen/boxInline/reified/checkCast/chain.kt | 2 +- .../codegen/boxInline/reified/checkCast/kt26435.kt | 2 +- .../codegen/boxInline/reified/checkCast/kt26435_2.kt | 2 +- .../codegen/boxInline/reified/checkCast/kt26435_3.kt | 2 +- .../testData/codegen/boxInline/reified/checkCast/kt8043.kt | 2 +- .../codegen/boxInline/reified/checkCast/nullable.kt | 2 +- .../testData/codegen/boxInline/reified/checkCast/simple.kt | 2 +- .../codegen/boxInline/reified/checkCast/simpleSafe.kt | 2 +- .../codegen/boxInline/reified/checkCast/simple_1_3.kt | 2 +- .../codegen/boxInline/reified/defaultLambda/chain.kt | 2 +- .../codegen/boxInline/reified/defaultLambda/nested.kt | 2 +- .../codegen/boxInline/reified/defaultLambda/nested2.kt | 2 +- .../boxInline/reified/defaultLambda/nested2Static.kt | 2 +- .../boxInline/reified/defaultLambda/nestedStatic.kt | 2 +- .../codegen/boxInline/reified/defaultLambda/simple.kt | 2 +- .../boxInline/reified/defaultLambda/transitiveChain.kt | 2 +- .../reified/defaultLambda/transitiveChainStatic.kt | 2 +- compiler/testData/codegen/boxInline/reified/kt35511.kt | 2 +- compiler/testData/codegen/boxInline/reified/kt35511_try.kt | 2 +- .../codegen/boxInline/reified/kt35511_try_valueOf.kt | 2 +- .../codegen/boxInline/reified/kt35511_try_values.kt | 2 +- compiler/testData/codegen/boxInline/reified/kt44770.kt | 2 +- compiler/testData/codegen/boxInline/reified/kt44770_2.kt | 2 +- .../codegen/boxInline/signatureMangling/flexibleType.kt | 2 +- .../codegen/boxInline/signatureMangling/indices.kt | 2 +- .../codegen/boxInline/signatureMangling/rawType.kt | 2 +- compiler/testData/codegen/boxInline/simple/extension.kt | 2 +- .../codegen/boxInline/simple/importedJavaStaticField.kt | 2 +- compiler/testData/codegen/boxInline/simple/kt17431.kt | 2 +- .../codegen/boxInline/simple/propImportedFromObject.kt | 2 +- compiler/testData/codegen/boxInline/simple/vararg.kt | 2 +- compiler/testData/codegen/boxInline/smap/crossroutines.kt | 2 +- compiler/testData/codegen/boxInline/smap/forInline.kt | 2 +- .../testData/codegen/boxInline/smap/inlineOnly/noSmap.kt | 2 +- .../boxInline/smap/inlineOnly/noSmapWithProperty.kt | 2 +- .../testData/codegen/boxInline/smap/multiFileFacade.kt | 2 +- .../testData/codegen/boxInline/special/monitorEnterExit.kt | 2 +- .../boxInline/suspend/callableReference/isAsReified.kt | 2 +- .../boxInline/suspend/callableReference/isAsReified2.kt | 2 +- .../boxInline/suspend/callableReference/nonTailCall.kt | 2 +- .../codegen/boxInline/suspend/callableReference/simple.kt | 2 +- .../boxInline/suspend/callableReference/unitReturn.kt | 2 +- .../codegen/boxInline/suspend/capturedVariables.kt | 2 +- ...ossinlineSuspendLambdaInsideCrossinlineSuspendLambda.kt | 2 +- .../codegen/boxInline/suspend/debugMetadataCrossinline.kt | 2 +- .../suspend/defaultParameter/defaultInlineLambda.kt | 2 +- .../suspend/defaultParameter/defaultInlineReference.kt | 2 +- .../suspend/defaultParameter/defaultValueCrossinline.kt | 2 +- .../suspend/defaultParameter/defaultValueInClass.kt | 2 +- .../suspend/defaultParameter/defaultValueInline.kt | 2 +- .../defaultValueInlineFromMultiFileFacade.kt | 2 +- .../codegen/boxInline/suspend/delegatedProperties.kt | 2 +- .../suspend/doubleRegenerationWithNonSuspendingLambda.kt | 2 +- .../testData/codegen/boxInline/suspend/enclodingMethod.kt | 2 +- .../codegen/boxInline/suspend/fileNameInMetadata.kt | 2 +- .../boxInline/suspend/inlineClass/returnBoxedFromLambda.kt | 2 +- .../boxInline/suspend/inlineClass/returnUnboxedDirect.kt | 2 +- .../suspend/inlineClass/returnUnboxedFromLambda.kt | 2 +- .../boxInline/suspend/inlineClass/returnUnboxedResume.kt | 2 +- .../suspend/inlineOrdinaryOfCrossinlineSuspend.kt | 2 +- .../boxInline/suspend/inlineOrdinaryOfNoinlineSuspend.kt | 2 +- .../codegen/boxInline/suspend/inlinePassthrough.kt | 2 +- .../codegen/boxInline/suspend/inlineSuspendContinuation.kt | 2 +- .../boxInline/suspend/inlineSuspendInMultifileClass.kt | 2 +- .../suspend/inlineSuspendOfCrossinlineOrdinary.kt | 2 +- .../boxInline/suspend/inlineSuspendOfCrossinlineSuspend.kt | 2 +- .../boxInline/suspend/inlineSuspendOfNoinlineOrdinary.kt | 2 +- .../boxInline/suspend/inlineSuspendOfNoinlineSuspend.kt | 2 +- .../codegen/boxInline/suspend/inlineSuspendOfOrdinary.kt | 2 +- .../codegen/boxInline/suspend/inlineSuspendOfSuspend.kt | 2 +- .../boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt | 2 +- .../boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt | 2 +- .../inlineUsedAsNoinline/withCapturedInlineLambda.kt | 2 +- .../inlineUsedAsNoinline/withCapturedInlineLambda2.kt | 2 +- compiler/testData/codegen/boxInline/suspend/jvmName.kt | 2 +- compiler/testData/codegen/boxInline/suspend/kt26658.kt | 2 +- .../codegen/boxInline/suspend/maxStackWithCrossinline.kt | 4 ++-- .../testData/codegen/boxInline/suspend/multipleLocals.kt | 2 +- .../codegen/boxInline/suspend/multipleSuspensionPoints.kt | 2 +- .../boxInline/suspend/nestedMethodWith2XParameter.kt | 2 +- .../testData/codegen/boxInline/suspend/nonLocalReturn.kt | 2 +- .../codegen/boxInline/suspend/nonSuspendCrossinline.kt | 2 +- .../suspend/receiver/inlineOrdinaryOfCrossinlineSuspend.kt | 2 +- .../suspend/receiver/inlineOrdinaryOfNoinlineSuspend.kt | 2 +- .../suspend/receiver/inlineSuspendOfCrossinlineOrdinary.kt | 2 +- .../suspend/receiver/inlineSuspendOfCrossinlineSuspend.kt | 2 +- .../suspend/receiver/inlineSuspendOfNoinlineOrdinary.kt | 2 +- .../suspend/receiver/inlineSuspendOfNoinlineSuspend.kt | 2 +- .../boxInline/suspend/receiver/inlineSuspendOfOrdinary.kt | 2 +- .../boxInline/suspend/receiver/inlineSuspendOfSuspend.kt | 2 +- compiler/testData/codegen/boxInline/suspend/returnValue.kt | 2 +- .../suspend/stateMachine/crossingCoroutineBoundaries.kt | 2 +- .../boxInline/suspend/stateMachine/independentInline.kt | 2 +- .../codegen/boxInline/suspend/stateMachine/innerLambda.kt | 2 +- .../suspend/stateMachine/innerLambdaInsideLambda.kt | 2 +- .../suspend/stateMachine/innerLambdaWithoutCrossinline.kt | 2 +- .../codegen/boxInline/suspend/stateMachine/innerMadness.kt | 2 +- .../boxInline/suspend/stateMachine/innerMadnessCallSite.kt | 2 +- .../codegen/boxInline/suspend/stateMachine/innerObject.kt | 2 +- .../suspend/stateMachine/innerObjectInsideInnerObject.kt | 2 +- .../suspend/stateMachine/innerObjectRetransformation.kt | 2 +- .../suspend/stateMachine/innerObjectSeveralFunctions.kt | 2 +- .../stateMachine/innerObjectWithoutCapturingCrossinline.kt | 2 +- .../codegen/boxInline/suspend/stateMachine/insideObject.kt | 2 +- .../codegen/boxInline/suspend/stateMachine/kt30708.kt | 2 +- .../boxInline/suspend/stateMachine/lambdaTransformation.kt | 2 +- .../codegen/boxInline/suspend/stateMachine/normalInline.kt | 2 +- .../boxInline/suspend/stateMachine/numberOfSuspentions.kt | 2 +- .../boxInline/suspend/stateMachine/objectInsideLambdas.kt | 2 +- .../boxInline/suspend/stateMachine/oneInlineTwoCaptures.kt | 2 +- .../codegen/boxInline/suspend/stateMachine/passLambda.kt | 2 +- .../boxInline/suspend/stateMachine/passParameter.kt | 2 +- .../boxInline/suspend/stateMachine/passParameterLambda.kt | 2 +- .../suspend/stateMachine/unreachableSuspendMarker.kt | 2 +- .../testData/codegen/boxInline/suspend/tryCatchReceiver.kt | 2 +- .../codegen/boxInline/suspend/tryCatchStackTransform.kt | 2 +- .../boxInline/suspend/twiceRegeneratedAnonymousObject.kt | 2 +- .../boxInline/suspend/twiceRegeneratedSuspendLambda.kt | 2 +- .../testData/codegen/boxInline/tryCatchFinally/tryCatch.kt | 2 +- .../codegen/boxInline/tryCatchFinally/tryCatch2.kt | 2 +- .../codegen/boxInline/tryCatchFinally/tryCatchFinally.kt | 2 +- .../boxInline/varargs/varargAndDefaultParameters2.kt | 2 +- .../codegen/boxModernJdk/testsWithJava11/kt36984.kt | 2 +- .../codegen/boxModernJdk/testsWithJava11/varHandle.kt | 2 +- .../codegen/boxWasmJsInterop/externalTypeOperators.kt | 2 +- .../codegen/boxWasmJsInterop/nullableExternRefs.kt | 2 +- .../codegen/bytecodeListing/annotations/JvmSynthetic.kt | 2 +- .../annotations/annotationCtorCallGenerateSynthetic.kt | 2 +- .../annotations/annotationCtorCallNoSynthetic.kt | 2 +- .../bytecodeListing/annotations/deprecatedJvmOverloads.kt | 2 +- .../annotations/repeatable/javaAnnotation.kt | 2 +- .../annotations/repeatable/kotlinAnnotation.kt | 2 +- .../repeatable/kotlinAnnotationWithBothRepeatables.kt | 2 +- .../annotations/repeatable/kotlinSpecificTargets.kt | 2 +- .../annotations/repeatable/multipleRepeatableOrder.kt | 2 +- .../repeatable/nonRepeatedAnnotationWithItsContainer.kt | 2 +- .../annotations/repeatable/propertyGetterUseSiteTarget.kt | 2 +- .../annotations/repeatable/retentionAndTarget.kt | 2 +- .../codegen/bytecodeListing/annotations/unsignedTypes.kt | 2 +- .../callableReferenceArrayConstructorArguments.kt | 2 +- .../codegen/bytecodeListing/collectionStubs/ListAndSet.kt | 2 +- .../codegen/bytecodeListing/collectionStubs/emptyList.kt | 2 +- .../collectionStubs/inheritingFromAbstractCollections.kt | 2 +- .../collectionStubs/inheritingFromAbstractMap.kt | 2 +- .../collectionStubs/inheritingFromAbstractMutableList.kt | 2 +- .../collectionStubs/noStubsInJavaSuperClass.kt | 2 +- .../bytecodeListing/collectionStubs/stubsFromSuperclass.kt | 2 +- .../collectionStubs/stubsFromSuperclassNoBridges.kt | 2 +- .../coroutines/coroutineContextIntrinsic.kt | 2 +- .../codegen/bytecodeListing/coroutines/coroutineFields.kt | 2 +- .../codegen/bytecodeListing/coroutines/oomInReturnUnit.kt | 2 +- .../codegen/bytecodeListing/coroutines/privateAccessor.kt | 2 +- .../coroutines/spilling/booleanParameter.kt | 2 +- .../bytecodeListing/coroutines/spilling/component1.kt | 2 +- .../bytecodeListing/coroutines/spilling/destructured.kt | 2 +- .../codegen/bytecodeListing/coroutines/spilling/field.kt | 2 +- .../codegen/bytecodeListing/coroutines/spilling/lambda.kt | 2 +- .../codegen/bytecodeListing/coroutines/spilling/select.kt | 2 +- .../bytecodeListing/coroutines/spilling/unreachable.kt | 2 +- .../bytecodeListing/coroutines/suspendReifiedFun.kt | 2 +- .../codegen/bytecodeListing/coroutines/tcoContinuation.kt | 2 +- .../defaultArguments/functionInMultifileClass.kt | 2 +- .../functionInMultifileClassWithInheritedParts.kt | 2 +- .../defaultArguments/internalNameMangling.kt | 2 +- .../delegatedProperty/delegateMethodIsNonOverridable.kt | 2 +- .../delegatedPropertiesInCompanionObject.kt | 2 +- .../deprecated/deprecatedEnumEntryFields.kt | 2 +- .../deprecated/deprecatedInMultifileClass.kt | 2 +- .../deprecated/inlineClassTypesInSignature.kt | 2 +- .../deprecated/jvmStaticDeprecatedProperty.kt | 2 +- .../fileClassWithPrivateDeclarationsOnly_after.kt | 2 +- .../fileClassWithPrivateDeclarationsOnly_before.kt | 2 +- .../codegen/bytecodeListing/inline/InlineOnlyMultifile.kt | 2 +- .../bytecodeListing/inline/InlineOnlyPropertyMultifile.kt | 2 +- .../bytecodeListing/inline/InlineReifiedMultifile.kt | 2 +- .../inline/InlineReifiedPropertyMultifile.kt | 2 +- .../testData/codegen/bytecodeListing/inline/inlineOnly.kt | 2 +- .../codegen/bytecodeListing/inline/inlineOnlyProperty.kt | 2 +- .../testData/codegen/bytecodeListing/inline/simpleNamed.kt | 2 +- .../bytecodeListing/inlineClasses/annotationGetters.kt | 2 +- .../inlineClasses/defaultInterfaceMembers/jvmDefaultAll.kt | 2 +- .../defaultInterfaceMembers/jvmDefaultEnable.kt | 2 +- .../codegen/bytecodeListing/inlineClasses/jvmName.kt | 2 +- ...OverloadsOnTopLevelFunctionReturningInlineClassValue.kt | 2 +- .../bytecodeListing/inlineClasses/returnResult/class.kt | 2 +- .../inlineClasses/returnResult/classAnyOverride.kt | 2 +- .../inlineClasses/returnResult/classGenericOverride.kt | 2 +- .../inlineClasses/returnResult/classResultOverride.kt | 2 +- .../inlineClasses/returnResult/interface.kt | 2 +- .../bytecodeListing/inlineClasses/returnResult/topLevel.kt | 2 +- .../jvm8/defaults/allCompatibility/deprecation.kt | 2 +- .../defaults/allCompatibility/deprecationWithDefault.kt | 2 +- .../jvm8/defaults/allCompatibility/interfaceProperty.kt | 2 +- .../allCompatibility/jvmDefaultWithoutCompatibility.kt | 2 +- .../allCompatibility/specialization/primitiveAndAny.kt | 2 +- .../specialization/primitiveAndNullable.kt | 2 +- .../jvm8/defaults/enable/interfaceProperty.kt | 2 +- .../jvm8/defaults/noDefaultImpl/interfaceProperty.kt | 2 +- .../jvmOverloadsAndParametersAnnotations.kt | 2 +- .../codegen/bytecodeListing/jvmOverloadsExternal.kt | 2 +- .../testData/codegen/bytecodeListing/jvmRecordStructure.kt | 2 +- .../codegen/bytecodeListing/jvmStatic/jvmStaticExternal.kt | 2 +- .../codegen/bytecodeListing/jvmStatic/jvmStaticPrivate.kt | 2 +- .../jvmStatic/jvmStaticWithDefaultParameters.kt | 2 +- .../testData/codegen/bytecodeListing/jvmStatic/kt31389.kt | 2 +- compiler/testData/codegen/bytecodeListing/kt47328.kt | 2 +- .../codegen/bytecodeListing/main/multifileSuspend.kt | 2 +- .../codegen/bytecodeListing/main/parameterlessMain.kt | 2 +- .../bytecodeListing/main/parameterlessMain_before.kt | 2 +- .../testData/codegen/bytecodeListing/main/suspendMain.kt | 2 +- .../multifileClasses/emptyMultifileFacade.kt | 2 +- .../bytecodeListing/multifileClasses/jvmSynthetic.kt | 2 +- .../codegen/bytecodeListing/multifileClasses/kt43519.kt | 2 +- .../multifileClasses/multiClassPartSourceMultipleParts.kt | 2 +- .../multifileClasses/multiClassPartSourceSinglePart.kt | 2 +- .../bytecodeListing/multiplatform/optionalExpectation.kt | 2 +- .../nullabilityAnnotations/platformTypes.kt | 2 +- .../codegen/bytecodeListing/privateCompanionFields.kt | 2 +- .../codegen/bytecodeListing/sam/reusedSamWrapperClasses.kt | 2 +- .../codegen/bytecodeListing/specialBridges/kt41123.kt | 2 +- .../specialBridges/signatures/implementsSortedMap.kt | 2 +- .../bytecodeListing/specialBridges/unsignedArray.kt | 2 +- compiler/testData/codegen/bytecodeListing/strictfpFlag.kt | 2 +- .../testData/codegen/bytecodeListing/synchronizedFlag.kt | 2 +- .../unsignedRangeIteratorSpecialization.kt | 2 +- .../capturedValInLambdaInitializedInside.kt | 2 +- .../forLoop/forInIndices/forInArrayListIndices.kt | 2 +- .../codegen/bytecodeText/forLoop/iincGeneration.kt | 2 +- .../forLoop/unsigned/forInConstBoundUnsignedRange.kt | 2 +- .../forLoop/unsigned/forInDownToUIntMinValue.kt | 2 +- .../forLoop/unsigned/forInDownToULongMinValue.kt | 2 +- .../forLoop/unsigned/forInOptimizableUnsignedRange.kt | 2 +- .../forLoop/unsigned/forInRangeToUIntMaxValue.kt | 2 +- .../forLoop/unsigned/forInRangeToULongMaxValue.kt | 2 +- .../bytecodeText/forLoop/unsigned/forInUnsignedArray.kt | 2 +- .../forLoop/unsigned/forInUnsignedArrayIndices.kt | 2 +- .../forLoop/unsigned/forInUnsignedArrayWithIndex.kt | 2 +- .../forLoop/unsigned/forInUntilUIntMaxValue.kt | 2 +- .../forLoop/unsigned/forInUntilUIntMinValue.kt | 2 +- .../forLoop/unsigned/forInUntilULongMaxValue.kt | 2 +- .../forLoop/unsigned/forInUntilULongMinValue.kt | 2 +- .../bytecodeText/forLoop/unsigned/illegalStepConst.kt | 2 +- .../bytecodeText/forLoop/unsigned/reversedThenStep.kt | 2 +- .../forLoop/unsigned/stepConstOnNonLiteralProgression.kt | 2 +- .../unsigned/stepNonConstOnNonLiteralProgression.kt | 2 +- .../bytecodeText/forLoop/unsigned/stepOnNonLiteralRange.kt | 2 +- .../bytecodeText/forLoop/unsigned/stepThenDifferentStep.kt | 2 +- .../inline/noFakeVariableForInlineOnlyFunFromStdlib.kt | 2 +- .../inline/noFakeVariableForInlineOnlyFunMap.kt | 2 +- .../inline/noFakeVariableForInlineOnlyFunWithLambda.kt | 2 +- .../bytecodeText/inlineArgsInPlace/kotlinMathMax.kt | 2 +- .../testData/codegen/bytecodeText/inlineArgsInPlace/sin.kt | 2 +- .../inlineClasses/noManglingForFunctionsWithJvmName.kt | 2 +- .../inlineClasses/resultApiDoesntCallSpecializedEquals.kt | 2 +- .../bytecodeText/inlineClasses/resultApiDoesntUseBox.kt | 2 +- .../bytecodeText/inlineClasses/resultApiEqualsDoesntBox.kt | 2 +- .../inlineClasses/resultApiRunCatchingDoesntBox.kt | 2 +- .../inlineClasses/resultApiStringInterpolationDoesntBox.kt | 2 +- .../codegen/bytecodeText/inlineClasses/resultMangling.kt | 2 +- .../invokedynamic/functionRefToJavaInterface.kt | 2 +- .../codegen/bytecodeText/invokedynamic/streamApi.kt | 2 +- compiler/testData/codegen/bytecodeText/mapGetOrDefault.kt | 2 +- .../multifileClasses/defaultFunctionInMultifileClass.kt | 2 +- .../bytecodeText/multifileClasses/privateFunctionName.kt | 2 +- .../nullabilityAssertionOnDispatchReceiver.kt | 2 +- .../optimizedDelegatedProperties/delegateToAnother.kt | 2 +- .../bytecodeText/optimizedDelegatedProperties/lazy.kt | 2 +- .../storeStackBeforeInline/arrayConstructor.kt | 2 +- .../codegen/bytecodeText/toArray/noAccessorForToArray.kt | 2 +- .../unsignedTypes/unsignedIntCompare_before.kt | 2 +- .../bytecodeText/unsignedTypes/unsignedIntCompare_jvm18.kt | 2 +- .../bytecodeText/unsignedTypes/unsignedIntDivide_jvm18.kt | 2 +- .../unsignedTypes/unsignedIntRemainder_jvm18.kt | 2 +- .../unsignedTypes/unsignedIntSmartCasts_jvm18.kt | 2 +- .../unsignedTypes/unsignedIntToString_jvm18.kt | 2 +- .../unsignedTypes/unsignedLongCompare_jvm18.kt | 2 +- .../bytecodeText/unsignedTypes/unsignedLongDivide_jvm18.kt | 2 +- .../unsignedTypes/unsignedLongRemainder_jvm18.kt | 2 +- .../unsignedTypes/unsignedLongToString_jvm18.kt | 2 +- .../codegen/bytecodeText/unsignedTypes/whenByUnsigned.kt | 2 +- compiler/testData/codegen/dumpDeclarations/classMembers.kt | 2 +- .../intermediateAbstractSuspendFunction.kt | 2 +- compiler/testData/codegen/dumpDeclarations/localClasses.kt | 2 +- .../codegen/dumpDeclarations/multifileFacadeMembers.kt | 2 +- .../testData/codegen/dumpDeclarations/suspendLambda.kt | 2 +- .../testData/codegen/dumpDeclarations/suspendOverride.kt | 2 +- .../testData/codegen/dumpDeclarations/topLevelMembers.kt | 2 +- .../java6/box/builtinStubMethods/immutableRemove.kt | 2 +- compiler/testData/codegen/kapt/innerClasses.kt | 2 +- compiler/testData/codegen/kapt/jvmOverloads.kt | 2 +- .../testData/debug/localVariables/destructuringInFor.kt | 2 +- compiler/testData/debug/localVariables/jvmOverloads.kt | 2 +- .../suspend/inlineLocalsStateMachineTransform.kt | 2 +- .../localVariables/suspend/localsStateMachineTransform.kt | 2 +- compiler/testData/debug/localVariables/suspend/mergeLvt.kt | 2 +- compiler/testData/debug/localVariables/suspend/simple.kt | 2 +- .../debug/localVariables/suspend/underscoreNames.kt | 2 +- compiler/testData/debug/localVariables/tryFinally.kt | 2 +- compiler/testData/debug/localVariables/tryFinally10.kt | 2 +- compiler/testData/debug/localVariables/tryFinally11.kt | 2 +- compiler/testData/debug/localVariables/tryFinally12.kt | 2 +- compiler/testData/debug/localVariables/tryFinally13.kt | 2 +- compiler/testData/debug/localVariables/tryFinally14.kt | 2 +- compiler/testData/debug/localVariables/tryFinally15.kt | 2 +- compiler/testData/debug/localVariables/tryFinally16.kt | 2 +- compiler/testData/debug/localVariables/tryFinally2.kt | 2 +- compiler/testData/debug/localVariables/tryFinally3.kt | 2 +- compiler/testData/debug/localVariables/tryFinally4.kt | 2 +- compiler/testData/debug/localVariables/tryFinally5.kt | 2 +- compiler/testData/debug/localVariables/tryFinally6.kt | 2 +- compiler/testData/debug/localVariables/tryFinally7.kt | 2 +- compiler/testData/debug/localVariables/tryFinally8.kt | 2 +- compiler/testData/debug/localVariables/tryFinally9.kt | 2 +- .../debug/stepping/suspendFunWithLambdaParameter.kt | 2 +- .../debug/stepping/suspendFunWithSuspendLambdaParameter.kt | 2 +- .../java8Tests/jspecify/strictMode/kt48261.kt | 2 +- .../java8Tests/jsr305/typeArguments.fir.kt | 2 +- .../java8Tests/jsr305/typeArguments.kt | 2 +- .../foreignAnnotationsTests/java8Tests/misc/kt48261.kt | 2 +- .../tests/annotations/ConstructorCallAllowed.kt | 2 +- .../resolveReferenceAgainstKFunctionAndKPrpoerty.kt | 2 +- .../resolve/resolveTwoReferencesAgainstGenerics.kt | 2 +- .../diagnostics/tests/checkArguments/kt17691.fir.kt | 2 +- .../testData/diagnostics/tests/checkArguments/kt17691.kt | 2 +- .../tests/checkArguments/kt17691WithEnabledFeature.kt | 2 +- .../tests/delegatedProperty/provideDelegate/kt38714.fir.kt | 2 +- .../tests/delegatedProperty/provideDelegate/kt38714.kt | 2 +- .../provideDelegateOnFunctionalTypeWithThis.fir.kt | 2 +- .../provideDelegateOnFunctionalTypeWithThis.kt | 2 +- .../testData/diagnostics/tests/delegation/kt44843.fir.kt | 2 +- compiler/testData/diagnostics/tests/delegation/kt44843.kt | 2 +- .../starProjections/foldRecursiveTypesToStarProjection.kt | 2 +- .../inference/annotatedUnderscoredTypeArgument.fir.kt | 2 +- .../tests/inference/annotatedUnderscoredTypeArgument.kt | 2 +- .../changingResolveIfDontUseBuilderInference.fir.kt | 2 +- .../changingResolveIfDontUseBuilderInference.kt | 2 +- .../builderInference/constraints/violating.fir.kt | 2 +- .../inference/builderInference/constraints/violating.kt | 2 +- .../tests/inference/builderInference/kt47744.fir.kt | 2 +- .../tests/inference/builderInference/kt47744.kt | 2 +- .../tests/inference/builderInference/labaledCall.kt | 2 +- ...ambdaInCallWithAnotherLambdaWithBuilderInference.fir.kt | 2 +- ...pleLambdaInCallWithAnotherLambdaWithBuilderInference.kt | 2 +- ...ipedUnresolvedInBuilderInferenceWithStubReceiverType.kt | 2 +- .../specialCallsWithCallableReferences.fir.kt | 2 +- .../builderInference/specialCallsWithCallableReferences.kt | 2 +- ...thCallableReferencesDontCareTypeInBlockExression.fir.kt | 2 +- ...lsWithCallableReferencesDontCareTypeInBlockExression.kt | 2 +- ...ialCallsWithCallableReferencesDontRewriteAtSlice.fir.kt | 2 +- ...specialCallsWithCallableReferencesDontRewriteAtSlice.kt | 2 +- .../specialCallsWithCallableReferencesErrorType.fir.kt | 2 +- .../specialCallsWithCallableReferencesErrorType.kt | 2 +- ...CallsWithCallableReferencesErrorTypeUnrestricted.fir.kt | 2 +- ...cialCallsWithCallableReferencesErrorTypeUnrestricted.kt | 2 +- ...llsWithCallableReferencesNonStrictOnlyInputTypes.fir.kt | 2 +- ...alCallsWithCallableReferencesNonStrictOnlyInputTypes.kt | 2 +- .../specialCallsWithCallableReferencesUnrestricted.fir.kt | 2 +- .../specialCallsWithCallableReferencesUnrestricted.kt | 2 +- .../builderInference/specialCallsWithLambdas.fir.kt | 2 +- .../inference/builderInference/specialCallsWithLambdas.kt | 2 +- .../builderInference/stubTypes/capturedTypes.fir.kt | 2 +- .../inference/builderInference/stubTypes/capturedTypes.kt | 2 +- .../builderInference/stubTypes/commonSuperType.fir.kt | 2 +- .../builderInference/stubTypes/commonSuperType.kt | 2 +- .../stubTypes/commonSuperTypeContravariant.fir.kt | 2 +- .../stubTypes/commonSuperTypeContravariant.kt | 2 +- .../stubTypes/commonSuperTypeCovariant.fir.kt | 2 +- .../builderInference/stubTypes/commonSuperTypeCovariant.kt | 2 +- .../stubTypes/commonSuperTypeInvariant.fir.kt | 2 +- .../builderInference/stubTypes/commonSuperTypeInvariant.kt | 2 +- .../stubTypes/commonSuperTypeNullable.fir.kt | 2 +- .../builderInference/stubTypes/commonSuperTypeNullable.kt | 2 +- .../inference/builderInference/stubTypes/intersect.fir.kt | 2 +- .../inference/builderInference/stubTypes/intersect.kt | 2 +- .../builderInference/stubTypes/memberScope.fir.kt | 2 +- .../inference/builderInference/stubTypes/memberScope.kt | 2 +- .../builderInference/stubTypes/nullability.fir.kt | 2 +- .../inference/builderInference/stubTypes/nullability.kt | 2 +- .../builderInference/stubTypes/renderingStubTypes.fir.kt | 2 +- .../builderInference/stubTypes/renderingStubTypes.kt | 2 +- .../withoutAnnotationDisabledFeature.fir.kt | 2 +- .../builderInference/withoutAnnotationDisabledFeature.kt | 2 +- .../capturedTypes/avoidCreatingUselessCapturedTypes.kt | 2 +- .../dontCheckNewCapturedTypeSpecificChecksForOldOnes.kt | 2 +- .../tests/inference/capturedTypes/kt46727.fir.kt | 2 +- .../diagnostics/tests/inference/capturedTypes/kt46727.kt | 2 +- .../tests/inference/capturedTypes/kt46727Warnings.fir.kt | 2 +- .../tests/inference/capturedTypes/kt46727Warnings.kt | 2 +- .../diagnostics/tests/inference/capturedTypesInSelfType.kt | 2 +- ...iscardInapplicableCandidateWithNotSatisfyingSelfType.kt | 2 +- .../tests/inference/illegalUnderscoredTypeArgument.fir.kt | 2 +- .../tests/inference/illegalUnderscoredTypeArgument.kt | 2 +- compiler/testData/diagnostics/tests/inference/kt46515.kt | 2 +- .../nothingType/nullableExpectedTypeFromVariable.fir.kt | 2 +- .../nothingType/nullableExpectedTypeFromVariable.kt | 2 +- .../inference/onlyInputTypesWithMultilevelIncorporation.kt | 2 +- .../diagnostics/tests/inference/regressions/kt47941.kt | 2 +- ...NotEnoughTypeInformationErrorsOnBlockExpressions.fir.kt | 2 +- ...portNotEnoughTypeInformationErrorsOnBlockExpressions.kt | 2 +- .../wrongArgumentPassedToLocalExtensionFunction.fir.kt | 2 +- .../wrongArgumentPassedToLocalExtensionFunction.kt | 2 +- .../inference/specialCallsWithCallableReferences.fir.kt | 2 +- .../tests/inference/specialCallsWithCallableReferences.kt | 2 +- .../substitutions/substitutionOfTypeEnhancement.kt | 2 +- .../tests/inference/underscoredTypeArgument.fir.kt | 2 +- .../diagnostics/tests/inference/underscoredTypeArgument.kt | 2 +- .../inference/underscoredTypeInForbiddenPositions.fir.kt | 2 +- .../tests/inference/underscoredTypeInForbiddenPositions.kt | 2 +- .../tests/inference/violatingUpperBoundForSelfType.fir.kt | 2 +- .../tests/inference/violatingUpperBoundForSelfType.kt | 2 +- .../inference/violatingUpperBoundForSelfTypeError.fir.kt | 2 +- .../tests/inference/violatingUpperBoundForSelfTypeError.kt | 2 +- .../tests/inline/property/propertyWithBackingField.kt | 2 +- .../tests/inlineClasses/synchronizedForbidden.fir.kt | 2 +- .../tests/inlineClasses/synchronizedForbidden.kt | 2 +- .../diagnostics/tests/operatorsOverloading/kt45503_1.kt | 2 +- .../diagnostics/tests/operatorsOverloading/kt45503_2.kt | 2 +- .../diagnostics/tests/operatorsOverloading/kt45503_3.kt | 2 +- .../operatorsOverloading/plusAssignOnVarAndCollections.kt | 2 +- ...notherErasedRecursiveTypeArgumentAndNonRecursive.fir.kt | 2 +- ...uteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt | 2 +- ...ntSubstituteAnotherErasedTypeArgumentIfRecursive.fir.kt | 2 +- .../dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt | 2 +- .../rawTypes/substituteAnotherErasedTypeArgument.fir.kt | 2 +- .../rawTypes/substituteAnotherErasedTypeArgument.kt | 2 +- .../rawTypes/substituteOtherErasedDeepTypeArguments.fir.kt | 2 +- .../rawTypes/substituteOtherErasedDeepTypeArguments.kt | 2 +- ...bstituteSeveralOtherErasedDependentTypeArguments.fir.kt | 2 +- .../substituteSeveralOtherErasedDependentTypeArguments.kt | 2 +- .../substituteSeveralOtherErasedTypeArguments.fir.kt | 2 +- .../rawTypes/substituteSeveralOtherErasedTypeArguments.kt | 2 +- .../typeEnhancement/buildFlexibleEnhancement.kt | 2 +- .../testData/diagnostics/tests/subtyping/kt47148.fir.kt | 2 +- compiler/testData/diagnostics/tests/subtyping/kt47148.kt | 2 +- .../tests/testWithModifiedMockJdk/newStringMethods.fir.kt | 2 +- .../tests/testWithModifiedMockJdk/newStringMethods.kt | 2 +- .../diagnostics/tests/testsWithExplicitApi/publishedApi.kt | 2 +- .../tests/typeParameters/implicitNothingOnDelegates.fir.kt | 2 +- .../tests/typeParameters/implicitNothingOnDelegates.kt | 2 +- .../tests/typealias/annotationsOnTypeAliases.kt | 2 +- compiler/testData/diagnostics/tests/when/whenOnClass.kt | 2 +- .../testsWithJvmBackend/multifileClasses/jvmSynthetic.kt | 2 +- .../diagnostics/testsWithJvmBackend/noWarningInLV1_5.kt | 2 +- .../typeOf/nonReifiedTypeParameterWithRecursiveBound.kt | 2 +- .../diagnostics/testsWithJvmBackend/typeOf/suspendType.kt | 2 +- .../testsWithJvmBackend/valueClasses/cloneable.fir.kt | 2 +- .../testsWithJvmBackend/valueClasses/cloneable.kt | 2 +- .../jvmDefault/allCompatibility/specialization.fir.kt | 2 +- .../jvmDefault/allCompatibility/specialization.kt | 2 +- .../diagnostics/testsWithStdLib/assert/cast.fir.kt | 2 +- .../testData/diagnostics/testsWithStdLib/assert/cast.kt | 2 +- .../diagnostics/testsWithStdLib/assert/safeCall.fir.kt | 2 +- .../diagnostics/testsWithStdLib/assert/safeCall.kt | 2 +- .../diagnostics/testsWithStdLib/coroutines/kt18292.fir.kt | 2 +- .../diagnostics/testsWithStdLib/coroutines/kt18292.kt | 2 +- .../testsWithStdLib/inference/performance/kt41741.kt | 2 +- .../testData/ir/irJsText/dynamic/dynamicAndMembersOfAny.kt | 2 +- .../testData/ir/irJsText/dynamic/dynamicWithSmartCast.kt | 2 +- compiler/testData/ir/irText/classes/classMembers.kt | 2 +- compiler/testData/ir/irText/classes/enum.kt | 2 +- .../testData/ir/irText/classes/enumWithSecondaryCtor.kt | 2 +- compiler/testData/ir/irText/classes/initBlock.kt | 2 +- .../testData/ir/irText/classes/objectLiteralExpressions.kt | 2 +- .../annotations/delegateFieldWithAnnotations.kt | 2 +- .../annotations/localDelegatedPropertiesWithAnnotations.kt | 2 +- .../ir/irText/declarations/classLevelProperties.kt | 2 +- .../testData/ir/irText/declarations/delegatedProperties.kt | 2 +- .../testData/ir/irText/declarations/fileWithAnnotations.kt | 2 +- .../testData/ir/irText/declarations/interfaceProperties.kt | 2 +- .../ir/irText/declarations/localDelegatedProperties.kt | 2 +- .../ir/irText/declarations/packageLevelProperties.kt | 2 +- .../declarations/provideDelegate/differentReceivers.kt | 2 +- .../ir/irText/declarations/provideDelegate/javaDelegate.kt | 2 +- .../provideDelegate/localDifferentReceivers.kt | 2 +- compiler/testData/ir/irText/expressions/classReference.kt | 2 +- compiler/testData/ir/irText/expressions/for.kt | 2 +- .../ir/irText/expressions/forWithImplicitReceivers.kt | 2 +- .../ir/irText/expressions/funInterface/partialSam.kt | 2 +- compiler/testData/ir/irText/expressions/kt30020.kt | 2 +- compiler/testData/ir/irText/expressions/kt44993.kt | 2 +- compiler/testData/ir/irText/expressions/kt47082.kt | 2 +- compiler/testData/ir/irText/expressions/kt47328.kt | 2 +- .../testData/ir/irText/expressions/objectClassReference.kt | 2 +- .../ir/irText/expressions/sam/genericSamProjectedOut.kt | 2 +- .../ir/irText/expressions/signedToUnsignedConversions.kt | 2 +- compiler/testData/ir/irText/expressions/smartCasts.kt | 2 +- compiler/testData/ir/irText/expressions/tryCatch.kt | 2 +- compiler/testData/ir/irText/expressions/typeArguments.kt | 2 +- .../ir/irText/expressions/unsignedIntegerLiterals.kt | 2 +- compiler/testData/ir/irText/expressions/when.kt | 2 +- .../testData/ir/irText/expressions/whenCoercedToUnit.kt | 2 +- .../testData/ir/irText/expressions/whenUnusedExpression.kt | 2 +- .../testData/ir/irText/firProblems/AbstractMutableMap.kt | 2 +- compiler/testData/ir/irText/firProblems/AllCandidates.kt | 2 +- compiler/testData/ir/irText/firProblems/ArrayMap.kt | 2 +- .../ir/irText/firProblems/ClashResolutionDescriptor.kt | 2 +- compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt | 2 +- .../ir/irText/firProblems/ImplicitReceiverStack.kt | 2 +- .../testData/ir/irText/firProblems/SafeLetWithReturn.kt | 2 +- .../testData/ir/irText/firProblems/SimpleTypeMarker.kt | 2 +- .../testData/ir/irText/firProblems/SyntheticSetterType.kt | 2 +- .../ir/irText/firProblems/coercionToUnitForNestedWhen.kt | 2 +- compiler/testData/ir/irText/firProblems/deprecated.kt | 2 +- .../ir/irText/firProblems/inapplicableCollectionSet.kt | 2 +- compiler/testData/ir/irText/firProblems/kt19251.kt | 2 +- compiler/testData/ir/irText/firProblems/kt43342.kt | 2 +- compiler/testData/ir/irText/firProblems/putIfAbsent.kt | 2 +- .../testData/ir/irText/firProblems/readWriteProperty.kt | 2 +- .../recursiveCapturedTypeInPropertyReference.kt | 2 +- .../testData/ir/irText/firProblems/throwableStackTrace.kt | 2 +- .../ir/irText/firProblems/typeParameterFromJavaClass.kt | 2 +- .../ir/irText/firProblems/typeVariableAfterBuildMap.kt | 2 +- compiler/testData/ir/irText/lambdas/anonymousFunction.kt | 2 +- compiler/testData/ir/irText/lambdas/nonLocalReturn.kt | 2 +- compiler/testData/ir/irText/lambdas/samAdapter.kt | 2 +- compiler/testData/ir/irText/regressions/kt45236.kt | 2 +- .../ir/irText/regressions/typeParametersInImplicitCast.kt | 2 +- compiler/testData/ir/irText/stubs/builtinMap.kt | 2 +- .../ir/irText/types/castsInsideCoroutineInference.kt | 2 +- .../enhancedNullabilityInDestructuringAssignment.kt | 2 +- compiler/testData/ir/sourceRanges/kt24258.kt | 2 +- .../annotations/WithUnsignedTypeParameters.kt | 2 +- compiler/testData/multiplatform/contracts/common.kt | 2 +- compiler/testData/multiplatform/contracts/js.kt | 2 +- compiler/testData/multiplatform/contracts/jvm.kt | 2 +- .../testData/multiplatform/jvmMultifileClass/common.kt | 2 +- .../testData/multiplatform/optionalExpectation/common.kt | 2 +- .../optionalExpectationIncorrectUse/common.kt | 2 +- .../testData/writeFlags/class/accessFlags/syntheticFile.kt | 2 +- .../jvm8/defaults/compatibility/defaultImplementations.kt | 2 +- .../jvm8/defaults/compatibility/propertyAccessors.kt | 2 +- .../jvm8/defaults/compatibility/propertyAnnotation.kt | 2 +- .../testData/writeFlags/jvm8/defaults/defaultMethod.kt | 2 +- .../testData/writeFlags/jvm8/defaults/defaultProperty.kt | 2 +- .../writeFlags/jvm8/defaults/onlyJvmDefaultsOnInterface.kt | 2 +- .../writeFlags/jvm8/defaults/privateAccessorNaming.kt | 2 +- .../writeFlags/jvm8/defaults/propertyAnnotation.kt | 2 +- compiler/testData/writeFlags/jvmOverloads/openFunction.kt | 2 +- .../testData/writeFlags/jvmOverloads/openFunction_1_3.kt | 2 +- .../syntheticAnnotationsMethod/withGetterJvmName.kt | 2 +- .../jvmWildcardAnnotations/onFunction.kt | 2 +- .../jvmWildcardAnnotations/onTypes.kt | 2 +- .../jvmWildcardAnnotations/primitiveTypes.kt | 2 +- .../declarationSiteVariance/wildcardOptimization/fields.kt | 2 +- .../writeSignature/parameterlessMain/notJvmMainName.kt | 2 +- .../writeSignature/suspendMain/parameterlessSuspendMain.kt | 2 +- .../testData/writeSignature/suspendMain/suspendMain.kt | 2 +- .../org/jetbrains/kotlin/ir/AbstractIrGeneratorTestCase.kt | 3 +++ .../tests-spec/testData/codegen/box/helpers/reflect.kt | 2 +- .../linked/expressions/additive-expression/p-2/pos/1.1.kt | 2 +- .../linked/expressions/additive-expression/p-2/pos/2.1.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.1.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.10.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.2.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.3.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.4.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.5.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.6.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.7.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.8.kt | 2 +- .../kotlin.nothing-1/p-1/pos/1.9.kt | 2 +- .../kotlin.unit/p-1/pos/1.1.kt | 2 +- .../box/linked/expressions/cast-expression/p-1/pos/1.1.kt | 2 +- .../expressions/comparison-expressions/p-1/pos/2.1.kt | 2 +- .../expressions/comparison-expressions/p-1/pos/2.2.kt | 2 +- .../expressions/comparison-expressions/p-1/pos/2.3.kt | 2 +- .../expressions/comparison-expressions/p-1/pos/2.4.kt | 2 +- .../expressions/conditional-expression/p-1/pos/2.1.kt | 2 +- .../expressions/conditional-expression/p-1/pos/2.2.kt | 2 +- .../expressions/conditional-expression/p-1/pos/2.3.kt | 2 +- .../expressions/conditional-expression/p-1/pos/2.4.kt | 2 +- .../expressions/conditional-expression/p-1/pos/2.5.kt | 2 +- .../expressions/conditional-expression/p-1/pos/2.6.kt | 2 +- .../expressions/conditional-expression/p-1/pos/2.7.kt | 2 +- .../expressions/conditional-expression/p-1/pos/2.8.kt | 2 +- .../expressions/conditional-expression/p-2/pos/1.1.kt | 2 +- .../expressions/conditional-expression/p-6/pos/1.1.kt | 2 +- .../constant-literals/boolean-literals/p-1/pos/2.24.kt | 2 +- .../constant-literals/boolean-literals/p-1/pos/2.25.kt | 2 +- .../constant-literals/character-literals/p-4/pos/2.1.kt | 2 +- .../expressions/elvis-operator-expression/p-1/pos/2.1.kt | 2 +- .../reference-equality-expressions/p-1/pos/2.1.kt | 2 +- .../reference-equality-expressions/p-1/pos/2.2.kt | 2 +- .../reference-equality-expressions/p-1/pos/2.3.kt | 2 +- .../reference-equality-expressions/p-1/pos/2.4.kt | 2 +- .../reference-equality-expressions/p-1/pos/2.5.kt | 2 +- .../reference-equality-expressions/p-1/pos/3.1.kt | 2 +- .../reference-equality-expressions/p-3/pos/1.1.kt | 2 +- .../reference-equality-expressions/p-3/pos/2.1.kt | 2 +- .../reference-equality-expressions/p-3/pos/2.2.kt | 2 +- .../value-equality-expressions/p-2/pos/1.1.kt | 2 +- .../value-equality-expressions/p-2/pos/1.2.kt | 2 +- .../value-equality-expressions/p-2/pos/1.3.kt | 2 +- .../value-equality-expressions/p-2/pos/1.4.kt | 2 +- .../value-equality-expressions/p-2/pos/1.5.kt | 2 +- .../value-equality-expressions/p-2/pos/2.1.kt | 2 +- .../value-equality-expressions/p-2/pos/2.2.kt | 2 +- .../value-equality-expressions/p-2/pos/2.3.kt | 2 +- .../value-equality-expressions/p-2/pos/2.4.kt | 2 +- .../value-equality-expressions/p-2/pos/2.5.kt | 2 +- .../linked/expressions/indexing-expressions/p-3/pos/1.1.kt | 2 +- .../linked/expressions/indexing-expressions/p-3/pos/1.2.kt | 2 +- .../linked/expressions/indexing-expressions/p-3/pos/1.3.kt | 2 +- .../linked/expressions/indexing-expressions/p-3/pos/1.4.kt | 2 +- .../linked/expressions/indexing-expressions/p-3/pos/1.5.kt | 2 +- .../jump-expressions/break-expression/p-3/pos/1.1.kt | 2 +- .../jump-expressions/break-expression/p-3/pos/1.2.kt | 2 +- .../jump-expressions/break-expression/p-3/pos/2.1.kt | 2 +- .../jump-expressions/break-expression/p-3/pos/2.2.kt | 2 +- .../jump-expressions/continue-expression/p-3/pos/1.1.kt | 2 +- .../jump-expressions/continue-expression/p-3/pos/1.2.kt | 2 +- .../jump-expressions/continue-expression/p-3/pos/2.1.kt | 2 +- .../jump-expressions/continue-expression/p-3/pos/2.2.kt | 2 +- .../jump-expressions/return-expressions/p-1/pos/1.1.kt | 2 +- .../jump-expressions/return-expressions/p-1/pos/1.2.kt | 2 +- .../jump-expressions/return-expressions/p-1/pos/1.3.kt | 2 +- .../jump-expressions/return-expressions/p-3/pos/2.1.kt | 2 +- .../jump-expressions/return-expressions/p-3/pos/3.1.kt | 2 +- .../logical-conjunction-expression/p-1/pos/2.1.kt | 2 +- .../logical-conjunction-expression/p-1/pos/2.2.kt | 2 +- .../logical-conjunction-expression/p-1/pos/2.3.kt | 2 +- .../logical-disjunction-expression/p-1/pos/2.1.kt | 2 +- .../logical-disjunction-expression/p-1/pos/2.2.kt | 2 +- .../logical-disjunction-expression/p-1/pos/2.3.kt | 2 +- .../expressions/multiplicative-expression/p-2/pos/1.1.kt | 2 +- .../expressions/multiplicative-expression/p-2/pos/2.1.kt | 2 +- .../expressions/multiplicative-expression/p-2/pos/3.1.kt | 2 +- .../not-null-assertion-expression/p-2/pos/2.1.kt | 2 +- .../not-null-assertion-expression/p-2/pos/2.2.kt | 2 +- .../not-null-assertion-expression/p-2/pos/3.1.kt | 2 +- .../postfix-decrement-expression/p-1/pos/1.1.kt | 2 +- .../postfix-decrement-expression/p-1/pos/1.2.kt | 2 +- .../postfix-decrement-expression/p-4/pos/1.1.kt | 2 +- .../postfix-decrement-expression/p-4/pos/1.2.kt | 2 +- .../postfix-decrement-expression/p-5/pos/1.1.kt | 2 +- .../postfix-decrement-expression/p-6/pos/1.1.kt | 2 +- .../postfix-decrement-expression/p-6/pos/1.2.kt | 2 +- .../postfix-increment-expression/p-1/pos/1.1.kt | 2 +- .../postfix-increment-expression/p-1/pos/1.2.kt | 2 +- .../postfix-increment-expression/p-4/pos/1.1.kt | 2 +- .../postfix-increment-expression/p-4/pos/1.2.kt | 2 +- .../postfix-increment-expression/p-5/pos/1.1.kt | 2 +- .../postfix-increment-expression/p-6/pos/1.1.kt | 2 +- .../postfix-increment-expression/p-6/pos/1.2.kt | 2 +- .../logical-not-expression/p-2/pos/1.1.kt | 2 +- .../prefix-decrement-expression/p-1/pos/1.1.kt | 2 +- .../prefix-decrement-expression/p-1/pos/1.2.kt | 2 +- .../prefix-decrement-expression/p-4/pos/1.1.kt | 2 +- .../prefix-decrement-expression/p-4/pos/1.2.kt | 2 +- .../prefix-decrement-expression/p-5/pos/1.1.kt | 2 +- .../prefix-decrement-expression/p-6/pos/1.1.kt | 2 +- .../prefix-decrement-expression/p-6/pos/1.2.kt | 2 +- .../prefix-increment-expression/p-1/pos/1.1.kt | 2 +- .../prefix-increment-expression/p-1/pos/1.2.kt | 2 +- .../prefix-increment-expression/p-4/pos/1.1.kt | 2 +- .../prefix-increment-expression/p-4/pos/1.2.kt | 2 +- .../prefix-increment-expression/p-5/pos/1.1.kt | 2 +- .../prefix-increment-expression/p-6/pos/1.1.kt | 2 +- .../prefix-increment-expression/p-6/pos/1.2.kt | 2 +- .../unary-minus-expression/p-2/pos/1.1.kt | 2 +- .../unary-plus-expression/p-2/pos/1.1.kt | 2 +- .../box/linked/expressions/range-expression/p-2/pos/1.1.kt | 2 +- .../box/linked/expressions/try-expression/p-2/neg/2.1.kt | 2 +- .../box/linked/expressions/try-expression/p-2/pos/2.1.kt | 2 +- .../box/linked/expressions/try-expression/p-2/pos/2.2.kt | 2 +- .../box/linked/expressions/try-expression/p-2/pos/2.3.kt | 2 +- .../box/linked/expressions/try-expression/p-2/pos/3.1.kt | 2 +- .../box/linked/expressions/try-expression/p-2/pos/3.2.kt | 2 +- .../box/linked/expressions/try-expression/p-5/neg/3.1.kt | 2 +- .../box/linked/expressions/try-expression/p-5/pos/1.1.kt | 2 +- .../box/linked/expressions/try-expression/p-5/pos/2.1.kt | 2 +- .../box/linked/expressions/try-expression/p-6/pos/1.1.kt | 2 +- .../box/linked/expressions/try-expression/p-7/pos/1.1.kt | 2 +- .../containment-checking-expression/p-2/pos/1.1.kt | 2 +- .../containment-checking-expression/p-2/pos/1.2.kt | 2 +- .../containment-checking-expression/p-4/pos/1.1.kt | 2 +- .../containment-checking-expression/p-4/pos/1.2.kt | 2 +- .../containment-checking-expression/p-5/neg/1.1.kt | 2 +- .../type-checking-expression/p-1/pos/3.1.kt | 2 +- .../type-checking-expression/p-1/pos/3.2.kt | 2 +- .../type-checking-expression/p-2/neg/1.1.kt | 2 +- .../type-checking-expression/p-5/pos/1.1.kt | 2 +- .../box/linked/expressions/when-expression/p-4/neg/1.1.kt | 2 +- .../box/linked/expressions/when-expression/p-4/neg/1.2.kt | 2 +- .../box/linked/expressions/when-expression/p-4/neg/1.3.kt | 2 +- .../box/linked/expressions/when-expression/p-4/neg/1.4.kt | 2 +- .../box/linked/expressions/when-expression/p-4/pos/1.1.kt | 2 +- .../box/linked/expressions/when-expression/p-4/pos/1.2.kt | 2 +- .../box/linked/expressions/when-expression/p-4/pos/1.3.kt | 2 +- .../box/linked/expressions/when-expression/p-4/pos/1.4.kt | 2 +- .../box/linked/expressions/when-expression/p-5/neg/2.1.kt | 2 +- .../box/linked/expressions/when-expression/p-5/pos/1.1.kt | 2 +- .../infix-function-call/p-2/pos/2.1.kt | 2 +- .../operator-call/p-1/neg/2.1.kt | 2 +- .../operator-call/p-1/neg/2.2.kt | 2 +- .../operator-call/p-1/neg/2.3.kt | 2 +- .../operator-call/p-1/neg/2.4.kt | 2 +- .../operator-call/p-1/neg/2.5.kt | 2 +- .../operator-call/p-1/neg/2.6.kt | 2 +- .../operator-call/p-1/pos/2.1.kt | 2 +- .../operator-call/p-1/pos/2.10.kt | 2 +- .../operator-call/p-1/pos/2.2.kt | 2 +- .../operator-call/p-1/pos/2.3.kt | 2 +- .../operator-call/p-1/pos/2.4.kt | 2 +- .../operator-call/p-1/pos/2.5.kt | 2 +- .../operator-call/p-1/pos/2.6.kt | 2 +- .../operator-call/p-1/pos/2.7.kt | 2 +- .../operator-call/p-1/pos/2.8.kt | 2 +- .../operator-call/p-1/pos/2.9.kt | 2 +- .../operator-call/p-2/pos/3.1.kt | 2 +- .../operator-call/p-2/pos/3.10.kt | 2 +- .../operator-call/p-2/pos/3.2.kt | 2 +- .../operator-call/p-2/pos/3.3.kt | 2 +- .../operator-call/p-2/pos/3.4.kt | 2 +- .../operator-call/p-2/pos/3.5.kt | 2 +- .../operator-call/p-2/pos/3.6.kt | 2 +- .../operator-call/p-2/pos/3.7.kt | 2 +- .../operator-call/p-2/pos/3.8.kt | 2 +- .../operator-call/p-2/pos/3.9.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.1.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.10.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.2.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.4.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.5.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.6.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.7.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.8.kt | 2 +- .../callables-and-invoke-convention/p-5/pos/1.9.kt | 2 +- .../algorithm-of-msc-selection/p-3/pos/1.1.kt | 2 +- .../algorithm-of-msc-selection/p-3/pos/1.2.kt | 2 +- .../linked/overload-resolution/receivers/p-6/pos/2.1.kt | 2 +- .../linked/overload-resolution/receivers/p-6/pos/2.2.kt | 2 +- .../linked/overload-resolution/receivers/p-6/pos/3.1.kt | 2 +- .../linked/overload-resolution/receivers/p-6/pos/4.2.kt | 2 +- .../linked/overload-resolution/receivers/p-6/pos/5.1.kt | 2 +- .../assignments/operator-assignments/p-2/neg/1.1.kt | 2 +- .../assignments/operator-assignments/p-2/neg/1.2.kt | 2 +- .../assignments/operator-assignments/p-2/neg/10.1.kt | 2 +- .../assignments/operator-assignments/p-2/neg/10.2.kt | 2 +- .../assignments/operator-assignments/p-2/neg/13.1.kt | 2 +- .../assignments/operator-assignments/p-2/neg/13.2.kt | 2 +- .../assignments/operator-assignments/p-2/neg/4.1.kt | 2 +- .../assignments/operator-assignments/p-2/neg/4.2.kt | 2 +- .../assignments/operator-assignments/p-2/neg/7.1.kt | 2 +- .../assignments/operator-assignments/p-2/neg/7.2.kt | 2 +- .../assignments/operator-assignments/p-2/pos/1.1.kt | 2 +- .../assignments/operator-assignments/p-2/pos/1.2.kt | 2 +- .../assignments/operator-assignments/p-2/pos/10.1.kt | 2 +- .../assignments/operator-assignments/p-2/pos/10.2.kt | 2 +- .../assignments/operator-assignments/p-2/pos/13.1.kt | 2 +- .../assignments/operator-assignments/p-2/pos/13.2.kt | 2 +- .../assignments/operator-assignments/p-2/pos/4.1.kt | 2 +- .../assignments/operator-assignments/p-2/pos/4.2.kt | 2 +- .../assignments/operator-assignments/p-2/pos/7.1.kt | 2 +- .../assignments/operator-assignments/p-2/pos/7.2.kt | 2 +- .../assignments/simple-assignments/p-2/pos/1.1.kt | 2 +- .../assignments/simple-assignments/p-2/pos/1.2.kt | 2 +- .../assignments/simple-assignments/p-2/pos/1.3.kt | 2 +- .../assignments/simple-assignments/p-2/pos/1.4.kt | 2 +- .../assignments/simple-assignments/p-2/pos/1.5.kt | 2 +- .../assignments/simple-assignments/p-2/pos/1.6.kt | 2 +- .../assignments/simple-assignments/p-2/pos/1.7.kt | 2 +- .../assignments/simple-assignments/p-2/pos/1.8.kt | 2 +- .../assignments/simple-assignments/p-2/pos/2.1.kt | 2 +- .../assignments/simple-assignments/p-2/pos/2.2.kt | 2 +- .../assignments/simple-assignments/p-2/pos/2.3.kt | 2 +- .../assignments/simple-assignments/p-6/pos/1.1.kt | 2 +- .../loop-statements/do-while-loop-statement/p-1/pos/3.1.kt | 2 +- .../loop-statements/do-while-loop-statement/p-1/pos/3.2.kt | 2 +- .../loop-statements/while-loop-statement/p-1/pos/2.1.kt | 2 +- .../loop-statements/while-loop-statement/p-1/pos/2.2.kt | 2 +- .../box/linked/type-system/introduction-1/p-5/pos/2.1.kt | 2 +- .../built-in-types/kotlin.nothing/p-1/pos/1.1.kt | 2 +- .../built-in-types/kotlin.nothing/p-1/pos/1.2.kt | 2 +- .../testData/codegen/box/notLinked/flexibility/neg/1.kt | 2 +- .../testData/codegen/box/notLinked/flexibility/neg/2.kt | 2 +- .../codegen/box/templates/identifiers/valueArgument.kt | 2 +- .../box/templates/identifiers/variableDeclarationEntry.kt | 2 +- .../generators/tests/GenerateInRangeExpressionTestData.kt | 2 +- .../generators/tests/GenerateRangesCodegenTestData.java | 2 +- .../tests/GenerateSteppedRangesCodegenTestData.kt | 2 +- .../multiplatform/AbstractMultiPlatformIntegrationTest.kt | 7 +++---- .../visualizer/testData/rawBuilder/expressions/branches.kt | 2 +- .../visualizer/testData/rawBuilder/expressions/calls.kt | 2 +- .../testData/rawBuilder/expressions/classReference.kt | 2 +- .../visualizer/testData/rawBuilder/expressions/lambda.kt | 2 +- .../testData/rawBuilder/expressions/modifications.kt | 2 +- compiler/visualizer/testData/rawBuilder/expressions/try.kt | 2 +- .../visualizer/testData/rawBuilder/expressions/unary.kt | 2 +- .../visualizer/testData/rawBuilder/expressions/while.kt | 2 +- .../rawErrorTypeDuringSerialization/Foo.java | 2 +- .../rawErrorTypeDuringSerialization/Foo.java.new | 2 +- .../es6classes/isInitializedFieldBeforeObjectCreation.kt | 2 +- js/js.translator/testData/box/incremental/coroutines.kt | 2 +- .../testData/box/incremental/inlineSuspendFun.kt | 2 +- .../box/propertyAccess/simpleLateInitIsInitialized.kt | 2 +- .../testData/bytecodeListing/annotationMembers.kt | 2 +- .../testData/parcel/box/allPrimitiveTypes.kt | 2 +- .../testData/parcel/box/arraySimple.kt | 2 +- .../testData/parcel/box/arrays.kt | 2 +- .../testData/parcel/box/binder.kt | 2 +- .../testData/parcel/box/boxedTypes.kt | 2 +- .../testData/parcel/box/bundle.kt | 2 +- .../testData/parcel/box/charSequence.kt | 2 +- .../testData/parcel/box/customNewArray.kt | 2 +- .../testData/parcel/box/customParcelable.kt | 2 +- .../testData/parcel/box/customParcelerScoping.kt | 2 +- .../testData/parcel/box/customSerializerBoxing.kt | 2 +- .../testData/parcel/box/customSerializerSimple.kt | 2 +- .../testData/parcel/box/customSerializerWriteWith.kt | 2 +- .../testData/parcel/box/customSimple.kt | 2 +- .../testData/parcel/box/enumObject.kt | 2 +- .../testData/parcel/box/enums.kt | 2 +- .../testData/parcel/box/exceptions.kt | 2 +- .../testData/parcel/box/functions.kt | 2 +- .../testData/parcel/box/intArray.kt | 2 +- .../testData/parcel/box/javaInterop.kt | 2 +- .../testData/parcel/box/kt19747.kt | 2 +- .../testData/parcel/box/kt19747_2.kt | 2 +- .../testData/parcel/box/kt19749.kt | 2 +- .../testData/parcel/box/kt20002.kt | 2 +- .../testData/parcel/box/kt20021.kt | 2 +- .../testData/parcel/box/kt20717.kt | 2 +- .../testData/parcel/box/kt25839.kt | 2 +- .../testData/parcel/box/kt26221.kt | 2 +- .../testData/parcel/box/kt36658.kt | 2 +- .../testData/parcel/box/kt39981.kt | 2 +- .../testData/parcel/box/kt41553.kt | 2 +- .../testData/parcel/box/kt41553_2.kt | 2 +- .../testData/parcel/box/kt46567.kt | 2 +- .../testData/parcel/box/listKinds.kt | 2 +- .../testData/parcel/box/listSimple.kt | 2 +- .../testData/parcel/box/lists.kt | 2 +- .../testData/parcel/box/mapKinds.kt | 2 +- .../testData/parcel/box/mapSimple.kt | 2 +- .../testData/parcel/box/maps.kt | 2 +- .../testData/parcel/box/nestedArrays.kt | 2 +- .../testData/parcel/box/nestedLists.kt | 2 +- .../testData/parcel/box/nestedMaps.kt | 2 +- .../testData/parcel/box/nestedParcelable.kt | 2 +- .../testData/parcel/box/nestedSparseArrays.kt | 2 +- .../testData/parcel/box/newArray.kt | 2 +- .../testData/parcel/box/newArrayParceler.kt | 2 +- .../testData/parcel/box/nullableTypes.kt | 2 +- .../testData/parcel/box/nullableTypesSimple.kt | 2 +- .../testData/parcel/box/objects.kt | 2 +- .../testData/parcel/box/openParcelize.kt | 2 +- .../testData/parcel/box/persistableBundle.kt | 2 +- .../testData/parcel/box/primitiveTypes.kt | 2 +- .../testData/parcel/box/sealedClass.kt | 2 +- .../testData/parcel/box/simple.kt | 2 +- .../testData/parcel/box/sparseArrays.kt | 2 +- .../testData/parcel/box/sparseBooleanArray.kt | 2 +- .../testData/parcel/codegen/IBinderIInterface.kt | 2 +- .../testData/parcel/codegen/customDescribeContents.kt | 2 +- .../parcel/codegen/customParcelablesDifferentModule.kt | 2 +- .../testData/parcel/codegen/customParcelablesSameModule.kt | 2 +- .../testData/parcel/codegen/customSimple.kt | 2 +- .../testData/parcel/codegen/customSimpleWithNewArray.kt | 2 +- .../parcel/codegen/describeContentsFromSuperType.kt | 2 +- .../testData/parcel/codegen/duplicatingClinit.kt | 2 +- .../testData/parcel/codegen/efficientParcelable.kt | 2 +- .../testData/parcel/codegen/kt25839.kt | 2 +- .../testData/parcel/codegen/listInsideList.kt | 2 +- .../testData/parcel/codegen/nullableNotNullSize.kt | 2 +- .../testData/parcel/codegen/parcelable.kt | 2 +- .../testData/parcel/codegen/serializable.kt | 2 +- .../testData/parcel/codegen/serializeValue.kt | 2 +- .../testData/parcel/codegen/simple.kt | 2 +- .../testData/parcel/codegen/simpleList.kt | 2 +- .../testData/parcel/codegen/size.kt | 2 +- .../addPrimaryConstructor/constructorWithDelegate.after.kt | 2 +- .../constructorWithDelegate.before.Main.kt | 2 +- .../addPrimaryConstructor/noQuickFix.before.Main.kt | 2 +- .../parcel/quickfix/addPrimaryConstructor/simple.after.kt | 2 +- .../quickfix/addPrimaryConstructor/simple.before.Main.kt | 2 +- .../parcel/quickfix/cantBeInnerClass/simple.after.kt | 2 +- .../parcel/quickfix/cantBeInnerClass/simple.before.Main.kt | 2 +- .../parcel/quickfix/classShouldBeAnnotated/simple.after.kt | 2 +- .../quickfix/classShouldBeAnnotated/simple.before.Main.kt | 2 +- .../quickfix/deleteIncompatible/creatorField.after.kt | 2 +- .../deleteIncompatible/creatorField.before.Main.kt | 2 +- .../quickfix/deleteIncompatible/writeToParcel.after.kt | 2 +- .../deleteIncompatible/writeToParcel.before.Main.kt | 2 +- .../android/parcel/quickfix/migrations/basic.after.kt | 2 +- .../parcel/quickfix/migrations/basic.before.Main.kt | 2 +- .../parcel/quickfix/migrations/complexCase1.after.kt | 2 +- .../parcel/quickfix/migrations/complexCase1.before.Main.kt | 2 +- .../quickfix/migrations/customDescribeContents.after.kt | 2 +- .../migrations/customDescribeContents.before.Main.kt | 2 +- .../parcel/quickfix/migrations/fromCreatorObject.after.kt | 2 +- .../quickfix/migrations/fromCreatorObject.before.Main.kt | 2 +- .../parcel/quickfix/migrations/innerClassFactory.after.kt | 2 +- .../quickfix/migrations/innerClassFactory.before.Main.kt | 2 +- .../android/parcel/quickfix/migrations/jvmField.after.kt | 2 +- .../parcel/quickfix/migrations/jvmField.before.Main.kt | 2 +- .../parcel/quickfix/migrations/noWriteToParcel.after.kt | 2 +- .../quickfix/migrations/noWriteToParcel.before.Main.kt | 2 +- .../quickfix/migrations/withoutDescribeContents.after.kt | 2 +- .../migrations/withoutDescribeContents.before.Main.kt | 2 +- .../alreadyHasSupertype.before.Main.kt | 2 +- .../parcel/quickfix/noParcelableSupertype/simple.after.kt | 2 +- .../quickfix/noParcelableSupertype/simple.before.Main.kt | 2 +- .../quickfix/propertyWontBeSerialized/simple.after.kt | 2 +- .../propertyWontBeSerialized/simple.before.Main.kt | 2 +- .../simple.after.kt | 2 +- .../simple.before.Main.kt | 2 +- .../kapt3-compiler/testData/converter/annotations3.kt | 2 +- .../testData/converter/errorSuperclassCorrectErrorTypes.kt | 2 +- .../kapt3-compiler/testData/converter/fileFacadeJvmName.kt | 2 +- .../kapt3-compiler/testData/converter/genericParameters.kt | 2 +- .../testData/converter/implicitReturnTypes.kt | 2 +- plugins/kapt3/kapt3-compiler/testData/converter/kt14997.kt | 2 +- plugins/kapt3/kapt3-compiler/testData/converter/kt18682.kt | 2 +- plugins/kapt3/kapt3-compiler/testData/converter/kt27126.kt | 2 +- .../kapt3-compiler/testData/converter/lazyProperty.kt | 2 +- .../kapt3-compiler/testData/converter/multifileClass.kt | 2 +- .../testData/converter/nonExistentClassTypesConversion.kt | 2 +- .../testData/converter/repeatableAnnotations.kt | 2 +- .../kapt3-compiler/testData/converter/suspendErrorTypes.kt | 2 +- .../testData/boxIr/multimoduleInheritance.kt | 2 +- .../testData/codegen/Basic.kt | 2 +- .../testData/codegen/Sealed.kt | 2 +- .../testData/diagnostics/DuplicateSerialName.kt | 2 +- .../testData/diagnostics/IncorrectTransient.kt | 2 +- .../testData/diagnostics/IncorrectTransient2.kt | 2 +- .../testData/diagnostics/InheritableInfo.kt | 2 +- .../testData/diagnostics/LocalAndAnonymous.kt | 2 +- .../testData/diagnostics/NoSuitableCtorInParent.kt | 2 +- .../testData/diagnostics/NonSerializable.kt | 2 +- .../testData/diagnostics/NullabilityIncompatible.kt | 2 +- .../testData/diagnostics/ParamIsNotProperty.kt | 2 +- .../testData/diagnostics/SerializableEnums.kt | 2 +- .../diagnostics/SerializerTypeCompatibleForSpecials.kt | 2 +- .../testData/diagnostics/SerializerTypeIncompatible.kt | 2 +- .../testData/diagnostics/Transients.kt | 2 +- plugins/noarg/noarg-cli/testData/box/initializers.kt | 2 +- .../testData/box/initializersWithoutInvokeInitializers.kt | 2 +- plugins/noarg/noarg-cli/testData/box/kt18245.kt | 2 +- plugins/noarg/noarg-cli/testData/box/kt18667.kt | 2 +- plugins/noarg/noarg-cli/testData/box/kt18668.kt | 2 +- .../noarg-cli/testData/box/localClassInInitiailzer.kt | 2 +- plugins/noarg/noarg-cli/testData/box/nestedClass.kt | 2 +- .../testData/box/sealedClassWithExistingNoargCtor.kt | 2 +- plugins/noarg/noarg-cli/testData/box/simple.kt | 2 +- plugins/noarg/noarg-cli/testData/box/subclass.kt | 2 +- .../parcelize-compiler/testData/box/allPrimitiveTypes.kt | 2 +- .../parcelize-compiler/testData/box/allUnsignedTypes.kt | 2 +- .../parcelize-compiler/testData/box/arraySimple.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/arrays.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/binder.kt | 2 +- .../parcelize-compiler/testData/box/boxedTypes.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/bundle.kt | 2 +- .../parcelize-compiler/testData/box/charSequence.kt | 2 +- .../parcelize-compiler/testData/box/customNewArray.kt | 2 +- .../parcelize-compiler/testData/box/customParcelable.kt | 2 +- .../testData/box/customParcelerScoping.kt | 2 +- .../testData/box/customSerializerBoxing.kt | 2 +- .../testData/box/customSerializerSimple.kt | 2 +- .../testData/box/customSerializerWriteWith.kt | 2 +- .../parcelize-compiler/testData/box/customSimple.kt | 2 +- .../parcelize-compiler/testData/box/enumObject.kt | 2 +- plugins/parcelize/parcelize-compiler/testData/box/enums.kt | 2 +- .../parcelize-compiler/testData/box/exceptions.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/functions.kt | 2 +- .../parcelize-compiler/testData/box/genericParcelable.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/generics.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/intArray.kt | 2 +- .../parcelize-compiler/testData/box/javaInterop.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt19747.kt | 2 +- .../parcelize-compiler/testData/box/kt19747Deprecated.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt19747_2.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt19749.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt19853.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt20002.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt20021.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt20717.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt25839.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt26221.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt36658.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt39981.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt41553.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt41553_2.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/kt46567.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/listKinds.kt | 2 +- .../parcelize-compiler/testData/box/listSimple.kt | 2 +- plugins/parcelize/parcelize-compiler/testData/box/lists.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/mapKinds.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/mapSimple.kt | 2 +- plugins/parcelize/parcelize-compiler/testData/box/maps.kt | 2 +- .../parcelize-compiler/testData/box/nestedArrays.kt | 2 +- .../parcelize-compiler/testData/box/nestedLists.kt | 2 +- .../parcelize-compiler/testData/box/nestedMaps.kt | 2 +- .../parcelize-compiler/testData/box/nestedParcelable.kt | 2 +- .../parcelize-compiler/testData/box/nestedSparseArrays.kt | 2 +- .../parcelize-compiler/testData/box/nestedSparseArrays2.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/newArray.kt | 2 +- .../parcelize-compiler/testData/box/newArrayParceler.kt | 2 +- .../parcelize-compiler/testData/box/nullableTypes.kt | 2 +- .../parcelize-compiler/testData/box/nullableTypesSimple.kt | 2 +- .../testData/box/objectWriteParcelable.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/objects.kt | 2 +- .../parcelize-compiler/testData/box/openParcelize.kt | 2 +- .../testData/box/parcelableValueClass.kt | 2 +- .../testData/box/parcelizeCustomValueClass.kt | 2 +- .../parcelize-compiler/testData/box/persistableBundle.kt | 2 +- .../parcelize-compiler/testData/box/primitiveTypes.kt | 2 +- .../parcelize-compiler/testData/box/privateConstructor.kt | 2 +- .../parcelize-compiler/testData/box/recursiveGenerics.kt | 2 +- .../parcelize-compiler/testData/box/sealedClass.kt | 2 +- .../parcelize-compiler/testData/box/sealedClass2.kt | 2 +- .../parcelize-compiler/testData/box/sealedInterface.kt | 2 +- .../parcelize-compiler/testData/box/shortArray.kt | 2 +- .../parcelize/parcelize-compiler/testData/box/simple.kt | 2 +- .../parcelize-compiler/testData/box/simpleDeprecated.kt | 2 +- .../parcelize-compiler/testData/box/sparseArrays.kt | 2 +- .../parcelize-compiler/testData/box/sparseBooleanArray.kt | 2 +- .../parcelize-compiler/testData/box/typeParameters.kt | 2 +- .../parcelize-compiler/testData/box/unsignedArrays.kt | 2 +- .../parcelize-compiler/testData/box/valueClassWrapper.kt | 2 +- .../parcelize-compiler/testData/box/valueClasses.kt | 2 +- .../testData/codegen/IBinderIInterface.kt | 2 +- .../testData/codegen/classLoaderValues.kt | 2 +- .../testData/codegen/customDescribeContents.kt | 2 +- .../testData/codegen/customParcelablesDifferentModule.kt | 2 +- .../testData/codegen/customParcelablesSameModule.kt | 2 +- .../parcelize-compiler/testData/codegen/customSimple.kt | 2 +- .../testData/codegen/customSimpleWithNewArray.kt | 2 +- .../testData/codegen/describeContentsFromSuperType.kt | 2 +- .../testData/codegen/duplicatingClinit.kt | 2 +- .../testData/codegen/efficientParcelable.kt | 2 +- .../parcelize-compiler/testData/codegen/generics.kt | 2 +- .../parcelize-compiler/testData/codegen/kt25839.kt | 2 +- .../parcelize-compiler/testData/codegen/listInsideList.kt | 2 +- .../testData/codegen/nullableNotNullSize.kt | 2 +- .../parcelize-compiler/testData/codegen/parcelable.kt | 2 +- .../testData/codegen/parcelableCreator.kt | 2 +- .../parcelize-compiler/testData/codegen/primitiveArrays.kt | 2 +- .../parcelize-compiler/testData/codegen/serializable.kt | 2 +- .../parcelize-compiler/testData/codegen/serializeValue.kt | 2 +- .../parcelize-compiler/testData/codegen/simple.kt | 2 +- .../parcelize-compiler/testData/codegen/simpleList.kt | 2 +- .../parcelize/parcelize-compiler/testData/codegen/size.kt | 2 +- .../testData/codegen/unsignedPrimitiveArrays.kt | 2 +- .../parcelize-ide/testData/checker/constructors.kt | 2 +- .../parcelize-ide/testData/checker/customCreator.kt | 2 +- .../parcelize-ide/testData/checker/customParcelers.kt | 2 +- .../testData/checker/deprecatedAnnotations.kt | 2 +- .../parcelize/parcelize-ide/testData/checker/properties.kt | 2 +- .../addPrimaryConstructor/constructorWithDelegate.kt | 2 +- .../addPrimaryConstructor/constructorWithDelegate.kt.after | 2 +- .../testData/quickfix/addPrimaryConstructor/noQuickFix.kt | 2 +- .../testData/quickfix/addPrimaryConstructor/simple.kt | 2 +- .../quickfix/addPrimaryConstructor/simple.kt.after | 2 +- .../testData/quickfix/cantBeInnerClass/simple.kt | 2 +- .../testData/quickfix/cantBeInnerClass/simple.kt.after | 2 +- .../testData/quickfix/classShouldBeAnnotated/simple.kt | 2 +- .../quickfix/classShouldBeAnnotated/simple.kt.after | 2 +- .../testData/quickfix/deleteIncompatible/creatorField.kt | 2 +- .../quickfix/deleteIncompatible/creatorField.kt.after | 2 +- .../testData/quickfix/deleteIncompatible/writeToParcel.kt | 2 +- .../quickfix/deleteIncompatible/writeToParcel.kt.after | 2 +- .../parcelize-ide/testData/quickfix/migrations/basic.kt | 2 +- .../testData/quickfix/migrations/basic.kt.after | 2 +- .../testData/quickfix/migrations/complexCase1.kt | 2 +- .../testData/quickfix/migrations/complexCase1.kt.after | 2 +- .../testData/quickfix/migrations/customDescribeContents.kt | 2 +- .../quickfix/migrations/customDescribeContents.kt.after | 2 +- .../testData/quickfix/migrations/fromCreatorObject.kt | 2 +- .../quickfix/migrations/fromCreatorObject.kt.after | 2 +- .../testData/quickfix/migrations/innerClassFactory.kt | 2 +- .../quickfix/migrations/innerClassFactory.kt.after | 2 +- .../parcelize-ide/testData/quickfix/migrations/jvmField.kt | 2 +- .../testData/quickfix/migrations/jvmField.kt.after | 2 +- .../quickfix/migrations/withoutDescribeContents.kt | 2 +- .../quickfix/migrations/withoutDescribeContents.kt.after | 2 +- .../quickfix/noParcelableSupertype/alreadyHasSupertype.kt | 2 +- .../testData/quickfix/noParcelableSupertype/simple.kt | 2 +- .../quickfix/noParcelableSupertype/simple.kt.after | 2 +- .../testData/quickfix/propertyWontBeSerialized/simple.kt | 2 +- .../quickfix/propertyWontBeSerialized/simple.kt.after | 2 +- .../removeDuplicatingTypeParcelerAnnotation/simple.kt | 2 +- .../simple.kt.after | 2 +- 4318 files changed, 4328 insertions(+), 4326 deletions(-) diff --git a/analysis/analysis-api/testData/components/compileTimeConstantEvaluator/propertyInit_UInt.kt b/analysis/analysis-api/testData/components/compileTimeConstantEvaluator/propertyInit_UInt.kt index 54b60be582d..1f396233fa0 100644 --- a/analysis/analysis-api/testData/components/compileTimeConstantEvaluator/propertyInit_UInt.kt +++ b/analysis/analysis-api/testData/components/compileTimeConstantEvaluator/propertyInit_UInt.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB val p : UInt = 42u diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/Int.kt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/Int.kt index 76d5dfd1606..d17b54cc167 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/Int.kt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // DO_NOT_CHECK_SYMBOL_RESTORE // class: kotlin/Int diff --git a/analysis/analysis-api/testData/scopes/memberScopeByFqName/kotlin.Function2.kt b/analysis/analysis-api/testData/scopes/memberScopeByFqName/kotlin.Function2.kt index b91c5d867e7..b04124288eb 100644 --- a/analysis/analysis-api/testData/scopes/memberScopeByFqName/kotlin.Function2.kt +++ b/analysis/analysis-api/testData/scopes/memberScopeByFqName/kotlin.Function2.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB // class: kotlin/Function2 diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.kt b/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.kt index 07634ffc798..cc4ad44ca79 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.kt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/fileWalkDirectionEnum.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB // callable: kotlin/collections/listOf diff --git a/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.kt b/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.kt index abb9bcf88c1..795e943365e 100644 --- a/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.kt +++ b/analysis/analysis-api/testData/symbols/symbolByFqName/listOf.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB // class: kotlin/io/FileWalkDirection diff --git a/analysis/analysis-api/testData/symbols/symbolByReference/constructorViaTypeAlias.kt b/analysis/analysis-api/testData/symbols/symbolByReference/constructorViaTypeAlias.kt index a3990c1ef49..c02c88dd4ac 100644 --- a/analysis/analysis-api/testData/symbols/symbolByReference/constructorViaTypeAlias.kt +++ b/analysis/analysis-api/testData/symbols/symbolByReference/constructorViaTypeAlias.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // DO_NOT_CHECK_SYMBOL_RESTORE fun x() { diff --git a/analysis/low-level-api-fir/testdata/diagnosticTraversalCounter/lambda.kt b/analysis/low-level-api-fir/testdata/diagnosticTraversalCounter/lambda.kt index 24dc10c8fd1..1c33726f638 100644 --- a/analysis/low-level-api-fir/testdata/diagnosticTraversalCounter/lambda.kt +++ b/analysis/low-level-api-fir/testdata/diagnosticTraversalCounter/lambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val x = run { val inLambda = 10 diff --git a/compiler/fir/analysis-tests/testData/resolve/annotationUsedAsAnnotationArgument.kt b/compiler/fir/analysis-tests/testData/resolve/annotationUsedAsAnnotationArgument.kt index c5f8a280ca4..88c2412cfec 100644 --- a/compiler/fir/analysis-tests/testData/resolve/annotationUsedAsAnnotationArgument.kt +++ b/compiler/fir/analysis-tests/testData/resolve/annotationUsedAsAnnotationArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Target(AnnotationTarget.EXPRESSION) @Retention(AnnotationRetention.SOURCE) diff --git a/compiler/fir/analysis-tests/testData/resolve/expresssions/annotations.kt b/compiler/fir/analysis-tests/testData/resolve/expresssions/annotations.kt index fa8ae613c71..d96e2ce0833 100644 --- a/compiler/fir/analysis-tests/testData/resolve/expresssions/annotations.kt +++ b/compiler/fir/analysis-tests/testData/resolve/expresssions/annotations.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.SOURCE) @Target(AnnotationTarget.EXPRESSION) diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/ArrayEqualityCanBeReplacedWithEquals.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/ArrayEqualityCanBeReplacedWithEquals.kt index 1a9b3677c68..b50f9364cef 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/ArrayEqualityCanBeReplacedWithEquals.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/ArrayEqualityCanBeReplacedWithEquals.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(p: Int) { val a = arrayOf(1, 2, 3) diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/CanBeValChecker.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/CanBeValChecker.kt index 15ec81c3ed8..0dfc3cb3763 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/CanBeValChecker.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/CanBeValChecker.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty import kotlin.properties.Delegates diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/byte.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/byte.kt index a922fb28fc7..a24ec4d09bf 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/byte.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/byte.kt @@ -1,2 +1,2 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = Byte.MAX_VALUE.toByte() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/char.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/char.kt index 0e61ad3a209..df46f6dd5e3 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/char.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/char.kt @@ -1,2 +1,2 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = 'a'.toChar() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/double.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/double.kt index 0d9ae8046e8..8b551d9fb87 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/double.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/double.kt @@ -1,2 +1,2 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = 1.1.toDouble() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/float.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/float.kt index 13cc81a9964..827719f4a3a 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/float.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/float.kt @@ -1,2 +1,2 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = 1.1f.toFloat() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/int.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/int.kt index 07ba241ee66..bb9950a832a 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/int.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/int.kt @@ -1,2 +1,2 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = 1.toInt() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/long.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/long.kt index 04f9eef34bd..1fdfe6d09ae 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/long.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/long.kt @@ -1,2 +1,2 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = Long.MAX_VALUE.toLong() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/nullable.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/nullable.kt index e0cba553edc..3a728201ee2 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/nullable.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/nullable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IS_APPLICABLE: false fun foo(s: String?) { val t: String = s.toString() diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/nullable2.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/nullable2.kt index 2b2d4c175a9..e356bb67f03 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/nullable2.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/nullable2.kt @@ -1,5 +1,5 @@ // IS_APPLICABLE: false -// WITH_RUNTIME +// WITH_STDLIB data class Foo(val name: String) fun nullable2(foo: Foo?) { diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/safeString.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/safeString.kt index e479da51b0f..9161b991c54 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/safeString.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/safeString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test() { val foo: String? = null diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/safeString2.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/safeString2.kt index 57728a65ea6..e599e6d9da3 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/safeString2.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/safeString2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB data class Foo(val name: String) fun test(foo: Foo?) { diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/short.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/short.kt index bb7f0fd2f92..37f9959a5d9 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/short.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/short.kt @@ -1,2 +1,2 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = Short.MAX_VALUE.toShort() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/string.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/string.kt index 3bf11b5871f..90aac9cdd49 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/string.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/string.kt @@ -1,2 +1,2 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = "".toString() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/toOtherType.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/toOtherType.kt index 36505c82816..c0997b72771 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/toOtherType.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/toOtherType.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB // IS_APPLICABLE: false val foo = 1.toLong() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uByte.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uByte.kt index b986bfe4757..9438cfc63ee 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uByte.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uByte.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(i: UByte) { val foo = i.toUByte() } diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uInt.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uInt.kt index 30cd72cb22b..015502d763c 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uInt.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(i: UInt) { val foo = i.toUInt() } diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uLong.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uLong.kt index b3998b2bb0b..781766b275f 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uLong.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uLong.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(i: ULong) { val foo = i.toULong() } diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uShort.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uShort.kt index f57122ff7fb..648498d2e85 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uShort.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/uShort.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(i: UShort) { val foo = i.toUShort() } diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/variable.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/variable.kt index 63f7a2da8dd..d4c3b189335 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/variable.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/RedundantCallOfConversionMethod/variable.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB val foo = "" val bar = foo.toString() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/Basic.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/Basic.kt index 64c24a88ff7..744736c891f 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/Basic.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/Basic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val list1: List = listOf(1) val list = list1.orEmpty() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NotNullType.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NotNullType.kt index 64c24a88ff7..744736c891f 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NotNullType.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NotNullType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val list1: List = listOf(1) val list = list1.orEmpty() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NotNullTypeChain.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NotNullTypeChain.kt index bdfe4fdb129..65cd100271e 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NotNullTypeChain.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NotNullTypeChain.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val list1: List = listOf(1) val list = list1.orEmpty().map { "$it" } \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrBlankSafe.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrBlankSafe.kt index 3659d1b1ce8..4d4dec24b10 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrBlankSafe.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrBlankSafe.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val s: String? = "" val blank = s.isNullOrBlank() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmpty.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmpty.kt index 1f7089702d3..bf166c63d5d 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmpty.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmpty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val s = "" val empty = s.isNullOrEmpty() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmptyFake.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmptyFake.kt index 157e765883c..33dcc66d421 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmptyFake.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmptyFake.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val s: String? = null val empty = s.isNullOrEmpty() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmptySafe.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmptySafe.kt index 7ed493f1427..780ff738951 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmptySafe.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmptySafe.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val s: String? = "" val empty = s?.isNullOrEmpty() diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/OrEmptyFake.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/OrEmptyFake.kt index 75db76908ab..4724c98def2 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/OrEmptyFake.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/OrEmptyFake.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val list: List? = null val empty = list.orEmpty() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/SafeCall.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/SafeCall.kt index d553f4ed464..06d948d2c64 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/SafeCall.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/SafeCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val list1: List? = listOf(1) val list = list1?.orEmpty() diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/Sequence.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/Sequence.kt index 29466717fc1..0fa6c2fbc3f 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/Sequence.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/Sequence.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(s: Sequence) { val foo = s.orEmpty() diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/String.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/String.kt index 63c8dabe169..18f92e104b7 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/String.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/String.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val s = "" val s1 = s.orEmpty() \ No newline at end of file diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/flexibleTypeBug.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/flexibleTypeBug.kt index 3b1535cde4f..955da51f2f7 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/flexibleTypeBug.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/flexibleTypeBug.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo() { var list1 = java.util.Collections.emptyList() val list2 = listOf("b") diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/list.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/list.kt index 8f8351918b2..5b6a804a484 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/list.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/list.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo() { var list = listOf(1, 2, 3) // Should not be highlighted because it's the way we use to say explicitly diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/mutableList.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/mutableList.kt index ba4fb09fdd9..6bbf3e8da97 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/mutableList.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/canBeReplacedWithOperatorAssignment/mutableList.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo() { var listVar = mutableListOf(1, 2, 3) diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/emptyRangeChecker/NoWarning.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/emptyRangeChecker/NoWarning.kt index 209d2c11c89..d3f6cac3f2b 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/emptyRangeChecker/NoWarning.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/emptyRangeChecker/NoWarning.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo() { for (i in 1..2) { } diff --git a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/emptyRangeChecker/Warning.kt b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/emptyRangeChecker/Warning.kt index ad813ac13fd..af2b649d47d 100644 --- a/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/emptyRangeChecker/Warning.kt +++ b/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/emptyRangeChecker/Warning.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo() { for (i in 2..1) { } diff --git a/compiler/fir/analysis-tests/testData/resolveWithStdlib/j+k/FunctionTypeInJava.kt b/compiler/fir/analysis-tests/testData/resolveWithStdlib/j+k/FunctionTypeInJava.kt index 1d7751536d2..166f78a32af 100644 --- a/compiler/fir/analysis-tests/testData/resolveWithStdlib/j+k/FunctionTypeInJava.kt +++ b/compiler/fir/analysis-tests/testData/resolveWithStdlib/j+k/FunctionTypeInJava.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaClass.java public class JavaClass { public static void foo1(kotlin.jvm.functions.Function0 x) {} diff --git a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/branches.kt b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/branches.kt index 91e63ea3034..3841e468f2a 100644 --- a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/branches.kt +++ b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/branches.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(a: Int, b: Int) = if (a > b) a else b fun bar(a: Double, b: Double): Double { diff --git a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/calls.kt b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/calls.kt index 97f05006344..192f858b9fe 100644 --- a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/calls.kt +++ b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/calls.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB infix fun Int.distance(y: Int) = this + y fun test(): Int = 3 distance 4 diff --git a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/classReference.kt b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/classReference.kt index a3512198c8c..dc842c67365 100644 --- a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/classReference.kt +++ b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/classReference.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB package test class A diff --git a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/lambda.kt b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/lambda.kt index 62a36ba1a1c..927752a6ec7 100644 --- a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/lambda.kt +++ b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/lambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB data class Tuple(val x: Int, val y: Int) inline fun use(f: (Tuple) -> Int) = f(Tuple(1, 2)) diff --git a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/modifications.kt b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/modifications.kt index 2321691c2e5..b2b9355dd93 100644 --- a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/modifications.kt +++ b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/modifications.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun simple() { var x = 10 x += 20 diff --git a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/try.kt b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/try.kt index 32c1e1ed9aa..ab2aa1a4f51 100644 --- a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/try.kt +++ b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/try.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun some() { try { throw KotlinNullPointerException() diff --git a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/unary.kt b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/unary.kt index 897aad6e3db..38298aca6ec 100644 --- a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/unary.kt +++ b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/unary.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test() { var x = 0 val x1 = x++ diff --git a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/while.kt b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/while.kt index bede703dea5..518a5cc8262 100644 --- a/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/while.kt +++ b/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions/while.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(limit: Int) { var k = 0 some@ while (k < limit) { diff --git a/compiler/testData/asJava/lightClasses/JvmNameOnMember.kt b/compiler/testData/asJava/lightClasses/JvmNameOnMember.kt index a030481ceae..f15ec90728e 100644 --- a/compiler/testData/asJava/lightClasses/JvmNameOnMember.kt +++ b/compiler/testData/asJava/lightClasses/JvmNameOnMember.kt @@ -1,5 +1,5 @@ // C -// WITH_RUNTIME +// WITH_STDLIB class C { @JvmName("myFun") fun g(c: C) { diff --git a/compiler/testData/asJava/lightClasses/JvmStatic.kt b/compiler/testData/asJava/lightClasses/JvmStatic.kt index 767f12fa7bb..135651643e1 100644 --- a/compiler/testData/asJava/lightClasses/JvmStatic.kt +++ b/compiler/testData/asJava/lightClasses/JvmStatic.kt @@ -1,5 +1,5 @@ // A -// WITH_RUNTIME +// WITH_STDLIB class A { companion object { diff --git a/compiler/testData/asJava/lightClasses/compilationErrors/ActualTypeAliasCustomJvmPackageName.kt b/compiler/testData/asJava/lightClasses/compilationErrors/ActualTypeAliasCustomJvmPackageName.kt index ac74e47e16c..e69623d49f7 100644 --- a/compiler/testData/asJava/lightClasses/compilationErrors/ActualTypeAliasCustomJvmPackageName.kt +++ b/compiler/testData/asJava/lightClasses/compilationErrors/ActualTypeAliasCustomJvmPackageName.kt @@ -1,5 +1,5 @@ // a.b.c.ActualTypeAliasCustomJvmPackageNameKt -// WITH_RUNTIME +// WITH_STDLIB @file:JvmPackageName("a.b.c") package p diff --git a/compiler/testData/asJava/lightClasses/compilationErrors/AllInlineOnly.kt b/compiler/testData/asJava/lightClasses/compilationErrors/AllInlineOnly.kt index 1af1854d386..777088ef8c8 100644 --- a/compiler/testData/asJava/lightClasses/compilationErrors/AllInlineOnly.kt +++ b/compiler/testData/asJava/lightClasses/compilationErrors/AllInlineOnly.kt @@ -1,5 +1,5 @@ // p.AllInlineOnly -// WITH_RUNTIME +// WITH_STDLIB @file:kotlin.jvm.JvmMultifileClass @file:kotlin.jvm.JvmName("AllInlineOnly") diff --git a/compiler/testData/asJava/lightClasses/compilationErrors/AnnotationModifiers.kt b/compiler/testData/asJava/lightClasses/compilationErrors/AnnotationModifiers.kt index 42302eac091..1f346c34553 100644 --- a/compiler/testData/asJava/lightClasses/compilationErrors/AnnotationModifiers.kt +++ b/compiler/testData/asJava/lightClasses/compilationErrors/AnnotationModifiers.kt @@ -1,5 +1,5 @@ // A -// WITH_RUNTIME +// WITH_STDLIB class A { @Synchronized @Strictfp diff --git a/compiler/testData/asJava/lightClasses/compilationErrors/JvmPackageName.kt b/compiler/testData/asJava/lightClasses/compilationErrors/JvmPackageName.kt index 8bcd092656d..e2a79c59c11 100644 --- a/compiler/testData/asJava/lightClasses/compilationErrors/JvmPackageName.kt +++ b/compiler/testData/asJava/lightClasses/compilationErrors/JvmPackageName.kt @@ -1,5 +1,5 @@ // a.b.c.JvmPackageNameKt -// WITH_RUNTIME +// WITH_STDLIB @file:JvmPackageName("a.b.c") package p diff --git a/compiler/testData/asJava/lightClasses/compilationErrors/WrongAnnotations.kt b/compiler/testData/asJava/lightClasses/compilationErrors/WrongAnnotations.kt index 0055c18876b..ec9bc8df9fe 100644 --- a/compiler/testData/asJava/lightClasses/compilationErrors/WrongAnnotations.kt +++ b/compiler/testData/asJava/lightClasses/compilationErrors/WrongAnnotations.kt @@ -1,5 +1,5 @@ // A -// WITH_RUNTIME +// WITH_STDLIB class A { companion object { diff --git a/compiler/testData/asJava/lightClasses/facades/AllPrivate.kt b/compiler/testData/asJava/lightClasses/facades/AllPrivate.kt index b1f65de093d..aab98667217 100644 --- a/compiler/testData/asJava/lightClasses/facades/AllPrivate.kt +++ b/compiler/testData/asJava/lightClasses/facades/AllPrivate.kt @@ -1,5 +1,5 @@ // p.AllPrivate -// WITH_RUNTIME +// WITH_STDLIB @file:kotlin.jvm.JvmMultifileClass @file:kotlin.jvm.JvmName("AllPrivate") diff --git a/compiler/testData/asJava/lightClasses/facades/MultiFile.kt b/compiler/testData/asJava/lightClasses/facades/MultiFile.kt index a1b02f37ab1..15673639b75 100644 --- a/compiler/testData/asJava/lightClasses/facades/MultiFile.kt +++ b/compiler/testData/asJava/lightClasses/facades/MultiFile.kt @@ -1,5 +1,5 @@ // test.MultiFile -// WITH_RUNTIME +// WITH_STDLIB @file:JvmMultifileClass @file:JvmName("MultiFile") diff --git a/compiler/testData/asJava/lightClasses/facades/SingleJvmClassName.kt b/compiler/testData/asJava/lightClasses/facades/SingleJvmClassName.kt index 6ae5ab7680f..ba22864881b 100644 --- a/compiler/testData/asJava/lightClasses/facades/SingleJvmClassName.kt +++ b/compiler/testData/asJava/lightClasses/facades/SingleJvmClassName.kt @@ -1,5 +1,5 @@ //NewName -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("NewName") fun foo() { diff --git a/compiler/testData/asJava/lightClasses/nullabilityAnnotations/JvmOverloads.kt b/compiler/testData/asJava/lightClasses/nullabilityAnnotations/JvmOverloads.kt index 41047055587..a8e859ec790 100644 --- a/compiler/testData/asJava/lightClasses/nullabilityAnnotations/JvmOverloads.kt +++ b/compiler/testData/asJava/lightClasses/nullabilityAnnotations/JvmOverloads.kt @@ -1,5 +1,5 @@ // C -// WITH_RUNTIME +// WITH_STDLIB class C { @[kotlin.jvm.JvmOverloads] public fun foo(o: String = "O", o1: String, o3: String = "K", o4: String?): String { diff --git a/compiler/testData/asJava/lightClasses/publicField/CompanionObject.kt b/compiler/testData/asJava/lightClasses/publicField/CompanionObject.kt index a7df277c8b5..142c392441d 100644 --- a/compiler/testData/asJava/lightClasses/publicField/CompanionObject.kt +++ b/compiler/testData/asJava/lightClasses/publicField/CompanionObject.kt @@ -1,5 +1,5 @@ // C -// WITH_RUNTIME +// WITH_STDLIB class C { companion object { diff --git a/compiler/testData/asJava/lightClasses/publicField/Simple.kt b/compiler/testData/asJava/lightClasses/publicField/Simple.kt index 5708dc842c7..7a1091f8360 100644 --- a/compiler/testData/asJava/lightClasses/publicField/Simple.kt +++ b/compiler/testData/asJava/lightClasses/publicField/Simple.kt @@ -1,5 +1,5 @@ // C -// WITH_RUNTIME +// WITH_STDLIB class C { @[kotlin.jvm.JvmField] public val foo: String = { "A" }() diff --git a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/dataClass.kt b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/dataClass.kt index 5382edd3339..ddb4f27fcfc 100644 --- a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/dataClass.kt +++ b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/dataClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB data class Data(val x: String, val y: Int) suspend fun test() { diff --git a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/extensionComponents.kt b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/extensionComponents.kt index 3b4ebe3c7c8..3234d0d2aef 100644 --- a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/extensionComponents.kt +++ b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/extensionComponents.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class A(val x: String, val y: String, val z: T) suspend fun foo(a: A, block: suspend (A) -> String): String = block(a) diff --git a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/generic.kt b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/generic.kt index 19095f2ab57..72b155c7117 100644 --- a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/generic.kt +++ b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/generic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB data class A(val x: T, val y: F) diff --git a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/inline.kt b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/inline.kt index 8c78b43a04a..583b6b6d863 100644 --- a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/inline.kt +++ b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/inline.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB data class A(val x: String, val y: String) suspend inline fun foo(a: A, block: suspend (A) -> String): String = block(a) diff --git a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/otherParameters.kt b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/otherParameters.kt index 65ca903c25a..2f1af66ca69 100644 --- a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/otherParameters.kt +++ b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/otherParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB data class A(val x: String, val y: String) suspend fun foo(a: A, block: suspend (Int, A, String) -> String): String = block(1, a, "#") diff --git a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/parameters.kt b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/parameters.kt index cd2caf2e7d5..613624ca977 100644 --- a/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/parameters.kt +++ b/compiler/testData/checkLocalVariablesTable/parametersInSuspendLambda/parameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB data class Data(val x: String, val y: Int, val z: Int = 0) suspend fun test() { diff --git a/compiler/testData/checkLocalVariablesTable/suspendFunctionDeadVariables.kt b/compiler/testData/checkLocalVariablesTable/suspendFunctionDeadVariables.kt index b19a3e850cc..2d95f7562be 100644 --- a/compiler/testData/checkLocalVariablesTable/suspendFunctionDeadVariables.kt +++ b/compiler/testData/checkLocalVariablesTable/suspendFunctionDeadVariables.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB suspend fun dummy() {} diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/jvmOverload.kt b/compiler/testData/codegen/asmLike/typeAnnotations/jvmOverload.kt index 3f7163a2540..ab7d49eb145 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/jvmOverload.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/jvmOverload.kt @@ -2,7 +2,7 @@ // RENDER_ANNOTATIONS // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB package foo @Target(AnnotationTarget.TYPE) diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/jvmStatic.kt b/compiler/testData/codegen/asmLike/typeAnnotations/jvmStatic.kt index 3bfdbc52d17..6bf61991531 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/jvmStatic.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/jvmStatic.kt @@ -2,7 +2,7 @@ // RENDER_ANNOTATIONS // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB package foo @Target(AnnotationTarget.TYPE) diff --git a/compiler/testData/codegen/asmLike/typeAnnotations/property.kt b/compiler/testData/codegen/asmLike/typeAnnotations/property.kt index cfde5196db5..78d60bc6700 100644 --- a/compiler/testData/codegen/asmLike/typeAnnotations/property.kt +++ b/compiler/testData/codegen/asmLike/typeAnnotations/property.kt @@ -2,7 +2,7 @@ // RENDER_ANNOTATIONS // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // FULL_JDK package foo diff --git a/compiler/testData/codegen/box/annotations/annotatedAnnotationParameter.kt b/compiler/testData/codegen/box/annotations/annotatedAnnotationParameter.kt index aa997e27071..3fffe400397 100644 --- a/compiler/testData/codegen/box/annotations/annotatedAnnotationParameter.kt +++ b/compiler/testData/codegen/box/annotations/annotatedAnnotationParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/annotations/annotatedEnumEntry.kt b/compiler/testData/codegen/box/annotations/annotatedEnumEntry.kt index 14067a76e51..0e8fb57ada9 100644 --- a/compiler/testData/codegen/box/annotations/annotatedEnumEntry.kt +++ b/compiler/testData/codegen/box/annotations/annotatedEnumEntry.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // KT-5665 @Retention(AnnotationRetention.RUNTIME) diff --git a/compiler/testData/codegen/box/annotations/annotatedLambda/funExpression.kt b/compiler/testData/codegen/box/annotations/annotatedLambda/funExpression.kt index d95c12c6292..70caf8abbd9 100644 --- a/compiler/testData/codegen/box/annotations/annotatedLambda/funExpression.kt +++ b/compiler/testData/codegen/box/annotations/annotatedLambda/funExpression.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.lang.reflect.Method import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/annotations/annotatedLambda/lambda.kt b/compiler/testData/codegen/box/annotations/annotatedLambda/lambda.kt index 0742890df6a..0dd5abd9787 100644 --- a/compiler/testData/codegen/box/annotations/annotatedLambda/lambda.kt +++ b/compiler/testData/codegen/box/annotations/annotatedLambda/lambda.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.lang.reflect.Method import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/annotations/annotatedLambda/samFunExpression.kt b/compiler/testData/codegen/box/annotations/annotatedLambda/samFunExpression.kt index 2f7d53cb650..3953d35e697 100644 --- a/compiler/testData/codegen/box/annotations/annotatedLambda/samFunExpression.kt +++ b/compiler/testData/codegen/box/annotations/annotatedLambda/samFunExpression.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/annotations/annotatedLambda/samFunReference.kt b/compiler/testData/codegen/box/annotations/annotatedLambda/samFunReference.kt index da6f739deda..22d42908f1d 100644 --- a/compiler/testData/codegen/box/annotations/annotatedLambda/samFunReference.kt +++ b/compiler/testData/codegen/box/annotations/annotatedLambda/samFunReference.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // SAM_CONVERSIONS: CLASS -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/annotations/annotatedLambda/samLambda.kt b/compiler/testData/codegen/box/annotations/annotatedLambda/samLambda.kt index 77828ed619b..b1db4eb0c17 100644 --- a/compiler/testData/codegen/box/annotations/annotatedLambda/samLambda.kt +++ b/compiler/testData/codegen/box/annotations/annotatedLambda/samLambda.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // SAM_CONVERSIONS: CLASS // ^ test checks reflection for synthetic classes -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/annotations/annotatedObjectLiteral.kt b/compiler/testData/codegen/box/annotations/annotatedObjectLiteral.kt index 172cf98b9b6..b3f29f45840 100644 --- a/compiler/testData/codegen/box/annotations/annotatedObjectLiteral.kt +++ b/compiler/testData/codegen/box/annotations/annotatedObjectLiteral.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB annotation class Ann(val v: String = "???") @Ann open class My diff --git a/compiler/testData/codegen/box/annotations/annotationProperty.kt b/compiler/testData/codegen/box/annotations/annotationProperty.kt index 7490db2c7a8..408573de09f 100644 --- a/compiler/testData/codegen/box/annotations/annotationProperty.kt +++ b/compiler/testData/codegen/box/annotations/annotationProperty.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Target(AnnotationTarget.PROPERTY) annotation class Anno(val value: String) diff --git a/compiler/testData/codegen/box/annotations/annotationTargets.kt b/compiler/testData/codegen/box/annotations/annotationTargets.kt index 093fd518ad6..60995c770b4 100644 --- a/compiler/testData/codegen/box/annotations/annotationTargets.kt +++ b/compiler/testData/codegen/box/annotations/annotationTargets.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK @Target( diff --git a/compiler/testData/codegen/box/annotations/annotationWithKotlinProperty.kt b/compiler/testData/codegen/box/annotations/annotationWithKotlinProperty.kt index 90465c615a8..32ab3ce4dbe 100644 --- a/compiler/testData/codegen/box/annotations/annotationWithKotlinProperty.kt +++ b/compiler/testData/codegen/box/annotations/annotationWithKotlinProperty.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaClass.java import java.lang.annotation.Retention; diff --git a/compiler/testData/codegen/box/annotations/annotationsOnDefault.kt b/compiler/testData/codegen/box/annotations/annotationsOnDefault.kt index 2c6f768f86d..746065acd42 100644 --- a/compiler/testData/codegen/box/annotations/annotationsOnDefault.kt +++ b/compiler/testData/codegen/box/annotations/annotationsOnDefault.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/annotations/annotationsOnTypeAliases.kt b/compiler/testData/codegen/box/annotations/annotationsOnTypeAliases.kt index 147598e7a5e..3e8dc44dee9 100644 --- a/compiler/testData/codegen/box/annotations/annotationsOnTypeAliases.kt +++ b/compiler/testData/codegen/box/annotations/annotationsOnTypeAliases.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import kotlin.annotation.AnnotationTarget.* diff --git a/compiler/testData/codegen/box/annotations/constValInAnnotation.kt b/compiler/testData/codegen/box/annotations/constValInAnnotation.kt index 8dea3327d3e..3a56e58c5ab 100644 --- a/compiler/testData/codegen/box/annotations/constValInAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/constValInAnnotation.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +NestedClassesInAnnotations -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: Foo.java diff --git a/compiler/testData/codegen/box/annotations/defaultParameterValues.kt b/compiler/testData/codegen/box/annotations/defaultParameterValues.kt index 1fc6240a68e..9e9cc926f11 100644 --- a/compiler/testData/codegen/box/annotations/defaultParameterValues.kt +++ b/compiler/testData/codegen/box/annotations/defaultParameterValues.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/annotations/delegatedPropertySetter.kt b/compiler/testData/codegen/box/annotations/delegatedPropertySetter.kt index 1cfbf75241e..91a0ac8eb2f 100644 --- a/compiler/testData/codegen/box/annotations/delegatedPropertySetter.kt +++ b/compiler/testData/codegen/box/annotations/delegatedPropertySetter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/annotations/fileClassWithFileAnnotation.kt b/compiler/testData/codegen/box/annotations/fileClassWithFileAnnotation.kt index 959f79f2aa2..687c2c66510 100644 --- a/compiler/testData/codegen/box/annotations/fileClassWithFileAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/fileClassWithFileAnnotation.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:StringHolder("OK") @file:JvmName("FileClass") diff --git a/compiler/testData/codegen/box/annotations/instances/annotationEnclosingName.kt b/compiler/testData/codegen/box/annotations/instances/annotationEnclosingName.kt index 69e60eda2c1..ac8a1ab2330 100644 --- a/compiler/testData/codegen/box/annotations/instances/annotationEnclosingName.kt +++ b/compiler/testData/codegen/box/annotations/instances/annotationEnclosingName.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses // FILE: a.kt diff --git a/compiler/testData/codegen/box/annotations/instances/annotationEqHc.kt b/compiler/testData/codegen/box/annotations/instances/annotationEqHc.kt index 4a0fecfc116..3f49b0e3ba9 100644 --- a/compiler/testData/codegen/box/annotations/instances/annotationEqHc.kt +++ b/compiler/testData/codegen/box/annotations/instances/annotationEqHc.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: WASM // DONT_TARGET_EXACT_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/annotations/instances/annotationFromStdlib.kt b/compiler/testData/codegen/box/annotations/instances/annotationFromStdlib.kt index 694715b2d48..7d16c8cf230 100644 --- a/compiler/testData/codegen/box/annotations/instances/annotationFromStdlib.kt +++ b/compiler/testData/codegen/box/annotations/instances/annotationFromStdlib.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: WASM // DONT_TARGET_EXACT_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/annotations/instances/annotationInstances.kt b/compiler/testData/codegen/box/annotations/instances/annotationInstances.kt index 58d9edfed58..4be8db8907f 100644 --- a/compiler/testData/codegen/box/annotations/instances/annotationInstances.kt +++ b/compiler/testData/codegen/box/annotations/instances/annotationInstances.kt @@ -4,7 +4,7 @@ // (supported: JVM_IR, JS_IR(_E6)) // Regular JS works too, but without proper hashCode or equals -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses // note: taken from ../parameters.kt and ../parametersWithPrimitiveValues.kt diff --git a/compiler/testData/codegen/box/annotations/instances/annotationInstancesEmptyDefault.kt b/compiler/testData/codegen/box/annotations/instances/annotationInstancesEmptyDefault.kt index 16ebed37b97..554182c1d0a 100644 --- a/compiler/testData/codegen/box/annotations/instances/annotationInstancesEmptyDefault.kt +++ b/compiler/testData/codegen/box/annotations/instances/annotationInstancesEmptyDefault.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: WASM // DONT_TARGET_EXACT_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses package test diff --git a/compiler/testData/codegen/box/annotations/instances/annotationJvmHashCode.kt b/compiler/testData/codegen/box/annotations/instances/annotationJvmHashCode.kt index 2e8414e52ac..ab1b56bc632 100644 --- a/compiler/testData/codegen/box/annotations/instances/annotationJvmHashCode.kt +++ b/compiler/testData/codegen/box/annotations/instances/annotationJvmHashCode.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/annotations/instances/annotationToString.kt b/compiler/testData/codegen/box/annotations/instances/annotationToString.kt index b2ebce05fe8..a9330aefb87 100644 --- a/compiler/testData/codegen/box/annotations/instances/annotationToString.kt +++ b/compiler/testData/codegen/box/annotations/instances/annotationToString.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: WASM // DONT_TARGET_EXACT_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses package test diff --git a/compiler/testData/codegen/box/annotations/instances/annotationType.kt b/compiler/testData/codegen/box/annotations/instances/annotationType.kt index f7417cd4471..1248390633b 100644 --- a/compiler/testData/codegen/box/annotations/instances/annotationType.kt +++ b/compiler/testData/codegen/box/annotations/instances/annotationType.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses annotation class Foo( diff --git a/compiler/testData/codegen/box/annotations/instances/inInlineFunction.kt b/compiler/testData/codegen/box/annotations/instances/inInlineFunction.kt index 7c5a80a68e8..5ca62e3fc7f 100644 --- a/compiler/testData/codegen/box/annotations/instances/inInlineFunction.kt +++ b/compiler/testData/codegen/box/annotations/instances/inInlineFunction.kt @@ -3,7 +3,7 @@ // DONT_TARGET_EXACT_BACKEND: JS // IGNORE_DEXING -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses import kotlin.test.* diff --git a/compiler/testData/codegen/box/annotations/instances/javaAnnotation.kt b/compiler/testData/codegen/box/annotations/instances/javaAnnotation.kt index 80f26f70dba..1f46c048ce4 100644 --- a/compiler/testData/codegen/box/annotations/instances/javaAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/instances/javaAnnotation.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses // FILE: A.java diff --git a/compiler/testData/codegen/box/annotations/instances/kotlinExistingAnnotation.kt b/compiler/testData/codegen/box/annotations/instances/kotlinExistingAnnotation.kt index 893c557df0e..f11c863af02 100644 --- a/compiler/testData/codegen/box/annotations/instances/kotlinExistingAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/instances/kotlinExistingAnnotation.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses fun f(): Metadata = Metadata( diff --git a/compiler/testData/codegen/box/annotations/instances/multifileEqHc.kt b/compiler/testData/codegen/box/annotations/instances/multifileEqHc.kt index ad61b2acd36..13e0f24e8c5 100644 --- a/compiler/testData/codegen/box/annotations/instances/multifileEqHc.kt +++ b/compiler/testData/codegen/box/annotations/instances/multifileEqHc.kt @@ -4,7 +4,7 @@ // (supported: JVM_IR, JS_IR(_E6)) -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses diff --git a/compiler/testData/codegen/box/annotations/instances/multimoduleInlining.kt b/compiler/testData/codegen/box/annotations/instances/multimoduleInlining.kt index 5beb0100d6b..d7cbd9d7e37 100644 --- a/compiler/testData/codegen/box/annotations/instances/multimoduleInlining.kt +++ b/compiler/testData/codegen/box/annotations/instances/multimoduleInlining.kt @@ -4,7 +4,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM_IR // IGNORE_DEXING -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses // MODULE: lib diff --git a/compiler/testData/codegen/box/annotations/instances/multiplatformInstantiation.kt b/compiler/testData/codegen/box/annotations/instances/multiplatformInstantiation.kt index 93a62e7cde8..79252536357 100644 --- a/compiler/testData/codegen/box/annotations/instances/multiplatformInstantiation.kt +++ b/compiler/testData/codegen/box/annotations/instances/multiplatformInstantiation.kt @@ -5,7 +5,7 @@ // (supported: JVM_IR, JS_IR(_E6)) -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses +MultiPlatformProjects // MODULE: lib diff --git a/compiler/testData/codegen/box/annotations/instances/nestedAnnotationInstances.kt b/compiler/testData/codegen/box/annotations/instances/nestedAnnotationInstances.kt index bf3873e9f44..274fa39e2d8 100644 --- a/compiler/testData/codegen/box/annotations/instances/nestedAnnotationInstances.kt +++ b/compiler/testData/codegen/box/annotations/instances/nestedAnnotationInstances.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: WASM // DONT_TARGET_EXACT_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses annotation class NestedAnnotation(val value: String) diff --git a/compiler/testData/codegen/box/annotations/javaAnnotationArrayValueDefault.kt b/compiler/testData/codegen/box/annotations/javaAnnotationArrayValueDefault.kt index 1475aeab750..922f400bda7 100644 --- a/compiler/testData/codegen/box/annotations/javaAnnotationArrayValueDefault.kt +++ b/compiler/testData/codegen/box/annotations/javaAnnotationArrayValueDefault.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/javaAnnotationArrayValueNoDefault.kt b/compiler/testData/codegen/box/annotations/javaAnnotationArrayValueNoDefault.kt index 38573369acd..97326738935 100644 --- a/compiler/testData/codegen/box/annotations/javaAnnotationArrayValueNoDefault.kt +++ b/compiler/testData/codegen/box/annotations/javaAnnotationArrayValueNoDefault.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/javaAnnotationCall.kt b/compiler/testData/codegen/box/annotations/javaAnnotationCall.kt index d5edf29db14..3b3509906e1 100644 --- a/compiler/testData/codegen/box/annotations/javaAnnotationCall.kt +++ b/compiler/testData/codegen/box/annotations/javaAnnotationCall.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/javaAnnotationDefault.kt b/compiler/testData/codegen/box/annotations/javaAnnotationDefault.kt index 63a099cb5f2..f8f650e415a 100644 --- a/compiler/testData/codegen/box/annotations/javaAnnotationDefault.kt +++ b/compiler/testData/codegen/box/annotations/javaAnnotationDefault.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/javaAnnotationWithSingleArrayArgument.kt b/compiler/testData/codegen/box/annotations/javaAnnotationWithSingleArrayArgument.kt index 577b4c9e206..208667ba3a6 100644 --- a/compiler/testData/codegen/box/annotations/javaAnnotationWithSingleArrayArgument.kt +++ b/compiler/testData/codegen/box/annotations/javaAnnotationWithSingleArrayArgument.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { diff --git a/compiler/testData/codegen/box/annotations/javaNegativePropertyAsAnnotationParameter.kt b/compiler/testData/codegen/box/annotations/javaNegativePropertyAsAnnotationParameter.kt index 4ae868f6530..7b5f6325046 100644 --- a/compiler/testData/codegen/box/annotations/javaNegativePropertyAsAnnotationParameter.kt +++ b/compiler/testData/codegen/box/annotations/javaNegativePropertyAsAnnotationParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Foo.java diff --git a/compiler/testData/codegen/box/annotations/javaPropertyAsAnnotationParameter.kt b/compiler/testData/codegen/box/annotations/javaPropertyAsAnnotationParameter.kt index 5ddb739e548..9737d5e1460 100644 --- a/compiler/testData/codegen/box/annotations/javaPropertyAsAnnotationParameter.kt +++ b/compiler/testData/codegen/box/annotations/javaPropertyAsAnnotationParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Foo.java diff --git a/compiler/testData/codegen/box/annotations/javaPropertyWithIntInitializer.kt b/compiler/testData/codegen/box/annotations/javaPropertyWithIntInitializer.kt index fb2096625a0..fd2473251ad 100644 --- a/compiler/testData/codegen/box/annotations/javaPropertyWithIntInitializer.kt +++ b/compiler/testData/codegen/box/annotations/javaPropertyWithIntInitializer.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Foo.java diff --git a/compiler/testData/codegen/box/annotations/jvmAnnotationFlags.kt b/compiler/testData/codegen/box/annotations/jvmAnnotationFlags.kt index 6a491742843..1dc59f93479 100644 --- a/compiler/testData/codegen/box/annotations/jvmAnnotationFlags.kt +++ b/compiler/testData/codegen/box/annotations/jvmAnnotationFlags.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.lang.reflect.Modifier diff --git a/compiler/testData/codegen/box/annotations/kClassMapping/arrayClassParameter.kt b/compiler/testData/codegen/box/annotations/kClassMapping/arrayClassParameter.kt index fe64d65d06d..bd64d236bce 100644 --- a/compiler/testData/codegen/box/annotations/kClassMapping/arrayClassParameter.kt +++ b/compiler/testData/codegen/box/annotations/kClassMapping/arrayClassParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/kClassMapping/arrayClassParameterOnJavaClass.kt b/compiler/testData/codegen/box/annotations/kClassMapping/arrayClassParameterOnJavaClass.kt index e0e376ddbb4..1160cb4da4e 100644 --- a/compiler/testData/codegen/box/annotations/kClassMapping/arrayClassParameterOnJavaClass.kt +++ b/compiler/testData/codegen/box/annotations/kClassMapping/arrayClassParameterOnJavaClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/kClassMapping/classParameter.kt b/compiler/testData/codegen/box/annotations/kClassMapping/classParameter.kt index 1b253eb0740..3318479c9e4 100644 --- a/compiler/testData/codegen/box/annotations/kClassMapping/classParameter.kt +++ b/compiler/testData/codegen/box/annotations/kClassMapping/classParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/kClassMapping/classParameterOnJavaClass.kt b/compiler/testData/codegen/box/annotations/kClassMapping/classParameterOnJavaClass.kt index cd348ae401e..f2694ad3164 100644 --- a/compiler/testData/codegen/box/annotations/kClassMapping/classParameterOnJavaClass.kt +++ b/compiler/testData/codegen/box/annotations/kClassMapping/classParameterOnJavaClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/kClassMapping/varargClassParameter.kt b/compiler/testData/codegen/box/annotations/kClassMapping/varargClassParameter.kt index 5636c0c879f..ef8e963c707 100644 --- a/compiler/testData/codegen/box/annotations/kClassMapping/varargClassParameter.kt +++ b/compiler/testData/codegen/box/annotations/kClassMapping/varargClassParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/kClassMapping/varargClassParameterOnJavaClass.kt b/compiler/testData/codegen/box/annotations/kClassMapping/varargClassParameterOnJavaClass.kt index 3927f0d157b..fe64f0a5f9f 100644 --- a/compiler/testData/codegen/box/annotations/kClassMapping/varargClassParameterOnJavaClass.kt +++ b/compiler/testData/codegen/box/annotations/kClassMapping/varargClassParameterOnJavaClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaAnn.java diff --git a/compiler/testData/codegen/box/annotations/kotlinPropertyFromClassObjectAsParameter.kt b/compiler/testData/codegen/box/annotations/kotlinPropertyFromClassObjectAsParameter.kt index 9d67abffd64..65df83cbbff 100644 --- a/compiler/testData/codegen/box/annotations/kotlinPropertyFromClassObjectAsParameter.kt +++ b/compiler/testData/codegen/box/annotations/kotlinPropertyFromClassObjectAsParameter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Ann(Foo.i, Foo.s, Foo.f, Foo.d, Foo.l, Foo.b, Foo.bool, Foo.c, Foo.str) class MyClass diff --git a/compiler/testData/codegen/box/annotations/kotlinTopLevelPropertyAsParameter.kt b/compiler/testData/codegen/box/annotations/kotlinTopLevelPropertyAsParameter.kt index c20d49da69c..86f4befec69 100644 --- a/compiler/testData/codegen/box/annotations/kotlinTopLevelPropertyAsParameter.kt +++ b/compiler/testData/codegen/box/annotations/kotlinTopLevelPropertyAsParameter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Ann(i, s, f, d, l, b, bool, c, str) class MyClass diff --git a/compiler/testData/codegen/box/annotations/kt10136.kt b/compiler/testData/codegen/box/annotations/kt10136.kt index 45c882ac31c..921bbbca37d 100644 --- a/compiler/testData/codegen/box/annotations/kt10136.kt +++ b/compiler/testData/codegen/box/annotations/kt10136.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB annotation class A diff --git a/compiler/testData/codegen/box/annotations/mustBeDocumented.kt b/compiler/testData/codegen/box/annotations/mustBeDocumented.kt index 27508e408a1..4ff374f7d21 100644 --- a/compiler/testData/codegen/box/annotations/mustBeDocumented.kt +++ b/compiler/testData/codegen/box/annotations/mustBeDocumented.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // SKIP_JDK6 diff --git a/compiler/testData/codegen/box/annotations/nestedClassPropertyAsParameter.kt b/compiler/testData/codegen/box/annotations/nestedClassPropertyAsParameter.kt index 14a0fb0188a..51d46c0ea44 100644 --- a/compiler/testData/codegen/box/annotations/nestedClassPropertyAsParameter.kt +++ b/compiler/testData/codegen/box/annotations/nestedClassPropertyAsParameter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Ann(A.B.i) class MyClass diff --git a/compiler/testData/codegen/box/annotations/parameterWithPrimitiveType.kt b/compiler/testData/codegen/box/annotations/parameterWithPrimitiveType.kt index e8a5f149154..e1d97e5e153 100644 --- a/compiler/testData/codegen/box/annotations/parameterWithPrimitiveType.kt +++ b/compiler/testData/codegen/box/annotations/parameterWithPrimitiveType.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/annotations/propertyWithPropertyInInitializerAsParameter.kt b/compiler/testData/codegen/box/annotations/propertyWithPropertyInInitializerAsParameter.kt index 5d911b5dfe7..4e40a207d72 100644 --- a/compiler/testData/codegen/box/annotations/propertyWithPropertyInInitializerAsParameter.kt +++ b/compiler/testData/codegen/box/annotations/propertyWithPropertyInInitializerAsParameter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Ann(i) class MyClass diff --git a/compiler/testData/codegen/box/annotations/repeatable/javaAnnotation.kt b/compiler/testData/codegen/box/annotations/repeatable/javaAnnotation.kt index cf5c29ac252..4738800c6a6 100644 --- a/compiler/testData/codegen/box/annotations/repeatable/javaAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/repeatable/javaAnnotation.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/annotations/repeatable/jvmRepeatableKotlinAnnotation.kt b/compiler/testData/codegen/box/annotations/repeatable/jvmRepeatableKotlinAnnotation.kt index 20a3d3b1d8f..6b27aad9b3d 100644 --- a/compiler/testData/codegen/box/annotations/repeatable/jvmRepeatableKotlinAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/repeatable/jvmRepeatableKotlinAnnotation.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +RepeatableAnnotations // !API_VERSION: LATEST // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 // STDLIB_JDK8 diff --git a/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotation.kt b/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotation.kt index c1f6e1fff17..5644f8c99a3 100644 --- a/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotation.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationInJava.kt b/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationInJava.kt index 352035068e3..8d72e922434 100644 --- a/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationInJava.kt +++ b/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationInJava.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // java.lang.NoSuchMethodError: java.lang.Class.getAnnotationsByType diff --git a/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationWithBothRepeatables.kt b/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationWithBothRepeatables.kt index 823bdc79f43..e502de5d947 100644 --- a/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationWithBothRepeatables.kt +++ b/compiler/testData/codegen/box/annotations/repeatable/kotlinAnnotationWithBothRepeatables.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +RepeatableAnnotations // !API_VERSION: LATEST // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 // STDLIB_JDK8 diff --git a/compiler/testData/codegen/box/annotations/resolveWithLowPriorityAnnotation.kt b/compiler/testData/codegen/box/annotations/resolveWithLowPriorityAnnotation.kt index 9b51c9fdb51..3a8e3929c0e 100644 --- a/compiler/testData/codegen/box/annotations/resolveWithLowPriorityAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/resolveWithLowPriorityAnnotation.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") @kotlin.internal.LowPriorityInOverloadResolution diff --git a/compiler/testData/codegen/box/annotations/singleAssignmentToVarargInAnnotation.kt b/compiler/testData/codegen/box/annotations/singleAssignmentToVarargInAnnotation.kt index 9822d0e44a2..d0f0dacc42b 100644 --- a/compiler/testData/codegen/box/annotations/singleAssignmentToVarargInAnnotation.kt +++ b/compiler/testData/codegen/box/annotations/singleAssignmentToVarargInAnnotation.kt @@ -2,7 +2,7 @@ // !LANGUAGE: -ProhibitAssigningSingleElementsToVarargsInNamedForm // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB annotation class Ann(vararg val p: Int) diff --git a/compiler/testData/codegen/box/annotations/syntheticMethodForJvmStaticProperty.kt b/compiler/testData/codegen/box/annotations/syntheticMethodForJvmStaticProperty.kt index 0a067efb83f..45b2e3f5442 100644 --- a/compiler/testData/codegen/box/annotations/syntheticMethodForJvmStaticProperty.kt +++ b/compiler/testData/codegen/box/annotations/syntheticMethodForJvmStaticProperty.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/annotations/syntheticMethodForProperty.kt b/compiler/testData/codegen/box/annotations/syntheticMethodForProperty.kt index 925a11aee8c..87871bba7ac 100644 --- a/compiler/testData/codegen/box/annotations/syntheticMethodForProperty.kt +++ b/compiler/testData/codegen/box/annotations/syntheticMethodForProperty.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package test diff --git a/compiler/testData/codegen/box/annotations/typeAnnotationOnJdk6.kt b/compiler/testData/codegen/box/annotations/typeAnnotationOnJdk6.kt index b5be1dfdeb4..a0e7c53b5b0 100644 --- a/compiler/testData/codegen/box/annotations/typeAnnotationOnJdk6.kt +++ b/compiler/testData/codegen/box/annotations/typeAnnotationOnJdk6.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.6 @Target(AnnotationTarget.TYPE) diff --git a/compiler/testData/codegen/box/annotations/typeAnnotations/checkingNotincorporatedInputTypes.kt b/compiler/testData/codegen/box/annotations/typeAnnotations/checkingNotincorporatedInputTypes.kt index f6b6f884fc1..2e86a2d97da 100644 --- a/compiler/testData/codegen/box/annotations/typeAnnotations/checkingNotincorporatedInputTypes.kt +++ b/compiler/testData/codegen/box/annotations/typeAnnotations/checkingNotincorporatedInputTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun isImportedByDefault(c: String?, x: Set) = c?.let { it.toInt() } in x diff --git a/compiler/testData/codegen/box/annotations/useTypeParameterAnnotationFromJava.kt b/compiler/testData/codegen/box/annotations/useTypeParameterAnnotationFromJava.kt index 9866f803646..2863e5b97a9 100644 --- a/compiler/testData/codegen/box/annotations/useTypeParameterAnnotationFromJava.kt +++ b/compiler/testData/codegen/box/annotations/useTypeParameterAnnotationFromJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 // FILE: A.java diff --git a/compiler/testData/codegen/box/annotations/useTypeUseAnnotationFromJava.kt b/compiler/testData/codegen/box/annotations/useTypeUseAnnotationFromJava.kt index 969b298b622..960bae4bcc4 100644 --- a/compiler/testData/codegen/box/annotations/useTypeUseAnnotationFromJava.kt +++ b/compiler/testData/codegen/box/annotations/useTypeUseAnnotationFromJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 // FILE: A.java diff --git a/compiler/testData/codegen/box/annotations/varargInAnnotationParameter.kt b/compiler/testData/codegen/box/annotations/varargInAnnotationParameter.kt index 5d0dc2f21a9..3b07ca3ff54 100644 --- a/compiler/testData/codegen/box/annotations/varargInAnnotationParameter.kt +++ b/compiler/testData/codegen/box/annotations/varargInAnnotationParameter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann(vararg val p: Int) diff --git a/compiler/testData/codegen/box/argumentOrder/kt17691.kt b/compiler/testData/codegen/box/argumentOrder/kt17691.kt index 4bfaf9fb8b5..400d74c9fa9 100644 --- a/compiler/testData/codegen/box/argumentOrder/kt17691.kt +++ b/compiler/testData/codegen/box/argumentOrder/kt17691.kt @@ -1,5 +1,5 @@ // !LANGUAGE: -UseCorrectExecutionOrderForVarargArguments -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND_FIR: JVM_IR diff --git a/compiler/testData/codegen/box/argumentOrder/kt17691WithEnabledFeature.kt b/compiler/testData/codegen/box/argumentOrder/kt17691WithEnabledFeature.kt index 5dbd8b6b5bd..6162dce9997 100644 --- a/compiler/testData/codegen/box/argumentOrder/kt17691WithEnabledFeature.kt +++ b/compiler/testData/codegen/box/argumentOrder/kt17691WithEnabledFeature.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments -// WITH_RUNTIME +// WITH_STDLIB fun foo(vararg x: Unit, y: Any) {} diff --git a/compiler/testData/codegen/box/argumentOrder/varargAndDefaultParameters_ForNative.kt b/compiler/testData/codegen/box/argumentOrder/varargAndDefaultParameters_ForNative.kt index 2f8d59cdba7..77393d5ebac 100644 --- a/compiler/testData/codegen/box/argumentOrder/varargAndDefaultParameters_ForNative.kt +++ b/compiler/testData/codegen/box/argumentOrder/varargAndDefaultParameters_ForNative.kt @@ -1,6 +1,6 @@ // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: NATIVE package test diff --git a/compiler/testData/codegen/box/arrays/arrayConstructorWithNonInlineLambda.kt b/compiler/testData/codegen/box/arrays/arrayConstructorWithNonInlineLambda.kt index 0dc4948b46a..e9b6497b873 100644 --- a/compiler/testData/codegen/box/arrays/arrayConstructorWithNonInlineLambda.kt +++ b/compiler/testData/codegen/box/arrays/arrayConstructorWithNonInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/arrays/arrayConstructorsSimple.kt b/compiler/testData/codegen/box/arrays/arrayConstructorsSimple.kt index 1c28cf17aa0..89985a88606 100644 --- a/compiler/testData/codegen/box/arrays/arrayConstructorsSimple.kt +++ b/compiler/testData/codegen/box/arrays/arrayConstructorsSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/arrays/arraysOfInlineClass/accessArrayOfUnsigned.kt b/compiler/testData/codegen/box/arrays/arraysOfInlineClass/accessArrayOfUnsigned.kt index 933cb618596..ca11d4587de 100644 --- a/compiler/testData/codegen/box/arrays/arraysOfInlineClass/accessArrayOfUnsigned.kt +++ b/compiler/testData/codegen/box/arrays/arraysOfInlineClass/accessArrayOfUnsigned.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = Array(2) { 42u } diff --git a/compiler/testData/codegen/box/arrays/arraysOfInlineClass/arrayOfInlineClassOfArrayOfInlineClass.kt b/compiler/testData/codegen/box/arrays/arraysOfInlineClass/arrayOfInlineClassOfArrayOfInlineClass.kt index 0926a60df1f..3633d950de5 100644 --- a/compiler/testData/codegen/box/arrays/arraysOfInlineClass/arrayOfInlineClassOfArrayOfInlineClass.kt +++ b/compiler/testData/codegen/box/arrays/arraysOfInlineClass/arrayOfInlineClassOfArrayOfInlineClass.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses -// WITH_RUNTIME +// WITH_STDLIB inline class Data(val data: Array) diff --git a/compiler/testData/codegen/box/arrays/cloneArray.kt b/compiler/testData/codegen/box/arrays/cloneArray.kt index 710d725eccb..2a5bc1993db 100644 --- a/compiler/testData/codegen/box/arrays/cloneArray.kt +++ b/compiler/testData/codegen/box/arrays/cloneArray.kt @@ -5,7 +5,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val s = arrayOf("live", "long") diff --git a/compiler/testData/codegen/box/arrays/clonePrimitiveArrays.kt b/compiler/testData/codegen/box/arrays/clonePrimitiveArrays.kt index ec2fc7db5e3..90b8632f2e0 100644 --- a/compiler/testData/codegen/box/arrays/clonePrimitiveArrays.kt +++ b/compiler/testData/codegen/box/arrays/clonePrimitiveArrays.kt @@ -5,7 +5,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val i = intArrayOf(1, 2) diff --git a/compiler/testData/codegen/box/arrays/constantArrayOfAny.kt b/compiler/testData/codegen/box/arrays/constantArrayOfAny.kt index ab5580f1f7f..fdd23ec330d 100644 --- a/compiler/testData/codegen/box/arrays/constantArrayOfAny.kt +++ b/compiler/testData/codegen/box/arrays/constantArrayOfAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val x: Any = arrayOf(arrayOf("OK")) fun box(): String = ((x as Array)[0] as Array)[0] diff --git a/compiler/testData/codegen/box/arrays/forInReversed/reversedArrayOriginalUpdatedInLoopBody.kt b/compiler/testData/codegen/box/arrays/forInReversed/reversedArrayOriginalUpdatedInLoopBody.kt index e83cf54d5cd..606b1f70984 100644 --- a/compiler/testData/codegen/box/arrays/forInReversed/reversedArrayOriginalUpdatedInLoopBody.kt +++ b/compiler/testData/codegen/box/arrays/forInReversed/reversedArrayOriginalUpdatedInLoopBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/arrays/forInReversed/reversedArrayReversedArrayOriginalUpdatedInLoopBody.kt b/compiler/testData/codegen/box/arrays/forInReversed/reversedArrayReversedArrayOriginalUpdatedInLoopBody.kt index d89b274ca61..44a1204c79a 100644 --- a/compiler/testData/codegen/box/arrays/forInReversed/reversedArrayReversedArrayOriginalUpdatedInLoopBody.kt +++ b/compiler/testData/codegen/box/arrays/forInReversed/reversedArrayReversedArrayOriginalUpdatedInLoopBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/arrays/forInReversed/reversedOriginalUpdatedInLoopBody.kt b/compiler/testData/codegen/box/arrays/forInReversed/reversedOriginalUpdatedInLoopBody.kt index 26510fa34e3..225c00fbe2a 100644 --- a/compiler/testData/codegen/box/arrays/forInReversed/reversedOriginalUpdatedInLoopBody.kt +++ b/compiler/testData/codegen/box/arrays/forInReversed/reversedOriginalUpdatedInLoopBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/arrays/forInReversed/reversedReversedOriginalUpdatedInLoopBody.kt b/compiler/testData/codegen/box/arrays/forInReversed/reversedReversedOriginalUpdatedInLoopBody.kt index b38d815c8f3..761db933626 100644 --- a/compiler/testData/codegen/box/arrays/forInReversed/reversedReversedOriginalUpdatedInLoopBody.kt +++ b/compiler/testData/codegen/box/arrays/forInReversed/reversedReversedOriginalUpdatedInLoopBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArray.kt b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArray.kt index 24b6ddb219c..65118697a5f 100644 --- a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArray.kt +++ b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(uis: UIntArray): String { var s = "" diff --git a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayIndices.kt b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayIndices.kt index d156f6653d8..65141ee1ec5 100644 --- a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayIndices.kt +++ b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(uis: UIntArray): String { var s = "" diff --git a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayIndicesReversed.kt b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayIndicesReversed.kt index e5ae82430fd..1bc2b79f410 100644 --- a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayIndicesReversed.kt +++ b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayIndicesReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(uis: UIntArray): String { var s = "" diff --git a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayReversed.kt b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayReversed.kt index 103dbefaee8..df35d9c9582 100644 --- a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayReversed.kt +++ b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(uis: UIntArray): String { var s = "" diff --git a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndex.kt b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndex.kt index 5bf973f89af..1007d0c62ee 100644 --- a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndex.kt +++ b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(uis: UIntArray): String { var s = "" diff --git a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexNoElementVar.kt b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexNoElementVar.kt index 9373ff186c9..efdbe65cfd6 100644 --- a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexNoElementVar.kt +++ b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexNoElementVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(uis: UIntArray): String { var s = "" diff --git a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexNoIndexVar.kt b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexNoIndexVar.kt index 9372e73e29a..39013ee822f 100644 --- a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexNoIndexVar.kt +++ b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexNoIndexVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(uis: UIntArray): String { var s = "" diff --git a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexReversed.kt b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexReversed.kt index 8bad1d8fa73..d090e7c8f5c 100644 --- a/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexReversed.kt +++ b/compiler/testData/codegen/box/arrays/forInUnsignedArray/forInUnsignedArrayWithIndexReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(uis: UIntArray): String { var s = "" diff --git a/compiler/testData/codegen/box/arrays/genericArrayInObjectLiteralConstructor.kt b/compiler/testData/codegen/box/arrays/genericArrayInObjectLiteralConstructor.kt index 0493164e585..5c7a4614d4e 100644 --- a/compiler/testData/codegen/box/arrays/genericArrayInObjectLiteralConstructor.kt +++ b/compiler/testData/codegen/box/arrays/genericArrayInObjectLiteralConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class Table( val content: Array> ) diff --git a/compiler/testData/codegen/box/arrays/inProjectionOfList.kt b/compiler/testData/codegen/box/arrays/inProjectionOfList.kt index 3a22c9124c9..fe1c5f905ce 100644 --- a/compiler/testData/codegen/box/arrays/inProjectionOfList.kt +++ b/compiler/testData/codegen/box/arrays/inProjectionOfList.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x: Array> = arrayOf(listOf(1)) diff --git a/compiler/testData/codegen/box/arrays/indices.kt b/compiler/testData/codegen/box/arrays/indices.kt index 65976591a77..9e44beb1124 100644 --- a/compiler/testData/codegen/box/arrays/indices.kt +++ b/compiler/testData/codegen/box/arrays/indices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val a = Array(5, {it}) diff --git a/compiler/testData/codegen/box/arrays/indicesChar.kt b/compiler/testData/codegen/box/arrays/indicesChar.kt index 5d3470e389d..cb2328e759c 100644 --- a/compiler/testData/codegen/box/arrays/indicesChar.kt +++ b/compiler/testData/codegen/box/arrays/indicesChar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val a = CharArray(5) diff --git a/compiler/testData/codegen/box/arrays/kt17134.kt b/compiler/testData/codegen/box/arrays/kt17134.kt index 5f6f07dbff5..fe885c8738f 100644 --- a/compiler/testData/codegen/box/arrays/kt17134.kt +++ b/compiler/testData/codegen/box/arrays/kt17134.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM object A { diff --git a/compiler/testData/codegen/box/arrays/kt42932.kt b/compiler/testData/codegen/box/arrays/kt42932.kt index 4b8510bd5cf..8ab40f4e0f8 100644 --- a/compiler/testData/codegen/box/arrays/kt42932.kt +++ b/compiler/testData/codegen/box/arrays/kt42932.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val i = test() diff --git a/compiler/testData/codegen/box/arrays/kt45410.kt b/compiler/testData/codegen/box/arrays/kt45410.kt index aab1ab2a3e7..217c497e1b0 100644 --- a/compiler/testData/codegen/box/arrays/kt45410.kt +++ b/compiler/testData/codegen/box/arrays/kt45410.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM private const val MOD = 998244353 diff --git a/compiler/testData/codegen/box/arrays/kt47499.kt b/compiler/testData/codegen/box/arrays/kt47499.kt index 46d1777b6b0..ca09347e85d 100644 --- a/compiler/testData/codegen/box/arrays/kt47499.kt +++ b/compiler/testData/codegen/box/arrays/kt47499.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // In Kotlin/JVM arrays are cloneable -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/arrays/kt602.kt b/compiler/testData/codegen/box/arrays/kt602.kt index d13d208908d..153b0d83d5e 100644 --- a/compiler/testData/codegen/box/arrays/kt602.kt +++ b/compiler/testData/codegen/box/arrays/kt602.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box() = if(arrayOfNulls(10).isArrayOf()) "OK" else "fail" diff --git a/compiler/testData/codegen/box/arrays/kt7009.kt b/compiler/testData/codegen/box/arrays/kt7009.kt index 91cf7e4fa5b..2feefc1949f 100644 --- a/compiler/testData/codegen/box/arrays/kt7009.kt +++ b/compiler/testData/codegen/box/arrays/kt7009.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box() : String { val value = (1 to doubleArrayOf(1.0)).second[0] diff --git a/compiler/testData/codegen/box/arrays/kt7338.kt b/compiler/testData/codegen/box/arrays/kt7338.kt index fd5f3e5caeb..cd8401292dc 100644 --- a/compiler/testData/codegen/box/arrays/kt7338.kt +++ b/compiler/testData/codegen/box/arrays/kt7338.kt @@ -6,7 +6,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB fun foo(x : Any): String { return if(x is Array<*> && x.isArrayOf()) (x as Array)[0] else "fail" diff --git a/compiler/testData/codegen/box/arrays/multiArrayConstructors.kt b/compiler/testData/codegen/box/arrays/multiArrayConstructors.kt index 77663265456..8c201c9f70f 100644 --- a/compiler/testData/codegen/box/arrays/multiArrayConstructors.kt +++ b/compiler/testData/codegen/box/arrays/multiArrayConstructors.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/arrays/primitiveArrays.kt b/compiler/testData/codegen/box/arrays/primitiveArrays.kt index cd2a5f23cf9..2977a644f40 100644 --- a/compiler/testData/codegen/box/arrays/primitiveArrays.kt +++ b/compiler/testData/codegen/box/arrays/primitiveArrays.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/assert/alwaysDisable.kt b/compiler/testData/codegen/box/assert/alwaysDisable.kt index 1ef537fc97f..acd6c04b5b0 100644 --- a/compiler/testData/codegen/box/assert/alwaysDisable.kt +++ b/compiler/testData/codegen/box/assert/alwaysDisable.kt @@ -5,7 +5,7 @@ // IGNORE_BACKEND: JS_IR_ES6 // IGNORE_BACKEND: JS // ASSERTIONS_MODE: always-disable -// WITH_RUNTIME +// WITH_STDLIB fun checkTrue(): Boolean { var hit = false diff --git a/compiler/testData/codegen/box/assert/alwaysEnable.kt b/compiler/testData/codegen/box/assert/alwaysEnable.kt index c33cc157e43..3c4db76e2b6 100644 --- a/compiler/testData/codegen/box/assert/alwaysEnable.kt +++ b/compiler/testData/codegen/box/assert/alwaysEnable.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: JS_IR_ES6 // IGNORE_BACKEND: JS // ASSERTIONS_MODE: always-enable -// WITH_RUNTIME +// WITH_STDLIB fun checkTrue(): Boolean { var hit = false diff --git a/compiler/testData/codegen/box/assert/jvm/assertionsEnabledBeforeClassInitializers.kt b/compiler/testData/codegen/box/assert/jvm/assertionsEnabledBeforeClassInitializers.kt index e00a5e2ebb0..74f57dc8f5f 100644 --- a/compiler/testData/codegen/box/assert/jvm/assertionsEnabledBeforeClassInitializers.kt +++ b/compiler/testData/codegen/box/assert/jvm/assertionsEnabledBeforeClassInitializers.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB // Assertions which run before the class initializer are always checked diff --git a/compiler/testData/codegen/box/assert/jvm/classAssertions.kt b/compiler/testData/codegen/box/assert/jvm/classAssertions.kt index 09e216f5ca1..ec5fc46069b 100644 --- a/compiler/testData/codegen/box/assert/jvm/classAssertions.kt +++ b/compiler/testData/codegen/box/assert/jvm/classAssertions.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package classAssertions diff --git a/compiler/testData/codegen/box/assert/jvm/classAssertionsForCompanion.kt b/compiler/testData/codegen/box/assert/jvm/classAssertionsForCompanion.kt index fa665a56062..297d1ce5050 100644 --- a/compiler/testData/codegen/box/assert/jvm/classAssertionsForCompanion.kt +++ b/compiler/testData/codegen/box/assert/jvm/classAssertionsForCompanion.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package classAssertions diff --git a/compiler/testData/codegen/box/assert/jvm/classAssertionsForInnerClasses.kt b/compiler/testData/codegen/box/assert/jvm/classAssertionsForInnerClasses.kt index fc7e117e12e..d7c96b61d95 100644 --- a/compiler/testData/codegen/box/assert/jvm/classAssertionsForInnerClasses.kt +++ b/compiler/testData/codegen/box/assert/jvm/classAssertionsForInnerClasses.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package classAssertions diff --git a/compiler/testData/codegen/box/assert/jvm/classAssertionsForLocalClasses.kt b/compiler/testData/codegen/box/assert/jvm/classAssertionsForLocalClasses.kt index 24dbb4382bf..e17c444805b 100644 --- a/compiler/testData/codegen/box/assert/jvm/classAssertionsForLocalClasses.kt +++ b/compiler/testData/codegen/box/assert/jvm/classAssertionsForLocalClasses.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package classAssertions diff --git a/compiler/testData/codegen/box/assert/jvm/classAssertionsForNestedClasses.kt b/compiler/testData/codegen/box/assert/jvm/classAssertionsForNestedClasses.kt index 6e99b08fb66..beb7f31ab3b 100644 --- a/compiler/testData/codegen/box/assert/jvm/classAssertionsForNestedClasses.kt +++ b/compiler/testData/codegen/box/assert/jvm/classAssertionsForNestedClasses.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package classAssertions diff --git a/compiler/testData/codegen/box/assert/jvm/interfaceAssertionsDisabled.kt b/compiler/testData/codegen/box/assert/jvm/interfaceAssertionsDisabled.kt index 50c94865b93..dd0468ddb50 100644 --- a/compiler/testData/codegen/box/assert/jvm/interfaceAssertionsDisabled.kt +++ b/compiler/testData/codegen/box/assert/jvm/interfaceAssertionsDisabled.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package interfaceAssertionsDisabled diff --git a/compiler/testData/codegen/box/assert/jvm/interfaceAssertionsEnabled.kt b/compiler/testData/codegen/box/assert/jvm/interfaceAssertionsEnabled.kt index 3ce00abf86f..3b7f3d482f0 100644 --- a/compiler/testData/codegen/box/assert/jvm/interfaceAssertionsEnabled.kt +++ b/compiler/testData/codegen/box/assert/jvm/interfaceAssertionsEnabled.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package interfaceAssertionsEnabled diff --git a/compiler/testData/codegen/box/assert/jvm/lambdaNotEvaluated.kt b/compiler/testData/codegen/box/assert/jvm/lambdaNotEvaluated.kt index 61af8a5d0ba..f837f59d32a 100644 --- a/compiler/testData/codegen/box/assert/jvm/lambdaNotEvaluated.kt +++ b/compiler/testData/codegen/box/assert/jvm/lambdaNotEvaluated.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB // If assertions are disabled, neither argument to assert should be evaluated. // If assertions are enabled, both arguments should be evaluate to values before diff --git a/compiler/testData/codegen/box/assert/jvm/localAnonymousFunction.kt b/compiler/testData/codegen/box/assert/jvm/localAnonymousFunction.kt index 337e6bcc211..53a6e1c5900 100644 --- a/compiler/testData/codegen/box/assert/jvm/localAnonymousFunction.kt +++ b/compiler/testData/codegen/box/assert/jvm/localAnonymousFunction.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package localAnonymousFunction diff --git a/compiler/testData/codegen/box/assert/jvm/localClass.kt b/compiler/testData/codegen/box/assert/jvm/localClass.kt index aa27419f28c..97efb8690b6 100644 --- a/compiler/testData/codegen/box/assert/jvm/localClass.kt +++ b/compiler/testData/codegen/box/assert/jvm/localClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package localClass diff --git a/compiler/testData/codegen/box/assert/jvm/localFunction.kt b/compiler/testData/codegen/box/assert/jvm/localFunction.kt index 0c2c988a694..7a8d6e22be2 100644 --- a/compiler/testData/codegen/box/assert/jvm/localFunction.kt +++ b/compiler/testData/codegen/box/assert/jvm/localFunction.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package localFunction diff --git a/compiler/testData/codegen/box/assert/jvm/localLambda.kt b/compiler/testData/codegen/box/assert/jvm/localLambda.kt index c14ede23d2b..35371b7752a 100644 --- a/compiler/testData/codegen/box/assert/jvm/localLambda.kt +++ b/compiler/testData/codegen/box/assert/jvm/localLambda.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package localLambda diff --git a/compiler/testData/codegen/box/assert/jvm/localObject.kt b/compiler/testData/codegen/box/assert/jvm/localObject.kt index 6f68346bac5..a4ab9223d9b 100644 --- a/compiler/testData/codegen/box/assert/jvm/localObject.kt +++ b/compiler/testData/codegen/box/assert/jvm/localObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package localObject diff --git a/compiler/testData/codegen/box/assert/jvm/noUnnecessaryClassInitialization.kt b/compiler/testData/codegen/box/assert/jvm/noUnnecessaryClassInitialization.kt index 9aaf1c597be..dfd789e8d3b 100644 --- a/compiler/testData/codegen/box/assert/jvm/noUnnecessaryClassInitialization.kt +++ b/compiler/testData/codegen/box/assert/jvm/noUnnecessaryClassInitialization.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB // Reusing the $assertionsDisabled field in the Outer class might seem like a good idea, // but it would result in an error in this case. diff --git a/compiler/testData/codegen/box/assert/jvm/nonLocalReturn.kt b/compiler/testData/codegen/box/assert/jvm/nonLocalReturn.kt index ad447c15810..8e63ff10ca0 100644 --- a/compiler/testData/codegen/box/assert/jvm/nonLocalReturn.kt +++ b/compiler/testData/codegen/box/assert/jvm/nonLocalReturn.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package nonLocalReturn diff --git a/compiler/testData/codegen/box/assert/jvm/ordinary.kt b/compiler/testData/codegen/box/assert/jvm/ordinary.kt index db101f34c3c..a217686ded4 100644 --- a/compiler/testData/codegen/box/assert/jvm/ordinary.kt +++ b/compiler/testData/codegen/box/assert/jvm/ordinary.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package ordinary diff --git a/compiler/testData/codegen/box/assert/jvm/superClassInitializer.kt b/compiler/testData/codegen/box/assert/jvm/superClassInitializer.kt index 727d8ad9d39..84562712a7f 100644 --- a/compiler/testData/codegen/box/assert/jvm/superClassInitializer.kt +++ b/compiler/testData/codegen/box/assert/jvm/superClassInitializer.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB package superClassInitializer diff --git a/compiler/testData/codegen/box/assert/jvm/suspendFunctionAssertionDisabled.kt b/compiler/testData/codegen/box/assert/jvm/suspendFunctionAssertionDisabled.kt index 1a8338e138a..4774760847a 100644 --- a/compiler/testData/codegen/box/assert/jvm/suspendFunctionAssertionDisabled.kt +++ b/compiler/testData/codegen/box/assert/jvm/suspendFunctionAssertionDisabled.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES package suspendFunctionAssertionDisabled diff --git a/compiler/testData/codegen/box/assert/jvm/suspendFunctionAssertionsEnabled.kt b/compiler/testData/codegen/box/assert/jvm/suspendFunctionAssertionsEnabled.kt index 9bc5ab593a7..b65de111114 100644 --- a/compiler/testData/codegen/box/assert/jvm/suspendFunctionAssertionsEnabled.kt +++ b/compiler/testData/codegen/box/assert/jvm/suspendFunctionAssertionsEnabled.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES package suspendFunctionAssertionsEnabled diff --git a/compiler/testData/codegen/box/assert/jvm/suspendLambdaAssertionsDisabled.kt b/compiler/testData/codegen/box/assert/jvm/suspendLambdaAssertionsDisabled.kt index e4d91741dd4..365dea563a3 100644 --- a/compiler/testData/codegen/box/assert/jvm/suspendLambdaAssertionsDisabled.kt +++ b/compiler/testData/codegen/box/assert/jvm/suspendLambdaAssertionsDisabled.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES package suspendLambdaAssertionsDisabled diff --git a/compiler/testData/codegen/box/assert/jvm/suspendLambdaAssertionsEnabled.kt b/compiler/testData/codegen/box/assert/jvm/suspendLambdaAssertionsEnabled.kt index 3634ce86e73..46b32e66b04 100644 --- a/compiler/testData/codegen/box/assert/jvm/suspendLambdaAssertionsEnabled.kt +++ b/compiler/testData/codegen/box/assert/jvm/suspendLambdaAssertionsEnabled.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES package suspendLambdaAssertionsEnabled diff --git a/compiler/testData/codegen/box/binaryOp/bitwiseOp.kt b/compiler/testData/codegen/box/binaryOp/bitwiseOp.kt index 75a771d5d7e..005f34aa828 100644 --- a/compiler/testData/codegen/box/binaryOp/bitwiseOp.kt +++ b/compiler/testData/codegen/box/binaryOp/bitwiseOp.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.* fun box(): String { diff --git a/compiler/testData/codegen/box/binaryOp/bitwiseOpAny.kt b/compiler/testData/codegen/box/binaryOp/bitwiseOpAny.kt index d9913d379a1..2c232dd387f 100644 --- a/compiler/testData/codegen/box/binaryOp/bitwiseOpAny.kt +++ b/compiler/testData/codegen/box/binaryOp/bitwiseOpAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.* fun box(): String { diff --git a/compiler/testData/codegen/box/binaryOp/bitwiseOpNullable.kt b/compiler/testData/codegen/box/binaryOp/bitwiseOpNullable.kt index 16e8a0fe855..a7d5f4307d2 100644 --- a/compiler/testData/codegen/box/binaryOp/bitwiseOpNullable.kt +++ b/compiler/testData/codegen/box/binaryOp/bitwiseOpNullable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.* fun box(): String { diff --git a/compiler/testData/codegen/box/binaryOp/boxingOfLiteralReceiverWithIntegerValueType.kt b/compiler/testData/codegen/box/binaryOp/boxingOfLiteralReceiverWithIntegerValueType.kt index 4335619ab3a..14f19002876 100644 --- a/compiler/testData/codegen/box/binaryOp/boxingOfLiteralReceiverWithIntegerValueType.kt +++ b/compiler/testData/codegen/box/binaryOp/boxingOfLiteralReceiverWithIntegerValueType.kt @@ -1,7 +1,7 @@ // !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // This test exists only to check that we don't accidentally break the buggy behavior of the old JVM backend in JVM IR (KT-42321). // Feel free to remove it as soon as there's no language version where such code is allowed (KT-38895). diff --git a/compiler/testData/codegen/box/boxingOptimization/casts.kt b/compiler/testData/codegen/box/boxingOptimization/casts.kt index 94792825a14..0bd5a89baee 100644 --- a/compiler/testData/codegen/box/boxingOptimization/casts.kt +++ b/compiler/testData/codegen/box/boxingOptimization/casts.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/checkcastAndInstanceOf.kt b/compiler/testData/codegen/box/boxingOptimization/checkcastAndInstanceOf.kt index 0399dc06f97..bbab1268152 100644 --- a/compiler/testData/codegen/box/boxingOptimization/checkcastAndInstanceOf.kt +++ b/compiler/testData/codegen/box/boxingOptimization/checkcastAndInstanceOf.kt @@ -5,7 +5,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/fold.kt b/compiler/testData/codegen/box/boxingOptimization/fold.kt index 7bb1608458b..ef956dffd10 100644 --- a/compiler/testData/codegen/box/boxingOptimization/fold.kt +++ b/compiler/testData/codegen/box/boxingOptimization/fold.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/foldRange.kt b/compiler/testData/codegen/box/boxingOptimization/foldRange.kt index 1127090af9e..62ff4350dae 100644 --- a/compiler/testData/codegen/box/boxingOptimization/foldRange.kt +++ b/compiler/testData/codegen/box/boxingOptimization/foldRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/kt19767_2.kt b/compiler/testData/codegen/box/boxingOptimization/kt19767_2.kt index 8f0913523f9..8593f25bb76 100644 --- a/compiler/testData/codegen/box/boxingOptimization/kt19767_2.kt +++ b/compiler/testData/codegen/box/boxingOptimization/kt19767_2.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB fun box(): String { val map: Map? = mapOf() diff --git a/compiler/testData/codegen/box/boxingOptimization/kt49548.kt b/compiler/testData/codegen/box/boxingOptimization/kt49548.kt index 375c320852e..7284629129f 100644 --- a/compiler/testData/codegen/box/boxingOptimization/kt49548.kt +++ b/compiler/testData/codegen/box/boxingOptimization/kt49548.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val p0 = 0..3 diff --git a/compiler/testData/codegen/box/boxingOptimization/kt49548a.kt b/compiler/testData/codegen/box/boxingOptimization/kt49548a.kt index 3357ec7671b..c0540af6b0b 100644 --- a/compiler/testData/codegen/box/boxingOptimization/kt49548a.kt +++ b/compiler/testData/codegen/box/boxingOptimization/kt49548a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val p0 = 0..3 diff --git a/compiler/testData/codegen/box/boxingOptimization/kt5844.kt b/compiler/testData/codegen/box/boxingOptimization/kt5844.kt index acc4da5c729..9dbf66009e2 100644 --- a/compiler/testData/codegen/box/boxingOptimization/kt5844.kt +++ b/compiler/testData/codegen/box/boxingOptimization/kt5844.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/kt6047.kt b/compiler/testData/codegen/box/boxingOptimization/kt6047.kt index 6efa1875a6b..d5f10c6f0dc 100644 --- a/compiler/testData/codegen/box/boxingOptimization/kt6047.kt +++ b/compiler/testData/codegen/box/boxingOptimization/kt6047.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/kt6842.kt b/compiler/testData/codegen/box/boxingOptimization/kt6842.kt index e3162a626a3..65181f7e18d 100644 --- a/compiler/testData/codegen/box/boxingOptimization/kt6842.kt +++ b/compiler/testData/codegen/box/boxingOptimization/kt6842.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/maxMinByOrNull.kt b/compiler/testData/codegen/box/boxingOptimization/maxMinByOrNull.kt index eead14d3de8..2c2aa50a1af 100644 --- a/compiler/testData/codegen/box/boxingOptimization/maxMinByOrNull.kt +++ b/compiler/testData/codegen/box/boxingOptimization/maxMinByOrNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val intList = listOf(1, 2, 3) diff --git a/compiler/testData/codegen/box/boxingOptimization/nullCheck.kt b/compiler/testData/codegen/box/boxingOptimization/nullCheck.kt index 4ba74af4165..e39784d786b 100644 --- a/compiler/testData/codegen/box/boxingOptimization/nullCheck.kt +++ b/compiler/testData/codegen/box/boxingOptimization/nullCheck.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/progressions.kt b/compiler/testData/codegen/box/boxingOptimization/progressions.kt index 6892c12e89d..54ecdab8166 100644 --- a/compiler/testData/codegen/box/boxingOptimization/progressions.kt +++ b/compiler/testData/codegen/box/boxingOptimization/progressions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvis.kt b/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvis.kt index 1ffec309237..59a693a7568 100644 --- a/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvis.kt +++ b/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvis.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvisAndEnhancedNullability.kt b/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvisAndEnhancedNullability.kt index 5f0a2c4b362..b9bf5e7892e 100644 --- a/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvisAndEnhancedNullability.kt +++ b/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvisAndEnhancedNullability.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: safeCallWithElvisAndEnhancedNullability.kt diff --git a/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvisMultipleFiles.kt b/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvisMultipleFiles.kt index f0c656569c4..cba45d4b2d1 100644 --- a/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvisMultipleFiles.kt +++ b/compiler/testData/codegen/box/boxingOptimization/safeCallWithElvisMultipleFiles.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: a.kt diff --git a/compiler/testData/codegen/box/boxingOptimization/simple.kt b/compiler/testData/codegen/box/boxingOptimization/simple.kt index fbe93a5233a..4604ff10ec7 100644 --- a/compiler/testData/codegen/box/boxingOptimization/simple.kt +++ b/compiler/testData/codegen/box/boxingOptimization/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/simpleUninitializedMerge.kt b/compiler/testData/codegen/box/boxingOptimization/simpleUninitializedMerge.kt index 9612abbe1bb..dad8390a482 100644 --- a/compiler/testData/codegen/box/boxingOptimization/simpleUninitializedMerge.kt +++ b/compiler/testData/codegen/box/boxingOptimization/simpleUninitializedMerge.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/taintedValues.kt b/compiler/testData/codegen/box/boxingOptimization/taintedValues.kt index 83ce3905b87..5d1376f1f80 100644 --- a/compiler/testData/codegen/box/boxingOptimization/taintedValues.kt +++ b/compiler/testData/codegen/box/boxingOptimization/taintedValues.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // Just make sure there's no VerifyError diff --git a/compiler/testData/codegen/box/boxingOptimization/taintedValuesBox.kt b/compiler/testData/codegen/box/boxingOptimization/taintedValuesBox.kt index 5ea75e4adf6..de119a82aba 100644 --- a/compiler/testData/codegen/box/boxingOptimization/taintedValuesBox.kt +++ b/compiler/testData/codegen/box/boxingOptimization/taintedValuesBox.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline fun put( x: T, diff --git a/compiler/testData/codegen/box/boxingOptimization/unsafeRemoving.kt b/compiler/testData/codegen/box/boxingOptimization/unsafeRemoving.kt index e11a594361d..34c63439f15 100644 --- a/compiler/testData/codegen/box/boxingOptimization/unsafeRemoving.kt +++ b/compiler/testData/codegen/box/boxingOptimization/unsafeRemoving.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/boxingOptimization/unsignedArrayForEach.kt b/compiler/testData/codegen/box/boxingOptimization/unsignedArrayForEach.kt index 82c960698da..2b70ffc977c 100644 --- a/compiler/testData/codegen/box/boxingOptimization/unsignedArrayForEach.kt +++ b/compiler/testData/codegen/box/boxingOptimization/unsignedArrayForEach.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals fun test() { diff --git a/compiler/testData/codegen/box/boxingOptimization/variables.kt b/compiler/testData/codegen/box/boxingOptimization/variables.kt index 18f6bf3d71e..3d5263f2404 100644 --- a/compiler/testData/codegen/box/boxingOptimization/variables.kt +++ b/compiler/testData/codegen/box/boxingOptimization/variables.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/bridges/bridgeInInterface.kt b/compiler/testData/codegen/box/bridges/bridgeInInterface.kt index 27cb95d75b2..7259d7e9597 100644 --- a/compiler/testData/codegen/box/bridges/bridgeInInterface.kt +++ b/compiler/testData/codegen/box/bridges/bridgeInInterface.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package test diff --git a/compiler/testData/codegen/box/bridges/bridgeInInterfaceWithProperties.kt b/compiler/testData/codegen/box/bridges/bridgeInInterfaceWithProperties.kt index 40e06cdc0e9..bdbfdeab0fd 100644 --- a/compiler/testData/codegen/box/bridges/bridgeInInterfaceWithProperties.kt +++ b/compiler/testData/codegen/box/bridges/bridgeInInterfaceWithProperties.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package test diff --git a/compiler/testData/codegen/box/bridges/complexTraitImpl.kt b/compiler/testData/codegen/box/bridges/complexTraitImpl.kt index ff5edc8750b..88d34109792 100644 --- a/compiler/testData/codegen/box/bridges/complexTraitImpl.kt +++ b/compiler/testData/codegen/box/bridges/complexTraitImpl.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class A { abstract fun foo(): List diff --git a/compiler/testData/codegen/box/bridges/delegationComplexWithList.kt b/compiler/testData/codegen/box/bridges/delegationComplexWithList.kt index 260d8b71b7d..c27f1e3ed43 100644 --- a/compiler/testData/codegen/box/bridges/delegationComplexWithList.kt +++ b/compiler/testData/codegen/box/bridges/delegationComplexWithList.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB open class Content() { override fun toString() = "OK" diff --git a/compiler/testData/codegen/box/bridges/noBridgeOnMutableCollectionInheritance.kt b/compiler/testData/codegen/box/bridges/noBridgeOnMutableCollectionInheritance.kt index 59e364fe37f..e3a5a7fa515 100644 --- a/compiler/testData/codegen/box/bridges/noBridgeOnMutableCollectionInheritance.kt +++ b/compiler/testData/codegen/box/bridges/noBridgeOnMutableCollectionInheritance.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface A { fun foo(): Collection diff --git a/compiler/testData/codegen/box/builtinStubMethods/immutableRemove.kt b/compiler/testData/codegen/box/builtinStubMethods/immutableRemove.kt index 32aa73212f8..75f39d8d43c 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/immutableRemove.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/immutableRemove.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB interface ImmutableCollection : Collection { fun add(element: @UnsafeVariance E): ImmutableCollection diff --git a/compiler/testData/codegen/box/builtinStubMethods/manyTypeParametersWithUpperBounds.kt b/compiler/testData/codegen/box/builtinStubMethods/manyTypeParametersWithUpperBounds.kt index f906f817cce..9c86e1a714c 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/manyTypeParametersWithUpperBounds.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/manyTypeParametersWithUpperBounds.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A : Set { override val size: Int get() = 0 diff --git a/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/noTypeSafeBridge.kt b/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/noTypeSafeBridge.kt index 76b1dbadea6..2124f1a272a 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/noTypeSafeBridge.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/noTypeSafeBridge.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB class A : MutableMap { override val entries: MutableSet> diff --git a/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/typeSafeBridge.kt b/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/typeSafeBridge.kt index 30b5d8246d1..717e1e39250 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/typeSafeBridge.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/typeSafeBridge.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB class A : MutableMap { override val entries: MutableSet> diff --git a/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/typeSafeBridgeNotNullAny.kt b/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/typeSafeBridgeNotNullAny.kt index af94cf5946c..809f78f11ad 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/typeSafeBridgeNotNullAny.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault/typeSafeBridgeNotNullAny.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB class A : MutableMap { override val entries: MutableSet> diff --git a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/noDefaultImpls.kt b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/noDefaultImpls.kt index 6b21a1c1eb4..11ec35ff6d6 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/noDefaultImpls.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/noDefaultImpls.kt @@ -2,7 +2,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // There should be no DefaultImpls method for MutableMap.remove(K;V) diff --git a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt index ec13be7d833..de2a99c11e0 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/readOnlyMap.kt @@ -2,7 +2,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { diff --git a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/typeSafeBridge.kt b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/typeSafeBridge.kt index 8cade1ffb56..232f368c6a8 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/typeSafeBridge.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/typeSafeBridge.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB class A : MutableMap { override val entries: MutableSet> diff --git a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/typeSafeBridgeNotNullAny.kt b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/typeSafeBridgeNotNullAny.kt index ba11e50d134..1bed186cb6c 100644 --- a/compiler/testData/codegen/box/builtinStubMethods/mapRemove/typeSafeBridgeNotNullAny.kt +++ b/compiler/testData/codegen/box/builtinStubMethods/mapRemove/typeSafeBridgeNotNullAny.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB class A : MutableMap { override val entries: MutableSet> diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/boundReferences.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/boundReferences.kt index c1d66b382f7..d3913ff82cb 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/boundReferences.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/boundReferences.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineDefault.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineDefault.kt index f9de9fc1859..3bbdc476694 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineDefault.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineDefault.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB inline fun foo(mkString: () -> String): String = mkString() diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineVararg.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineVararg.kt index 11b6acdf54c..228121eb98c 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineVararg.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineVararg.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: IGNORED_IN_JS -// WITH_RUNTIME +// WITH_STDLIB inline fun foo(mkString: (Char, Char) -> String): String = mkString('O','K') diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineVarargInts.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineVarargInts.kt index 201a5d6574d..2c70775156c 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineVarargInts.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/inlineVarargInts.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline fun foo(x: (Int, Int) -> Int): Int = x(120,3) diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/jvmStatic.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/jvmStatic.kt index eca9a0bd901..e1445de1be1 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/jvmStatic.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/jvmStatic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM object Test { @JvmStatic diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/manyDefaultsAndVararg.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/manyDefaultsAndVararg.kt index 654a4ec6ba3..62cccbac28e 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/manyDefaultsAndVararg.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/manyDefaultsAndVararg.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/noAdaptedReferencesIfNoOptimizedReferencesEnabled.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/noAdaptedReferencesIfNoOptimizedReferencesEnabled.kt index 7cf551ee397..0a3b2893429 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/noAdaptedReferencesIfNoOptimizedReferencesEnabled.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/noAdaptedReferencesIfNoOptimizedReferencesEnabled.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // NO_OPTIMIZED_CALLABLE_REFERENCES class A { diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferences.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferences.kt index 893eefb0a03..add17b87dd8 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferences.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferences.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KCallable diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferencesWithSuspendConversion.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferencesWithSuspendConversion.kt index e9deaa41c8a..ea7f4a521f7 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferencesWithSuspendConversion.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferencesWithSuspendConversion.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +SuspendConversion // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KCallable diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/reflectionForVarargAsArray.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/reflectionForVarargAsArray.kt index 211ab549b22..b456dc43ccf 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/reflectionForVarargAsArray.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/reflectionForVarargAsArray.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KCallable diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithCoercionToUnit.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithCoercionToUnit.kt index e63135228f9..5e6a6c64da6 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithCoercionToUnit.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithCoercionToUnit.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithDefaultArguments.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithDefaultArguments.kt index 5941bff2a27..0ca72772aaf 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithDefaultArguments.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithDefaultArguments.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithVarargs.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithVarargs.kt index 77ed5a7ce9b..50683507b43 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithVarargs.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/adaptedWithVarargs.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/bound.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/bound.kt index ec496236572..5244858c410 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/bound.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/bound.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/boundExtension.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/boundExtension.kt index 9274074db21..4155b334255 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/boundExtension.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/boundExtension.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/crossInline.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/crossInline.kt index c904caebf91..00e68188f78 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/crossInline.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/crossInline.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithCoercionToUnit.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithCoercionToUnit.kt index f1f9ce38064..6b996779d91 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithCoercionToUnit.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithCoercionToUnit.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithDefaultArguments.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithDefaultArguments.kt index 24717ab4a8e..f06a317511a 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithDefaultArguments.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithDefaultArguments.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithVarargs.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithVarargs.kt index 8444182b076..ea9ee6ae582 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithVarargs.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineAdaptedWithVarargs.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineBound.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineBound.kt index a45b389582c..d94c16d8a26 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineBound.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineBound.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineSimple.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineSimple.kt index 292c2aa541a..3b9042c4652 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineSimple.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineSimple.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithParameters.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithParameters.kt index 208458733f2..7b7af8840ad 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithParameters.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithParameters.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/isAs.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/isAs.kt index df9f1d7a009..4f2d0539ec6 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/isAs.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/isAs.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/nullableParameter.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/nullableParameter.kt index 156a3000aa4..865242be539 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/nullableParameter.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/nullableParameter.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/simple.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/simple.kt index ce54c5b3f73..e533120224d 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/simple.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/simple.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/withParameters.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/withParameters.kt index 602fd94c29f..18d155f4a37 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/withParameters.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/withParameters.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendUnitConversion.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendUnitConversion.kt index 285304b9017..47e501a08d7 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendUnitConversion.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendUnitConversion.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import helpers.* import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt index 1d0f6870953..bcd84e4497d 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/unboundReferences.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/unboundReferences.kt index 375f2814502..e873ccf1e19 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/unboundReferences.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/unboundReferences.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/withReceiver.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/withReceiver.kt index 26dbfbcc7bc..13073661932 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/withReceiver.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/withReceiver.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB fun MutableSet.foo(s: CharSequence): Set { s.also(::add) diff --git a/compiler/testData/codegen/box/callableReference/arrayConstructor.kt b/compiler/testData/codegen/box/callableReference/arrayConstructor.kt index 7370737da60..f27c367d29e 100644 --- a/compiler/testData/codegen/box/callableReference/arrayConstructor.kt +++ b/compiler/testData/codegen/box/callableReference/arrayConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun g(b: (Int, (Int) -> String) -> Array): Array = b(1) { "O" } diff --git a/compiler/testData/codegen/box/callableReference/arrayConstructorArgument.kt b/compiler/testData/codegen/box/callableReference/arrayConstructorArgument.kt index 225dfe7850a..ad8c9567db0 100644 --- a/compiler/testData/codegen/box/callableReference/arrayConstructorArgument.kt +++ b/compiler/testData/codegen/box/callableReference/arrayConstructorArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(it: Int) = "O"[it] val Int.foo: Char diff --git a/compiler/testData/codegen/box/callableReference/bound/arrayConstructorArgument.kt b/compiler/testData/codegen/box/callableReference/bound/arrayConstructorArgument.kt index 02953c875bb..98b25bba2b6 100644 --- a/compiler/testData/codegen/box/callableReference/bound/arrayConstructorArgument.kt +++ b/compiler/testData/codegen/box/callableReference/bound/arrayConstructorArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C(val x: String) { fun foo(i: Int): Char = x[i] diff --git a/compiler/testData/codegen/box/callableReference/bound/boundJvmFieldInInterfaceCompanion.kt b/compiler/testData/codegen/box/callableReference/bound/boundJvmFieldInInterfaceCompanion.kt index cb901b2c384..7923850eeee 100644 --- a/compiler/testData/codegen/box/callableReference/bound/boundJvmFieldInInterfaceCompanion.kt +++ b/compiler/testData/codegen/box/callableReference/bound/boundJvmFieldInInterfaceCompanion.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +JvmFieldInInterface // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class Bar(val value: String) diff --git a/compiler/testData/codegen/box/callableReference/bound/coercionToUnit.kt b/compiler/testData/codegen/box/callableReference/bound/coercionToUnit.kt index b7b997f6f40..e3560eb1243 100644 --- a/compiler/testData/codegen/box/callableReference/bound/coercionToUnit.kt +++ b/compiler/testData/codegen/box/callableReference/bound/coercionToUnit.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Foo diff --git a/compiler/testData/codegen/box/callableReference/bound/kt15446.kt b/compiler/testData/codegen/box/callableReference/bound/kt15446.kt index e2b158e121b..a65f2ee7016 100644 --- a/compiler/testData/codegen/box/callableReference/bound/kt15446.kt +++ b/compiler/testData/codegen/box/callableReference/bound/kt15446.kt @@ -1,5 +1,5 @@ -//WITH_RUNTIME +// WITH_STDLIB fun box(): String { val a = intArrayOf(1, 2) val b = arrayOf("OK") diff --git a/compiler/testData/codegen/box/callableReference/bound/localUnitFunction.kt b/compiler/testData/codegen/box/callableReference/bound/localUnitFunction.kt index dcb5c44738b..31b6890cbcd 100644 --- a/compiler/testData/codegen/box/callableReference/bound/localUnitFunction.kt +++ b/compiler/testData/codegen/box/callableReference/bound/localUnitFunction.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { fun foo(): Unit {} diff --git a/compiler/testData/codegen/box/callableReference/bound/syntheticExtensionOnLHS.kt b/compiler/testData/codegen/box/callableReference/bound/syntheticExtensionOnLHS.kt index b8be5402715..f8a6db8877a 100644 --- a/compiler/testData/codegen/box/callableReference/bound/syntheticExtensionOnLHS.kt +++ b/compiler/testData/codegen/box/callableReference/bound/syntheticExtensionOnLHS.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { diff --git a/compiler/testData/codegen/box/callableReference/builtinFunctionReferenceOwner.kt b/compiler/testData/codegen/box/callableReference/builtinFunctionReferenceOwner.kt index 4e6c6dc1425..ee404df6a6d 100644 --- a/compiler/testData/codegen/box/callableReference/builtinFunctionReferenceOwner.kt +++ b/compiler/testData/codegen/box/callableReference/builtinFunctionReferenceOwner.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val f = Any?::toString diff --git a/compiler/testData/codegen/box/callableReference/callableReferenceOfCompanionMethod.kt b/compiler/testData/codegen/box/callableReference/callableReferenceOfCompanionMethod.kt index 66753d1213c..91a35fe90b2 100644 --- a/compiler/testData/codegen/box/callableReference/callableReferenceOfCompanionMethod.kt +++ b/compiler/testData/codegen/box/callableReference/callableReferenceOfCompanionMethod.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.reflect.KFunction2 diff --git a/compiler/testData/codegen/box/callableReference/callableReferenceOfJavaNestedClass.kt b/compiler/testData/codegen/box/callableReference/callableReferenceOfJavaNestedClass.kt index 5918247b6e0..25b4f07721f 100644 --- a/compiler/testData/codegen/box/callableReference/callableReferenceOfJavaNestedClass.kt +++ b/compiler/testData/codegen/box/callableReference/callableReferenceOfJavaNestedClass.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Sample.java public class Sample { diff --git a/compiler/testData/codegen/box/callableReference/callableReferenceOfKotlinNestedClass.kt b/compiler/testData/codegen/box/callableReference/callableReferenceOfKotlinNestedClass.kt index 936251358dd..892a780b3a5 100644 --- a/compiler/testData/codegen/box/callableReference/callableReferenceOfKotlinNestedClass.kt +++ b/compiler/testData/codegen/box/callableReference/callableReferenceOfKotlinNestedClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.reflect.KFunction1 diff --git a/compiler/testData/codegen/box/callableReference/callableReferenceOfNestedClass.kt b/compiler/testData/codegen/box/callableReference/callableReferenceOfNestedClass.kt index 5918247b6e0..25b4f07721f 100644 --- a/compiler/testData/codegen/box/callableReference/callableReferenceOfNestedClass.kt +++ b/compiler/testData/codegen/box/callableReference/callableReferenceOfNestedClass.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Sample.java public class Sample { diff --git a/compiler/testData/codegen/box/callableReference/callableReferenceOfObjectMethod.kt b/compiler/testData/codegen/box/callableReference/callableReferenceOfObjectMethod.kt index 985a1a7f6b2..04835b21836 100644 --- a/compiler/testData/codegen/box/callableReference/callableReferenceOfObjectMethod.kt +++ b/compiler/testData/codegen/box/callableReference/callableReferenceOfObjectMethod.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.reflect.KFunction2 diff --git a/compiler/testData/codegen/box/callableReference/callableReferenceOfStaticField.kt b/compiler/testData/codegen/box/callableReference/callableReferenceOfStaticField.kt index 062f9ca70d6..98122d07317 100644 --- a/compiler/testData/codegen/box/callableReference/callableReferenceOfStaticField.kt +++ b/compiler/testData/codegen/box/callableReference/callableReferenceOfStaticField.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Sample.java public class Sample { diff --git a/compiler/testData/codegen/box/callableReference/callableReferenceOfStaticMethod.kt b/compiler/testData/codegen/box/callableReference/callableReferenceOfStaticMethod.kt index 274e9224b27..b6c6ceef80e 100644 --- a/compiler/testData/codegen/box/callableReference/callableReferenceOfStaticMethod.kt +++ b/compiler/testData/codegen/box/callableReference/callableReferenceOfStaticMethod.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Sample.java public class Sample { diff --git a/compiler/testData/codegen/box/callableReference/classesAreSynthetic.kt b/compiler/testData/codegen/box/callableReference/classesAreSynthetic.kt index 4651be22eb9..a7482a359d9 100644 --- a/compiler/testData/codegen/box/callableReference/classesAreSynthetic.kt +++ b/compiler/testData/codegen/box/callableReference/classesAreSynthetic.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { fun f() {} diff --git a/compiler/testData/codegen/box/callableReference/function/extensionProperty.kt b/compiler/testData/codegen/box/callableReference/function/extensionProperty.kt index 7458a223f0f..c3f023a2469 100644 --- a/compiler/testData/codegen/box/callableReference/function/extensionProperty.kt +++ b/compiler/testData/codegen/box/callableReference/function/extensionProperty.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/callableReference/function/genericCallableReferenceArguments.kt b/compiler/testData/codegen/box/callableReference/function/genericCallableReferenceArguments.kt index 79a81869964..3fb1d025339 100644 --- a/compiler/testData/codegen/box/callableReference/function/genericCallableReferenceArguments.kt +++ b/compiler/testData/codegen/box/callableReference/function/genericCallableReferenceArguments.kt @@ -4,7 +4,7 @@ // IGNORE_BACKEND: JS_IR_ES6 // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithNullableTypes.kt b/compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithNullableTypes.kt index 59896ac53f8..cb5ddfbca43 100644 --- a/compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithNullableTypes.kt +++ b/compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithNullableTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithOverload.kt b/compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithOverload.kt index 874f41cac3c..25a00b6b85f 100644 --- a/compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithOverload.kt +++ b/compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithOverload.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/callableReference/function/genericWithDependentType.kt b/compiler/testData/codegen/box/callableReference/function/genericWithDependentType.kt index 79959ec1436..9c6059af387 100644 --- a/compiler/testData/codegen/box/callableReference/function/genericWithDependentType.kt +++ b/compiler/testData/codegen/box/callableReference/function/genericWithDependentType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Wrapper(val value: T) diff --git a/compiler/testData/codegen/box/callableReference/function/getArityViaFunctionImpl.kt b/compiler/testData/codegen/box/callableReference/function/getArityViaFunctionImpl.kt index c64c0fa2365..fc357d9ad97 100644 --- a/compiler/testData/codegen/box/callableReference/function/getArityViaFunctionImpl.kt +++ b/compiler/testData/codegen/box/callableReference/function/getArityViaFunctionImpl.kt @@ -6,7 +6,7 @@ // IGNORE_BACKEND: JS, NATIVE // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals import kotlin.jvm.internal.FunctionBase diff --git a/compiler/testData/codegen/box/callableReference/function/kt21787.kt b/compiler/testData/codegen/box/callableReference/function/kt21787.kt index df995819f8f..97639ab3d5e 100644 --- a/compiler/testData/codegen/box/callableReference/function/kt21787.kt +++ b/compiler/testData/codegen/box/callableReference/function/kt21787.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Container { var id: Int? = null } diff --git a/compiler/testData/codegen/box/callableReference/function/kt32462.kt b/compiler/testData/codegen/box/callableReference/function/kt32462.kt index 5594dbe12ed..c9b96e6f1ee 100644 --- a/compiler/testData/codegen/box/callableReference/function/kt32462.kt +++ b/compiler/testData/codegen/box/callableReference/function/kt32462.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // ISSUE: KT-32462 fun decodeValue(value: String): Any { diff --git a/compiler/testData/codegen/box/callableReference/function/referenceToCompanionMember.kt b/compiler/testData/codegen/box/callableReference/function/referenceToCompanionMember.kt index d26d4b302be..156242a1022 100644 --- a/compiler/testData/codegen/box/callableReference/function/referenceToCompanionMember.kt +++ b/compiler/testData/codegen/box/callableReference/function/referenceToCompanionMember.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JS class A { diff --git a/compiler/testData/codegen/box/callableReference/function/sortListOfStrings.kt b/compiler/testData/codegen/box/callableReference/function/sortListOfStrings.kt index ea6c6199cf2..395aeeb71ef 100644 --- a/compiler/testData/codegen/box/callableReference/function/sortListOfStrings.kt +++ b/compiler/testData/codegen/box/callableReference/function/sortListOfStrings.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_DCE_DRIVEN fun sort(list: MutableList, comparator: (String, String) -> Int) { diff --git a/compiler/testData/codegen/box/callableReference/inlineArrayConstructors.kt b/compiler/testData/codegen/box/callableReference/inlineArrayConstructors.kt index 26190069ae9..ec44f5273be 100644 --- a/compiler/testData/codegen/box/callableReference/inlineArrayConstructors.kt +++ b/compiler/testData/codegen/box/callableReference/inlineArrayConstructors.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun createArray(ctor: (Int, (Int) -> Char) -> CharArray) = ctor(1) { 'O' } diff --git a/compiler/testData/codegen/box/callableReference/javaField.kt b/compiler/testData/codegen/box/callableReference/javaField.kt index d519f86be55..c5f87b6ea3c 100644 --- a/compiler/testData/codegen/box/callableReference/javaField.kt +++ b/compiler/testData/codegen/box/callableReference/javaField.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JClass.java diff --git a/compiler/testData/codegen/box/callableReference/kt21014.kt b/compiler/testData/codegen/box/callableReference/kt21014.kt index 9e35ab30b22..fffa393fd8f 100644 --- a/compiler/testData/codegen/box/callableReference/kt21014.kt +++ b/compiler/testData/codegen/box/callableReference/kt21014.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS diff --git a/compiler/testData/codegen/box/callableReference/kt21092a.kt b/compiler/testData/codegen/box/callableReference/kt21092a.kt index 33078b1ce30..b9e4ee30b9e 100644 --- a/compiler/testData/codegen/box/callableReference/kt21092a.kt +++ b/compiler/testData/codegen/box/callableReference/kt21092a.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB val T.foo get() = 42 diff --git a/compiler/testData/codegen/box/callableReference/kt21092b.kt b/compiler/testData/codegen/box/callableReference/kt21092b.kt index 96593e9621c..7b29bbc3bca 100644 --- a/compiler/testData/codegen/box/callableReference/kt21092b.kt +++ b/compiler/testData/codegen/box/callableReference/kt21092b.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A(val b: T) diff --git a/compiler/testData/codegen/box/callableReference/kt44483.kt b/compiler/testData/codegen/box/callableReference/kt44483.kt index a4c72d093e5..ff8143d2454 100644 --- a/compiler/testData/codegen/box/callableReference/kt44483.kt +++ b/compiler/testData/codegen/box/callableReference/kt44483.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun f(vararg p: Pair): K = p[0].first diff --git a/compiler/testData/codegen/box/callableReference/optimizedSuperclasses_after.kt b/compiler/testData/codegen/box/callableReference/optimizedSuperclasses_after.kt index e7b42eee1ff..68a22434511 100644 --- a/compiler/testData/codegen/box/callableReference/optimizedSuperclasses_after.kt +++ b/compiler/testData/codegen/box/callableReference/optimizedSuperclasses_after.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A { fun memberFunction() {} diff --git a/compiler/testData/codegen/box/callableReference/optimizedSuperclasses_before.kt b/compiler/testData/codegen/box/callableReference/optimizedSuperclasses_before.kt index ff6a19a681c..91e1356d3ff 100644 --- a/compiler/testData/codegen/box/callableReference/optimizedSuperclasses_before.kt +++ b/compiler/testData/codegen/box/callableReference/optimizedSuperclasses_before.kt @@ -1,6 +1,6 @@ // !API_VERSION: 1.3 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A { fun memberFunction() {} diff --git a/compiler/testData/codegen/box/callableReference/property/accessorForPropertyWithPrivateSetter.kt b/compiler/testData/codegen/box/callableReference/property/accessorForPropertyWithPrivateSetter.kt index c0f85eb309f..d23fabc075c 100644 --- a/compiler/testData/codegen/box/callableReference/property/accessorForPropertyWithPrivateSetter.kt +++ b/compiler/testData/codegen/box/callableReference/property/accessorForPropertyWithPrivateSetter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: b.kt import a.A diff --git a/compiler/testData/codegen/box/callableReference/property/kt15447.kt b/compiler/testData/codegen/box/callableReference/property/kt15447.kt index e918428348e..7679cea4fbc 100644 --- a/compiler/testData/codegen/box/callableReference/property/kt15447.kt +++ b/compiler/testData/codegen/box/callableReference/property/kt15447.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_LAZY -//WITH_RUNTIME +// WITH_STDLIB fun box(): String { var methodVar = "OK" diff --git a/compiler/testData/codegen/box/callableReference/property/listOfStringsMapLength.kt b/compiler/testData/codegen/box/callableReference/property/listOfStringsMapLength.kt index 1a035732ad3..95c32c7843d 100644 --- a/compiler/testData/codegen/box/callableReference/property/listOfStringsMapLength.kt +++ b/compiler/testData/codegen/box/callableReference/property/listOfStringsMapLength.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String = if (listOf("abc", "de", "f").map(String::length) == listOf(3, 2, 1)) "OK" else "Fail" diff --git a/compiler/testData/codegen/box/callableReference/serializability/noReflect.kt b/compiler/testData/codegen/box/callableReference/serializability/noReflect.kt index 35ebaa27d5d..f220357dac5 100644 --- a/compiler/testData/codegen/box/callableReference/serializability/noReflect.kt +++ b/compiler/testData/codegen/box/callableReference/serializability/noReflect.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.io.* import kotlin.test.* diff --git a/compiler/testData/codegen/box/casts/asWithGeneric.kt b/compiler/testData/codegen/box/casts/asWithGeneric.kt index 3b3a3c64ec3..2a6a1415137 100644 --- a/compiler/testData/codegen/box/casts/asWithGeneric.kt +++ b/compiler/testData/codegen/box/casts/asWithGeneric.kt @@ -5,7 +5,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB fun test1() = null as T fun test2(): T { diff --git a/compiler/testData/codegen/box/casts/functions/asFunKBig.kt b/compiler/testData/codegen/box/casts/functions/asFunKBig.kt index 0c170a05a5d..d52f28a296f 100644 --- a/compiler/testData/codegen/box/casts/functions/asFunKBig.kt +++ b/compiler/testData/codegen/box/casts/functions/asFunKBig.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // This is a big, ugly, semi-auto generated test. // Use corresponding 'Small' test for debug. diff --git a/compiler/testData/codegen/box/casts/functions/isFunKBig.kt b/compiler/testData/codegen/box/casts/functions/isFunKBig.kt index 821e78fb38c..dee2a1d601c 100644 --- a/compiler/testData/codegen/box/casts/functions/isFunKBig.kt +++ b/compiler/testData/codegen/box/casts/functions/isFunKBig.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // This is a big, ugly, semi-auto generated test. // Use corresponding 'Small' test for debug. diff --git a/compiler/testData/codegen/box/casts/functions/javaTypeIsFunK.kt b/compiler/testData/codegen/box/casts/functions/javaTypeIsFunK.kt index 9a27af44bb9..8f26da9634d 100644 --- a/compiler/testData/codegen/box/casts/functions/javaTypeIsFunK.kt +++ b/compiler/testData/codegen/box/casts/functions/javaTypeIsFunK.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JFun.java diff --git a/compiler/testData/codegen/box/casts/functions/reifiedAsFunKBig.kt b/compiler/testData/codegen/box/casts/functions/reifiedAsFunKBig.kt index d780181d747..e3ff060b242 100644 --- a/compiler/testData/codegen/box/casts/functions/reifiedAsFunKBig.kt +++ b/compiler/testData/codegen/box/casts/functions/reifiedAsFunKBig.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // This is a big, ugly, semi-auto generated test. // Use corresponding 'Small' test for debug. diff --git a/compiler/testData/codegen/box/casts/functions/reifiedIsFunKBig.kt b/compiler/testData/codegen/box/casts/functions/reifiedIsFunKBig.kt index f91b9746982..6b15aed1f77 100644 --- a/compiler/testData/codegen/box/casts/functions/reifiedIsFunKBig.kt +++ b/compiler/testData/codegen/box/casts/functions/reifiedIsFunKBig.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // This is a big, ugly, semi-auto generated test. // Use corresponding 'Small' test for debug. diff --git a/compiler/testData/codegen/box/casts/functions/reifiedIsFunKSmall.kt b/compiler/testData/codegen/box/casts/functions/reifiedIsFunKSmall.kt index 9225f9021c2..6c5234b6cd2 100644 --- a/compiler/testData/codegen/box/casts/functions/reifiedIsFunKSmall.kt +++ b/compiler/testData/codegen/box/casts/functions/reifiedIsFunKSmall.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB fun fn0() {} fun fn1(x: Any) {} diff --git a/compiler/testData/codegen/box/casts/functions/safeAsFunKBig.kt b/compiler/testData/codegen/box/casts/functions/safeAsFunKBig.kt index cefdb4f447c..0368ae2c5ce 100644 --- a/compiler/testData/codegen/box/casts/functions/safeAsFunKBig.kt +++ b/compiler/testData/codegen/box/casts/functions/safeAsFunKBig.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // This is a big, ugly, semi-auto generated test. // Use corresponding 'Small' test for debug. diff --git a/compiler/testData/codegen/box/casts/functions/safeAsFunKSmall.kt b/compiler/testData/codegen/box/casts/functions/safeAsFunKSmall.kt index 930d9af33bc..67b3399f4cc 100644 --- a/compiler/testData/codegen/box/casts/functions/safeAsFunKSmall.kt +++ b/compiler/testData/codegen/box/casts/functions/safeAsFunKSmall.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB fun fn0() {} fun fn1(x: Any) {} diff --git a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnCollectionContains.kt b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnCollectionContains.kt index 70dfbaac1d5..0988da83f69 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnCollectionContains.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnCollectionContains.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { public static A nil() { return null; } diff --git a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnCollectionRemove.kt b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnCollectionRemove.kt index 64fcb8dfa44..198e476064c 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnCollectionRemove.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnCollectionRemove.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { public static A nil() { return null; } diff --git a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnListIndexOf.kt b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnListIndexOf.kt index 327624098bc..d522a8c0bd7 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnListIndexOf.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnListIndexOf.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { public static A nil() { return null; } diff --git a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnListLastIndexOf.kt b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnListLastIndexOf.kt index 162c9779464..94d5ac924ac 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnListLastIndexOf.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnListLastIndexOf.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { public static A nil() { return null; } diff --git a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapContainsKey.kt b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapContainsKey.kt index dc9d967cc06..6d26594a994 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapContainsKey.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapContainsKey.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { public static A nil() { return null; } diff --git a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapContainsValue.kt b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapContainsValue.kt index 690026e6ee8..b32b58296d1 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapContainsValue.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapContainsValue.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { public static A nil() { return null; } diff --git a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapGet.kt b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapGet.kt index 82f3507273a..27876701391 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapGet.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapGet.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { public static A nil() { return null; } diff --git a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapRemove.kt b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapRemove.kt index 64fcb8dfa44..198e476064c 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapRemove.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/noNullCheckOnMapRemove.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A { public static A nil() { return null; } diff --git a/compiler/testData/codegen/box/casts/javaInterop/nullCheckOnMapGetOrDefault.kt b/compiler/testData/codegen/box/casts/javaInterop/nullCheckOnMapGetOrDefault.kt index 97c450bcb5f..7d15313b865 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/nullCheckOnMapGetOrDefault.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/nullCheckOnMapGetOrDefault.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: A.java public class A { diff --git a/compiler/testData/codegen/box/casts/javaInterop/nullCheckOnMapRemove2.kt b/compiler/testData/codegen/box/casts/javaInterop/nullCheckOnMapRemove2.kt index 5458fc23ea0..0b24419967f 100644 --- a/compiler/testData/codegen/box/casts/javaInterop/nullCheckOnMapRemove2.kt +++ b/compiler/testData/codegen/box/casts/javaInterop/nullCheckOnMapRemove2.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: A.java public class A { diff --git a/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.kt index 84eaed63d97..58ebc013fc4 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Itr : Iterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/isWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/isWithMutable.kt index 56e8fb846c8..7a9e4153548 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/isWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/isWithMutable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Itr : Iterator by ArrayList().iterator() class MItr : MutableIterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/mutabilityMarkerInterfaces.kt b/compiler/testData/codegen/box/casts/mutableCollections/mutabilityMarkerInterfaces.kt index 743a5f31cc1..abb9ed9e1ee 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/mutabilityMarkerInterfaces.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/mutabilityMarkerInterfaces.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB abstract class Itr : Iterator abstract class MItr : MutableIterator diff --git a/compiler/testData/codegen/box/casts/mutableCollections/reifiedAsWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/reifiedAsWithMutable.kt index 0d36f6c782d..e97c381c8f8 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/reifiedAsWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/reifiedAsWithMutable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Itr : Iterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/reifiedIsWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/reifiedIsWithMutable.kt index df6e233f20a..cddbd75515c 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/reifiedIsWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/reifiedIsWithMutable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Itr : Iterator by ArrayList().iterator() class MItr : MutableIterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/reifiedSafeAsWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/reifiedSafeAsWithMutable.kt index a7f7e6835cc..8db29e29dbb 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/reifiedSafeAsWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/reifiedSafeAsWithMutable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Itr : Iterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/safeAsWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/safeAsWithMutable.kt index 65ab8f6ce0e..f456a754dfd 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/safeAsWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/safeAsWithMutable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Itr : Iterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/weirdMutableCasts.kt b/compiler/testData/codegen/box/casts/mutableCollections/weirdMutableCasts.kt index 4957754b1c8..d9b02895c66 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/weirdMutableCasts.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/weirdMutableCasts.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB fun unsupported(): Nothing = throw UnsupportedOperationException() diff --git a/compiler/testData/codegen/box/casts/unitAsInt.kt b/compiler/testData/codegen/box/casts/unitAsInt.kt index 0b507550dc5..714e988809e 100644 --- a/compiler/testData/codegen/box/casts/unitAsInt.kt +++ b/compiler/testData/codegen/box/casts/unitAsInt.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun foo() {} diff --git a/compiler/testData/codegen/box/checkcastOptimization/kt19246.kt b/compiler/testData/codegen/box/checkcastOptimization/kt19246.kt index 7fce122da6a..d17c6de77f2 100644 --- a/compiler/testData/codegen/box/checkcastOptimization/kt19246.kt +++ b/compiler/testData/codegen/box/checkcastOptimization/kt19246.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB enum class ResultType constructor(val reason: String) { SOMETHING("123"), diff --git a/compiler/testData/codegen/box/classLiteral/bound/javaIntrinsicWithSideEffect.kt b/compiler/testData/codegen/box/classLiteral/bound/javaIntrinsicWithSideEffect.kt index 004dc44080c..573427dbc66 100644 --- a/compiler/testData/codegen/box/classLiteral/bound/javaIntrinsicWithSideEffect.kt +++ b/compiler/testData/codegen/box/classLiteral/bound/javaIntrinsicWithSideEffect.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var x = 42 diff --git a/compiler/testData/codegen/box/classLiteral/bound/primitives.kt b/compiler/testData/codegen/box/classLiteral/bound/primitives.kt index c2fd3c472e9..72c0adbb9bf 100644 --- a/compiler/testData/codegen/box/classLiteral/bound/primitives.kt +++ b/compiler/testData/codegen/box/classLiteral/bound/primitives.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/classLiteral/java/java.kt b/compiler/testData/codegen/box/classLiteral/java/java.kt index bc4a5b66a7c..d39a2772046 100644 --- a/compiler/testData/codegen/box/classLiteral/java/java.kt +++ b/compiler/testData/codegen/box/classLiteral/java/java.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/classLiteral/java/javaObjectType.kt b/compiler/testData/codegen/box/classLiteral/java/javaObjectType.kt index 5aedf4dd8bd..d17d036d094 100644 --- a/compiler/testData/codegen/box/classLiteral/java/javaObjectType.kt +++ b/compiler/testData/codegen/box/classLiteral/java/javaObjectType.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/classLiteral/java/javaObjectTypeReified.kt b/compiler/testData/codegen/box/classLiteral/java/javaObjectTypeReified.kt index c8f5169e0e4..3e70eaa4439 100644 --- a/compiler/testData/codegen/box/classLiteral/java/javaObjectTypeReified.kt +++ b/compiler/testData/codegen/box/classLiteral/java/javaObjectTypeReified.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB inline fun check(expected: String) { val clazz = T::class.javaObjectType!! diff --git a/compiler/testData/codegen/box/classLiteral/java/javaPrimitiveType.kt b/compiler/testData/codegen/box/classLiteral/java/javaPrimitiveType.kt index fe21c6545ad..158be4c6947 100644 --- a/compiler/testData/codegen/box/classLiteral/java/javaPrimitiveType.kt +++ b/compiler/testData/codegen/box/classLiteral/java/javaPrimitiveType.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/classLiteral/java/javaPrimitiveTypeReified.kt b/compiler/testData/codegen/box/classLiteral/java/javaPrimitiveTypeReified.kt index 2cac6a3047e..3653037a28f 100644 --- a/compiler/testData/codegen/box/classLiteral/java/javaPrimitiveTypeReified.kt +++ b/compiler/testData/codegen/box/classLiteral/java/javaPrimitiveTypeReified.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB inline fun check(expected: String) { val clazz = T::class.javaPrimitiveType!! diff --git a/compiler/testData/codegen/box/classLiteral/java/javaReified.kt b/compiler/testData/codegen/box/classLiteral/java/javaReified.kt index dc771d6855e..18390ff66f7 100644 --- a/compiler/testData/codegen/box/classLiteral/java/javaReified.kt +++ b/compiler/testData/codegen/box/classLiteral/java/javaReified.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB inline fun check(expected: String) { val clazz = T::class.java!! diff --git a/compiler/testData/codegen/box/classLiteral/java/kt11943.kt b/compiler/testData/codegen/box/classLiteral/java/kt11943.kt index 9cdbdaaeca1..7e5de07209f 100644 --- a/compiler/testData/codegen/box/classLiteral/java/kt11943.kt +++ b/compiler/testData/codegen/box/classLiteral/java/kt11943.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE, WASM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/classLiteral/java/objectSuperConstructorCall.kt b/compiler/testData/codegen/box/classLiteral/java/objectSuperConstructorCall.kt index 99eb84cc18a..91f54392b0e 100644 --- a/compiler/testData/codegen/box/classLiteral/java/objectSuperConstructorCall.kt +++ b/compiler/testData/codegen/box/classLiteral/java/objectSuperConstructorCall.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/classLiteral/primitiveKClassEquality.kt b/compiler/testData/codegen/box/classLiteral/primitiveKClassEquality.kt index 37a6d391a82..cd9ab273a67 100644 --- a/compiler/testData/codegen/box/classLiteral/primitiveKClassEquality.kt +++ b/compiler/testData/codegen/box/classLiteral/primitiveKClassEquality.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals import kotlin.test.assertFalse diff --git a/compiler/testData/codegen/box/classes/comanionObjectFieldVsClassField.kt b/compiler/testData/codegen/box/classes/comanionObjectFieldVsClassField.kt index d94a6ab0729..80ba0b14d3f 100644 --- a/compiler/testData/codegen/box/classes/comanionObjectFieldVsClassField.kt +++ b/compiler/testData/codegen/box/classes/comanionObjectFieldVsClassField.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB class Host { val ok = "OK" diff --git a/compiler/testData/codegen/box/classes/initializerBlockDImpl.kt b/compiler/testData/codegen/box/classes/initializerBlockDImpl.kt index 087f4ab0c54..12170c28edb 100644 --- a/compiler/testData/codegen/box/classes/initializerBlockDImpl.kt +++ b/compiler/testData/codegen/box/classes/initializerBlockDImpl.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class World() { public val items: ArrayList = ArrayList() diff --git a/compiler/testData/codegen/box/classes/interfaceCompanionInitializationWithJava.kt b/compiler/testData/codegen/box/classes/interfaceCompanionInitializationWithJava.kt index 0db5f2d4372..8c3d1bb5cf9 100644 --- a/compiler/testData/codegen/box/classes/interfaceCompanionInitializationWithJava.kt +++ b/compiler/testData/codegen/box/classes/interfaceCompanionInitializationWithJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: CompanionInitialization.java public class CompanionInitialization { diff --git a/compiler/testData/codegen/box/classes/kt8011.kt b/compiler/testData/codegen/box/classes/kt8011.kt index e4ab453aa33..5b6099fb27e 100644 --- a/compiler/testData/codegen/box/classes/kt8011.kt +++ b/compiler/testData/codegen/box/classes/kt8011.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun testFun1(str: String): String { val local = str diff --git a/compiler/testData/codegen/box/classes/kt940.kt b/compiler/testData/codegen/box/classes/kt940.kt index f9e99b3716a..b6e7a17235f 100644 --- a/compiler/testData/codegen/box/classes/kt940.kt +++ b/compiler/testData/codegen/box/classes/kt940.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box() : String { val w = object : Comparator { diff --git a/compiler/testData/codegen/box/classes/overloadUnaryOperator.kt b/compiler/testData/codegen/box/classes/overloadUnaryOperator.kt index 5813e80f4c2..37320fc2bac 100644 --- a/compiler/testData/codegen/box/classes/overloadUnaryOperator.kt +++ b/compiler/testData/codegen/box/classes/overloadUnaryOperator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class ArrayWrapper() { val contents = ArrayList() diff --git a/compiler/testData/codegen/box/closures/anonymousObjectAsLastExpressionInLambda.kt b/compiler/testData/codegen/box/closures/anonymousObjectAsLastExpressionInLambda.kt index 0ef89aa4bd0..53fc75549c5 100644 --- a/compiler/testData/codegen/box/closures/anonymousObjectAsLastExpressionInLambda.kt +++ b/compiler/testData/codegen/box/closures/anonymousObjectAsLastExpressionInLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB object A { var result = "not ok" diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyAssign.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyAssign.kt index 5faf6875838..b08e377004d 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyAssign.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyAssign.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var x = "" diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyCAO.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyCAO.kt index 0f62af3ed4d..321c8d71d2a 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyCAO.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyCAO.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var x = "" diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyIncrDecr.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyIncrDecr.kt index c8d5c31083e..70ddf1229fc 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyIncrDecr.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyIncrDecr.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var x = 0 diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyIndexedCAO.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyIndexedCAO.kt index 44e0531c7b7..0a4c7ab260c 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyIndexedCAO.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedInInlineOnlyIndexedCAO.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Host(var value: String) { operator fun get(i: Int, j: Int, k: Int) = value diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedVarsOfSize2.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedVarsOfSize2.kt index 10f31cbc43a..814e6bb71e1 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedVarsOfSize2.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/capturedVarsOfSize2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var xl = 0L // Long, size 2 diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt17588.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt17588.kt index e4bc9b157e5..3b5e05e0927 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt17588.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt17588.kt @@ -1,5 +1,5 @@ -//WITH_RUNTIME +// WITH_STDLIB class Test { data class Style( diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt44347.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt44347.kt index a714bfdcd52..2787ccac045 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt44347.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt44347.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/sharedSlotsWithCapturedVars.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/sharedSlotsWithCapturedVars.kt index 09ed429ede5..9771595326a 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/sharedSlotsWithCapturedVars.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/sharedSlotsWithCapturedVars.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { run { diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/withCoroutines.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/withCoroutines.kt index 29318e9b6a1..adadb1252a6 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/withCoroutines.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/withCoroutines.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/withCoroutinesNoStdLib.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/withCoroutinesNoStdLib.kt index f9977c33d02..ed0f8aaafad 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/withCoroutinesNoStdLib.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/withCoroutinesNoStdLib.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/closures/crossinlineLocalDeclaration.kt b/compiler/testData/codegen/box/closures/crossinlineLocalDeclaration.kt index 602f32029a8..5a3fe703ab3 100644 --- a/compiler/testData/codegen/box/closures/crossinlineLocalDeclaration.kt +++ b/compiler/testData/codegen/box/closures/crossinlineLocalDeclaration.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Wrapper { fun runBlock() } diff --git a/compiler/testData/codegen/box/closures/kt23881.kt b/compiler/testData/codegen/box/closures/kt23881.kt index 6619132ebac..3f2ae962c6b 100644 --- a/compiler/testData/codegen/box/closures/kt23881.kt +++ b/compiler/testData/codegen/box/closures/kt23881.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class ShouldBeCaptured class ShouldNOTBeCaptured diff --git a/compiler/testData/codegen/box/closures/kt47120.kt b/compiler/testData/codegen/box/closures/kt47120.kt index e34d7af6652..ea859158842 100644 --- a/compiler/testData/codegen/box/closures/kt47120.kt +++ b/compiler/testData/codegen/box/closures/kt47120.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.* diff --git a/compiler/testData/codegen/box/closures/kt47120a.kt b/compiler/testData/codegen/box/closures/kt47120a.kt index cd9da1ae760..94669f0eecc 100644 --- a/compiler/testData/codegen/box/closures/kt47120a.kt +++ b/compiler/testData/codegen/box/closures/kt47120a.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.* diff --git a/compiler/testData/codegen/box/closures/noRefToOuter.kt b/compiler/testData/codegen/box/closures/noRefToOuter.kt index 7ee0508e536..a8e5948b455 100644 --- a/compiler/testData/codegen/box/closures/noRefToOuter.kt +++ b/compiler/testData/codegen/box/closures/noRefToOuter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A { fun f(): () -> String { diff --git a/compiler/testData/codegen/box/collections/inSetWithSmartCast.kt b/compiler/testData/codegen/box/collections/inSetWithSmartCast.kt index ee4987608d6..3e10f97f383 100644 --- a/compiler/testData/codegen/box/collections/inSetWithSmartCast.kt +++ b/compiler/testData/codegen/box/collections/inSetWithSmartCast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun contains(set: Set, x: Int): Boolean = when { set.size == 0 -> false diff --git a/compiler/testData/codegen/box/collections/inheritFromAbstractMutableListInt.kt b/compiler/testData/codegen/box/collections/inheritFromAbstractMutableListInt.kt index b92c8cbb986..8062bd55722 100644 --- a/compiler/testData/codegen/box/collections/inheritFromAbstractMutableListInt.kt +++ b/compiler/testData/codegen/box/collections/inheritFromAbstractMutableListInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class A : AbstractMutableList() diff --git a/compiler/testData/codegen/box/collections/inheritFromHashtable.kt b/compiler/testData/codegen/box/collections/inheritFromHashtable.kt index 1493ad38c09..4eb6a0b5d46 100644 --- a/compiler/testData/codegen/box/collections/inheritFromHashtable.kt +++ b/compiler/testData/codegen/box/collections/inheritFromHashtable.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.Hashtable diff --git a/compiler/testData/codegen/box/collections/irrelevantImplMutableListKotlin.kt b/compiler/testData/codegen/box/collections/irrelevantImplMutableListKotlin.kt index 197d1c80f50..f3f89141a1e 100644 --- a/compiler/testData/codegen/box/collections/irrelevantImplMutableListKotlin.kt +++ b/compiler/testData/codegen/box/collections/irrelevantImplMutableListKotlin.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public class A extends AImpl implements java.util.List { diff --git a/compiler/testData/codegen/box/collections/javaCollectionWithRemovePrimitiveInt.kt b/compiler/testData/codegen/box/collections/javaCollectionWithRemovePrimitiveInt.kt index 7768bd068eb..b6953ccec39 100644 --- a/compiler/testData/codegen/box/collections/javaCollectionWithRemovePrimitiveInt.kt +++ b/compiler/testData/codegen/box/collections/javaCollectionWithRemovePrimitiveInt.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: javaCollectionWithRemovePrimitiveInt.kt fun box(): String { diff --git a/compiler/testData/codegen/box/collections/kt40305.kt b/compiler/testData/codegen/box/collections/kt40305.kt index f932a3e3f97..0b2f84ef108 100644 --- a/compiler/testData/codegen/box/collections/kt40305.kt +++ b/compiler/testData/codegen/box/collections/kt40305.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt40305.kt class ListImpl(private val list: List): List { diff --git a/compiler/testData/codegen/box/collections/kt41123.kt b/compiler/testData/codegen/box/collections/kt41123.kt index 023a46f3760..32e5849f6d9 100644 --- a/compiler/testData/codegen/box/collections/kt41123.kt +++ b/compiler/testData/codegen/box/collections/kt41123.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_COLLECTION_INHERITANCE -// WITH_RUNTIME +// WITH_STDLIB open class A : HashMap() diff --git a/compiler/testData/codegen/box/collections/removeAtBridgeClashWithJava.kt b/compiler/testData/codegen/box/collections/removeAtBridgeClashWithJava.kt index a5123ef9a7d..9015d530954 100644 --- a/compiler/testData/codegen/box/collections/removeAtBridgeClashWithJava.kt +++ b/compiler/testData/codegen/box/collections/removeAtBridgeClashWithJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: removeAtBridgeClashWithJava.kt abstract class AJALI : JavaAbstractList() diff --git a/compiler/testData/codegen/box/collections/removeClashJava.kt b/compiler/testData/codegen/box/collections/removeClashJava.kt index 47beee3958b..1419d7b6b6a 100644 --- a/compiler/testData/codegen/box/collections/removeClashJava.kt +++ b/compiler/testData/codegen/box/collections/removeClashJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: removeClashJava.kt class Queue() : Collection { override val size: Int = 1 diff --git a/compiler/testData/codegen/box/collections/removeClashKotlin.kt b/compiler/testData/codegen/box/collections/removeClashKotlin.kt index da2c7e9cafd..c32aa7cfc61 100644 --- a/compiler/testData/codegen/box/collections/removeClashKotlin.kt +++ b/compiler/testData/codegen/box/collections/removeClashKotlin.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB var removed: String? = "" diff --git a/compiler/testData/codegen/box/collections/toArrayInJavaClass.kt b/compiler/testData/codegen/box/collections/toArrayInJavaClass.kt index 1f365e8065f..53261fafa45 100644 --- a/compiler/testData/codegen/box/collections/toArrayInJavaClass.kt +++ b/compiler/testData/codegen/box/collections/toArrayInJavaClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: B.java public class B extends A { @Override diff --git a/compiler/testData/codegen/box/companion/genericLambdaOnStringCompanion.kt b/compiler/testData/codegen/box/companion/genericLambdaOnStringCompanion.kt index 656ce225d1e..cb8da948068 100644 --- a/compiler/testData/codegen/box/companion/genericLambdaOnStringCompanion.kt +++ b/compiler/testData/codegen/box/companion/genericLambdaOnStringCompanion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun T.f(E: (y: T) -> String): Boolean = E(this).isEmpty() diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/adaptedSuspendFunctionReference.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/adaptedSuspendFunctionReference.kt index f33be3b6677..f0282c38ac5 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/adaptedSuspendFunctionReference.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/adaptedSuspendFunctionReference.kt @@ -1,6 +1,6 @@ // KT-45286 // MODULE: lib -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.kt package a diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/coroutinesBinary.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/coroutinesBinary.kt index 0622204d1a7..f6b0c98748f 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/coroutinesBinary.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/coroutinesBinary.kt @@ -1,5 +1,5 @@ // MODULE: lib -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: A.kt package a @@ -29,7 +29,7 @@ fun builder(c: suspend Controller.() -> Unit) { } // MODULE: main(lib) -// WITH_RUNTIME +// WITH_STDLIB // FILE: B.kt import a.builder diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/delegationAndAnnotations.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/delegationAndAnnotations.kt index 87a454e40a7..ed0cc53cadc 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/delegationAndAnnotations.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/delegationAndAnnotations.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/IncrementalCompilerRunner.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/IncrementalCompilerRunner.kt index 313ce7389c1..3b040324db6 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/IncrementalCompilerRunner.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/IncrementalCompilerRunner.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // MODULE: lib -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.kt abstract class IncrementalCompilerRunner( diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/IrConstAcceptMultiModule.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/IrConstAcceptMultiModule.kt index 4f789c44bff..9a374dd1ed4 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/IrConstAcceptMultiModule.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/IrConstAcceptMultiModule.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // MODULE: lib -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.kt abstract class IrConst : IrExpression(), IrExpressionWithCopy { @@ -83,7 +83,7 @@ interface IrElementVisitor interface IrElementTransformer : IrElementVisitor // MODULE: main(lib) -// WITH_RUNTIME +// WITH_STDLIB // FILE: B.kt fun foo(cases: Collection>, exprTransformer: IrElementTransformer, context: Any) { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/LibraryProperty.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/LibraryProperty.kt index ee2168db94e..f2fcd15d470 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/LibraryProperty.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir/LibraryProperty.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // MODULE: lib -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.kt package first.second @@ -11,7 +11,7 @@ class FqName(val s: String) val VOLATILE_ANNOTATION_FQ_NAME = FqName("volatile") // MODULE: main(lib) -// WITH_RUNTIME +// WITH_STDLIB // FILE: B.kt import first.second.VOLATILE_ANNOTATION_FQ_NAME diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/importCompanion.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/importCompanion.kt index 095fc4b588a..aea3f1fe2d2 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/importCompanion.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/importCompanion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // MODULE: lib diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/extensionPropertyWithSameName.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/extensionPropertyWithSameName.kt index 81b90c60114..af358302d87 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/extensionPropertyWithSameName.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/extensionPropertyWithSameName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/extensionPropertyWithSameName.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/extensionPropertyWithSameName.kt index deb2f44f5a7..a906c969111 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/extensionPropertyWithSameName.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/extensionPropertyWithSameName.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // USE_OLD_INLINE_CLASSES_MANGLING_SCHEME // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/privateConstructor.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/privateConstructor.kt index 545e361112c..73030a4bbde 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/privateConstructor.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/privateConstructor.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // USE_OLD_INLINE_CLASSES_MANGLING_SCHEME // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/privateConstructorWithPrivateField.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/privateConstructorWithPrivateField.kt index 6a7ef3b5d5d..134c55b91be 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/privateConstructorWithPrivateField.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling/privateConstructorWithPrivateField.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // USE_OLD_INLINE_CLASSES_MANGLING_SCHEME // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/privateConstructor.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/privateConstructor.kt index 0d662768543..92828d3e803 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/privateConstructor.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/privateConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/privateConstructorWithPrivateField.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/privateConstructorWithPrivateField.kt index 17a3023e3e4..33f80812715 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/privateConstructorWithPrivateField.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/privateConstructorWithPrivateField.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy/simple.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy/simple.kt index 4122bb80fc2..bcf8fede072 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy/simple.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy/simple.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.kt index 9018fa6575e..18a83d69d68 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCall.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCall.kt index efb341c30ae..5b659a1a463 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCall.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCall.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCallFromInterface.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCallFromInterface.kt index b08c00d03e0..e74b78ef461 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCallFromInterface.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCallFromInterface.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCallFromInterface2.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCallFromInterface2.kt index 0cc74d5bec5..4f674bfb4c4 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCallFromInterface2.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superCallFromInterface2.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccess.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccess.kt index 0899a652493..d1c2a0931d9 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccess.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccess.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccessFromInterface.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccessFromInterface.kt index ec30b2feeb4..105d757d309 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccessFromInterface.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccessFromInterface.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccessFromInterface2.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccessFromInterface2.kt index 8a6f3dca9b4..761eded469e 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccessFromInterface2.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/superPropAccessFromInterface2.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop/likeSpecialization.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop/likeSpecialization.kt index b09c5375f82..234d7a234d8 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop/likeSpecialization.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop/likeSpecialization.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // MODULE: lib // !JVM_DEFAULT_MODE: disable diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop/newSchemeWithJvmDefault.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop/newSchemeWithJvmDefault.kt index bfba673831e..9435ffe0309 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop/newSchemeWithJvmDefault.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop/newSchemeWithJvmDefault.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND_FIR: JVM_IR // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // MODULE: lib // !JVM_DEFAULT_MODE: enable diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/noDefaultImpls/superPropAccessFromInterface.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/noDefaultImpls/superPropAccessFromInterface.kt index 23dd6a84434..586f88ce024 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/noDefaultImpls/superPropAccessFromInterface.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/noDefaultImpls/superPropAccessFromInterface.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCall.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCall.kt index e45d20cbedb..573be7ec62f 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCall.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCall.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCallFromInterface.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCallFromInterface.kt index 4317facf0e8..518768681ec 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCallFromInterface.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCallFromInterface.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCallFromInterface2.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCallFromInterface2.kt index 4008ef316d6..e19fba2f2ca 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCallFromInterface2.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superCallFromInterface2.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccess.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccess.kt index c401f612bd7..28a4af4a79a 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccess.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccess.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccessFromInterface.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccessFromInterface.kt index aec8cdfc486..60d09fd0a58 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccessFromInterface.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccessFromInterface.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccessFromInterface2.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccessFromInterface2.kt index ed13b6324a1..05801adfd4e 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccessFromInterface2.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/superPropAccessFromInterface2.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 1.kt interface Test { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond.kt index d7fdbc19216..e3eaf7a3ced 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond.kt @@ -9,7 +9,7 @@ interface Test { // MODULE: main(lib) // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 2.kt interface Test2 : Test { @JvmDefault diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond2.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond2.kt index e3e7073effc..027f0a91979 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond2.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond2.kt @@ -9,7 +9,7 @@ interface Test { // MODULE: main(lib) // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 2.kt open class TestClass : Test { override fun test(): String { diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond3.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond3.kt index 3840ffc72b6..7bd244202d1 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond3.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation/diamond3.kt @@ -9,7 +9,7 @@ interface Test { // MODULE: main(lib) // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 2.kt abstract class TestClass : Test { abstract override fun test(): String diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simpleCallWithBigHierarchy.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simpleCallWithBigHierarchy.kt index 4e1d2e5790e..612b2717610 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simpleCallWithBigHierarchy.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simpleCallWithBigHierarchy.kt @@ -9,7 +9,7 @@ interface Test { // MODULE: main(lib) // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 2.kt interface Test2 : Test { @JvmDefault diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simpleCallWithHierarchy.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simpleCallWithHierarchy.kt index e6efeea1e54..2aed4128d55 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simpleCallWithHierarchy.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simpleCallWithHierarchy.kt @@ -10,7 +10,7 @@ interface Test { // MODULE: main(lib) // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 2.kt interface Test2 : Test { @JvmDefault diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simplePropWithHierarchy.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simplePropWithHierarchy.kt index 037829a113b..d6eca2d91bf 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simplePropWithHierarchy.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/simplePropWithHierarchy.kt @@ -9,7 +9,7 @@ interface Test { // MODULE: main(lib) // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 2.kt interface Test2 : Test { @JvmDefault diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmFieldInAnnotationCompanion.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmFieldInAnnotationCompanion.kt index 71e9a49baf4..633363b1c84 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmFieldInAnnotationCompanion.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmFieldInAnnotationCompanion.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +JvmFieldInInterface +NestedClassesInAnnotations // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Foo.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmFieldInInterfaceCompanion.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmFieldInInterfaceCompanion.kt index f4942394fca..c9891ec0080 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmFieldInInterfaceCompanion.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmFieldInInterfaceCompanion.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +JvmFieldInInterface // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Foo.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmPackageNameMultifileClass.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmPackageNameMultifileClass.kt index 4c2a3ae4185..d4f05986faf 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmPackageNameMultifileClass.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmPackageNameMultifileClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmStaticInObjectPropertyReference.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmStaticInObjectPropertyReference.kt index 2ad4cfe9e5a..ffde11d22a6 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmStaticInObjectPropertyReference.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvmStaticInObjectPropertyReference.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/repeatableAnnotation.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/repeatableAnnotation.kt index 04e4a00260f..549bba013e2 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/repeatableAnnotation.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/repeatableAnnotation.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND_MULTI_MODULE: JVM_MULTI_MODULE_IR_AGAINST_OLD -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 // MODULE: lib diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt index 052d420492b..3da920b4cbb 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: A.kt diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt index 4c134559a11..61ad12ad6bb 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // WITH_STDLIB // WITH_REFLECT diff --git a/compiler/testData/codegen/box/constants/comparisonFalse.kt b/compiler/testData/codegen/box/constants/comparisonFalse.kt index b9e191a5ac6..a931ecb7c6c 100644 --- a/compiler/testData/codegen/box/constants/comparisonFalse.kt +++ b/compiler/testData/codegen/box/constants/comparisonFalse.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(): Array { return arrayOf( 0.0 / 0 == 0.0 / 0, diff --git a/compiler/testData/codegen/box/constants/comparisonTrue.kt b/compiler/testData/codegen/box/constants/comparisonTrue.kt index 288c41ca0d2..2f992af4019 100644 --- a/compiler/testData/codegen/box/constants/comparisonTrue.kt +++ b/compiler/testData/codegen/box/constants/comparisonTrue.kt @@ -1,7 +1,7 @@ // DONT_TARGET_EXACT_BACKEND: WASM // WASM_MUTE_REASON: FLAKY -// WITH_RUNTIME +// WITH_STDLIB fun foo(): Array { return arrayOf( 19 < 20.0, diff --git a/compiler/testData/codegen/box/constants/float.kt b/compiler/testData/codegen/box/constants/float.kt index 87af0ca7cf3..43885b0725e 100644 --- a/compiler/testData/codegen/box/constants/float.kt +++ b/compiler/testData/codegen/box/constants/float.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_MATH -// WITH_RUNTIME +// WITH_STDLIB import kotlin.math.* diff --git a/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsigned.kt b/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsigned.kt index 64d47ca4b04..ae8a182acf4 100644 --- a/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsigned.kt +++ b/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsigned.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM val a = "INT " + 0x8fffffffU diff --git a/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsignedConst.kt b/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsignedConst.kt index f0d27e0b0b7..5070a7cd894 100644 --- a/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsignedConst.kt +++ b/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsignedConst.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val a = "INT " + 0x8fffffffU const val b = "BYTE " + 0x8ffU diff --git a/compiler/testData/codegen/box/constants/numberLiteralCoercionToInferredType.kt b/compiler/testData/codegen/box/constants/numberLiteralCoercionToInferredType.kt index 2174faad0d8..0fe56b33910 100644 --- a/compiler/testData/codegen/box/constants/numberLiteralCoercionToInferredType.kt +++ b/compiler/testData/codegen/box/constants/numberLiteralCoercionToInferredType.kt @@ -3,7 +3,7 @@ // IGNORE_BACKEND: JS, JS_IR, NATIVE // IGNORE_BACKEND: JS_IR_ES6 // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java diff --git a/compiler/testData/codegen/box/constructorCall/breakInConstructorArguments.kt b/compiler/testData/codegen/box/constructorCall/breakInConstructorArguments.kt index 139b285c05e..cd30daa9847 100644 --- a/compiler/testData/codegen/box/constructorCall/breakInConstructorArguments.kt +++ b/compiler/testData/codegen/box/constructorCall/breakInConstructorArguments.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { var count = 0 diff --git a/compiler/testData/codegen/box/constructorCall/continueInConstructorArguments.kt b/compiler/testData/codegen/box/constructorCall/continueInConstructorArguments.kt index 635bd52cd71..17ca2f578ab 100644 --- a/compiler/testData/codegen/box/constructorCall/continueInConstructorArguments.kt +++ b/compiler/testData/codegen/box/constructorCall/continueInConstructorArguments.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { var count = 0 diff --git a/compiler/testData/codegen/box/constructorCall/earlyReturnInConstructorArguments.kt b/compiler/testData/codegen/box/constructorCall/earlyReturnInConstructorArguments.kt index 09d83d0a84c..0d0b2206ddc 100644 --- a/compiler/testData/codegen/box/constructorCall/earlyReturnInConstructorArguments.kt +++ b/compiler/testData/codegen/box/constructorCall/earlyReturnInConstructorArguments.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB inline fun ok(): String { return foo(1, 1.0, 1.0f, 1L, "O", C(if (bar()) return "zap" else "K")) } diff --git a/compiler/testData/codegen/box/constructorCall/inlineFunInConstructorCall.kt b/compiler/testData/codegen/box/constructorCall/inlineFunInConstructorCall.kt index 5a5e79d0030..8f9440c0d62 100644 --- a/compiler/testData/codegen/box/constructorCall/inlineFunInConstructorCall.kt +++ b/compiler/testData/codegen/box/constructorCall/inlineFunInConstructorCall.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { Foo( diff --git a/compiler/testData/codegen/box/constructorCall/inlineFunInConstructorCallEvaluationOrder.kt b/compiler/testData/codegen/box/constructorCall/inlineFunInConstructorCallEvaluationOrder.kt index 5a5e79d0030..8f9440c0d62 100644 --- a/compiler/testData/codegen/box/constructorCall/inlineFunInConstructorCallEvaluationOrder.kt +++ b/compiler/testData/codegen/box/constructorCall/inlineFunInConstructorCallEvaluationOrder.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { Foo( diff --git a/compiler/testData/codegen/box/constructorCall/inlineFunInInnerClassConstructorCall.kt b/compiler/testData/codegen/box/constructorCall/inlineFunInInnerClassConstructorCall.kt index ef6ecc6532e..712fb11ef73 100644 --- a/compiler/testData/codegen/box/constructorCall/inlineFunInInnerClassConstructorCall.kt +++ b/compiler/testData/codegen/box/constructorCall/inlineFunInInnerClassConstructorCall.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { Outer().Inner( diff --git a/compiler/testData/codegen/box/constructorCall/inlineFunInLocalClassConstructorCall.kt b/compiler/testData/codegen/box/constructorCall/inlineFunInLocalClassConstructorCall.kt index 6369c52f610..5da42fb6416 100644 --- a/compiler/testData/codegen/box/constructorCall/inlineFunInLocalClassConstructorCall.kt +++ b/compiler/testData/codegen/box/constructorCall/inlineFunInLocalClassConstructorCall.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { class Local(val i: Int, val j: Int) : Foo() { diff --git a/compiler/testData/codegen/box/constructorCall/loopInInlineFun.kt b/compiler/testData/codegen/box/constructorCall/loopInInlineFun.kt index 3e6f82d24bf..92d562632d6 100644 --- a/compiler/testData/codegen/box/constructorCall/loopInInlineFun.kt +++ b/compiler/testData/codegen/box/constructorCall/loopInInlineFun.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { Foo( diff --git a/compiler/testData/codegen/box/constructorCall/loopInInlineFunInSuperConstructorCall.kt b/compiler/testData/codegen/box/constructorCall/loopInInlineFunInSuperConstructorCall.kt index b99852e80ca..161f62aa73d 100644 --- a/compiler/testData/codegen/box/constructorCall/loopInInlineFunInSuperConstructorCall.kt +++ b/compiler/testData/codegen/box/constructorCall/loopInInlineFunInSuperConstructorCall.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class A(val s: String) inline fun test(crossinline z: () -> String): String { diff --git a/compiler/testData/codegen/box/constructorCall/nestedConstructorCallWithJumpOutInConstructorArguments.kt b/compiler/testData/codegen/box/constructorCall/nestedConstructorCallWithJumpOutInConstructorArguments.kt index 151cc983141..de4bf584da2 100644 --- a/compiler/testData/codegen/box/constructorCall/nestedConstructorCallWithJumpOutInConstructorArguments.kt +++ b/compiler/testData/codegen/box/constructorCall/nestedConstructorCallWithJumpOutInConstructorArguments.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { for (count in 0..3) { diff --git a/compiler/testData/codegen/box/constructorCall/nonLocalReturnInConstructorArguments.kt b/compiler/testData/codegen/box/constructorCall/nonLocalReturnInConstructorArguments.kt index 784985e8917..d8e44853890 100644 --- a/compiler/testData/codegen/box/constructorCall/nonLocalReturnInConstructorArguments.kt +++ b/compiler/testData/codegen/box/constructorCall/nonLocalReturnInConstructorArguments.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { run L1@{ diff --git a/compiler/testData/codegen/box/constructorCall/possiblyPoppedUnitializedValueInArguments.kt b/compiler/testData/codegen/box/constructorCall/possiblyPoppedUnitializedValueInArguments.kt index d889fb109ff..6faa6534fc6 100644 --- a/compiler/testData/codegen/box/constructorCall/possiblyPoppedUnitializedValueInArguments.kt +++ b/compiler/testData/codegen/box/constructorCall/possiblyPoppedUnitializedValueInArguments.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { for (count in 0..3) { diff --git a/compiler/testData/codegen/box/constructorCall/regularConstructorCallEvaluationOrder.kt b/compiler/testData/codegen/box/constructorCall/regularConstructorCallEvaluationOrder.kt index dcba51be98f..7b49f73fdae 100644 --- a/compiler/testData/codegen/box/constructorCall/regularConstructorCallEvaluationOrder.kt +++ b/compiler/testData/codegen/box/constructorCall/regularConstructorCallEvaluationOrder.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { Foo(logged("i", 1), logged("j", 2)) diff --git a/compiler/testData/codegen/box/constructorCall/tryCatchInConstructorCallEvaluationOrder.kt b/compiler/testData/codegen/box/constructorCall/tryCatchInConstructorCallEvaluationOrder.kt index c37f118b708..fb55f41efb3 100644 --- a/compiler/testData/codegen/box/constructorCall/tryCatchInConstructorCallEvaluationOrder.kt +++ b/compiler/testData/codegen/box/constructorCall/tryCatchInConstructorCallEvaluationOrder.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { Foo( diff --git a/compiler/testData/codegen/box/contracts/destructuredVariable.kt b/compiler/testData/codegen/box/contracts/destructuredVariable.kt index 131ae56b086..b114dee8189 100644 --- a/compiler/testData/codegen/box/contracts/destructuredVariable.kt +++ b/compiler/testData/codegen/box/contracts/destructuredVariable.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE, JS -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/contracts/exception.kt b/compiler/testData/codegen/box/contracts/exception.kt index 3d08816aca3..5764dd4f6ad 100644 --- a/compiler/testData/codegen/box/contracts/exception.kt +++ b/compiler/testData/codegen/box/contracts/exception.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/contracts/fieldInConstructorParens.kt b/compiler/testData/codegen/box/contracts/fieldInConstructorParens.kt index 8dde691906d..5d7b799fd30 100644 --- a/compiler/testData/codegen/box/contracts/fieldInConstructorParens.kt +++ b/compiler/testData/codegen/box/contracts/fieldInConstructorParens.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/contracts/fieldReadInConstructor.kt b/compiler/testData/codegen/box/contracts/fieldReadInConstructor.kt index ffe9ccfdc03..50242860f41 100644 --- a/compiler/testData/codegen/box/contracts/fieldReadInConstructor.kt +++ b/compiler/testData/codegen/box/contracts/fieldReadInConstructor.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/contracts/forLoop.kt b/compiler/testData/codegen/box/contracts/forLoop.kt index f66168978e5..ede4070a20e 100644 --- a/compiler/testData/codegen/box/contracts/forLoop.kt +++ b/compiler/testData/codegen/box/contracts/forLoop.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/contracts/kt39374.kt b/compiler/testData/codegen/box/contracts/kt39374.kt index 3988b95c078..cad5932013a 100644 --- a/compiler/testData/codegen/box/contracts/kt39374.kt +++ b/compiler/testData/codegen/box/contracts/kt39374.kt @@ -1,6 +1,6 @@ // IGNORE_FIR_DIAGNOSTICS // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.contracts.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/contracts/kt45236.kt b/compiler/testData/codegen/box/contracts/kt45236.kt index 4bb4c568991..49c0cca5b52 100644 --- a/compiler/testData/codegen/box/contracts/kt45236.kt +++ b/compiler/testData/codegen/box/contracts/kt45236.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.ExperimentalContracts import kotlin.contracts.contract diff --git a/compiler/testData/codegen/box/contracts/kt47300.kt b/compiler/testData/codegen/box/contracts/kt47300.kt index 851f4d84414..13d55e79f77 100644 --- a/compiler/testData/codegen/box/contracts/kt47300.kt +++ b/compiler/testData/codegen/box/contracts/kt47300.kt @@ -1,5 +1,5 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.ExperimentalContracts import kotlin.contracts.InvocationKind diff --git a/compiler/testData/codegen/box/contracts/lambdaParameter.kt b/compiler/testData/codegen/box/contracts/lambdaParameter.kt index 5aa48ff2bdd..472ed15133e 100644 --- a/compiler/testData/codegen/box/contracts/lambdaParameter.kt +++ b/compiler/testData/codegen/box/contracts/lambdaParameter.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/contracts/listAppend.kt b/compiler/testData/codegen/box/contracts/listAppend.kt index f5eb8cc57df..fb877991a6f 100644 --- a/compiler/testData/codegen/box/contracts/listAppend.kt +++ b/compiler/testData/codegen/box/contracts/listAppend.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/contracts/nestedLambdaInNonInlineCallExactlyOnce.kt b/compiler/testData/codegen/box/contracts/nestedLambdaInNonInlineCallExactlyOnce.kt index c0bd0a6bd06..f2782b81db4 100644 --- a/compiler/testData/codegen/box/contracts/nestedLambdaInNonInlineCallExactlyOnce.kt +++ b/compiler/testData/codegen/box/contracts/nestedLambdaInNonInlineCallExactlyOnce.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // KT-38849 import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/contracts/valInWhen.kt b/compiler/testData/codegen/box/contracts/valInWhen.kt index a12a93573ae..949da9bde3f 100644 --- a/compiler/testData/codegen/box/contracts/valInWhen.kt +++ b/compiler/testData/codegen/box/contracts/valInWhen.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.contracts.* diff --git a/compiler/testData/codegen/box/controlStructures/continueInExpr.kt b/compiler/testData/codegen/box/controlStructures/continueInExpr.kt index 328f8efafec..6cd57d17f68 100644 --- a/compiler/testData/codegen/box/controlStructures/continueInExpr.kt +++ b/compiler/testData/codegen/box/controlStructures/continueInExpr.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun concatNonNulls(strings: List): String { var result = "" diff --git a/compiler/testData/codegen/box/controlStructures/continueInForCondition.kt b/compiler/testData/codegen/box/controlStructures/continueInForCondition.kt index 3ebace16102..2863873979f 100644 --- a/compiler/testData/codegen/box/controlStructures/continueInForCondition.kt +++ b/compiler/testData/codegen/box/controlStructures/continueInForCondition.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(): List? = listOf("abcde") diff --git a/compiler/testData/codegen/box/controlStructures/factorialTest.kt b/compiler/testData/codegen/box/controlStructures/factorialTest.kt index fdb108f8bdc..32f6522e2b4 100644 --- a/compiler/testData/codegen/box/controlStructures/factorialTest.kt +++ b/compiler/testData/codegen/box/controlStructures/factorialTest.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/controlStructures/forArrayList.kt b/compiler/testData/codegen/box/controlStructures/forArrayList.kt index cce12773de3..b8c34cbf1a8 100644 --- a/compiler/testData/codegen/box/controlStructures/forArrayList.kt +++ b/compiler/testData/codegen/box/controlStructures/forArrayList.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val alist = arrayListOf(1, 2, 3) // : j.u.ArrayList fun box(): String { diff --git a/compiler/testData/codegen/box/controlStructures/forArrayListMultiDecl.kt b/compiler/testData/codegen/box/controlStructures/forArrayListMultiDecl.kt index 334fa35dcad..43bd4f08c38 100644 --- a/compiler/testData/codegen/box/controlStructures/forArrayListMultiDecl.kt +++ b/compiler/testData/codegen/box/controlStructures/forArrayListMultiDecl.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB val alist = arrayListOf(1 to 2, 2 to 3, 3 to 4) fun box(): String { diff --git a/compiler/testData/codegen/box/controlStructures/forInArray/forInArraySpecializedToUntil.kt b/compiler/testData/codegen/box/controlStructures/forInArray/forInArraySpecializedToUntil.kt index 1913763052a..2dc85a7506f 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArray/forInArraySpecializedToUntil.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArray/forInArraySpecializedToUntil.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JS // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB fun checkByteArray(): Boolean { val byteArray = byteArrayOf(1, 2, 3) diff --git a/compiler/testData/codegen/box/controlStructures/forInArray/forInArrayWithArrayPropertyUpdatedInLoopBody.kt b/compiler/testData/codegen/box/controlStructures/forInArray/forInArrayWithArrayPropertyUpdatedInLoopBody.kt index a86b71e6fb5..d9f94fe9c1d 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArray/forInArrayWithArrayPropertyUpdatedInLoopBody.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArray/forInArrayWithArrayPropertyUpdatedInLoopBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var xs = intArrayOf(1, 2, 3) diff --git a/compiler/testData/codegen/box/controlStructures/forInArray/forInArrayWithArrayVarUpdatedInLoopBody13.kt b/compiler/testData/codegen/box/controlStructures/forInArray/forInArrayWithArrayVarUpdatedInLoopBody13.kt index dc0361b2868..04152ea76f8 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArray/forInArrayWithArrayVarUpdatedInLoopBody13.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArray/forInArrayWithArrayVarUpdatedInLoopBody13.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See https://youtrack.jetbrains.com/issue/KT-21354 diff --git a/compiler/testData/codegen/box/controlStructures/forInArray/forInInlineClassArrayWithUpcast.kt b/compiler/testData/codegen/box/controlStructures/forInArray/forInInlineClassArrayWithUpcast.kt index cb01285f58c..12270e532a5 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArray/forInInlineClassArrayWithUpcast.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArray/forInInlineClassArrayWithUpcast.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { testForInUIntArrayWithUpcactToAny() diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayOfObjectArrayWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayOfObjectArrayWithIndex.kt index af7852b8309..c425e165569 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayOfObjectArrayWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayOfObjectArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val arr = Array(4) { arrayOf("x$it") } diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayOfPrimArrayWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayOfPrimArrayWithIndex.kt index 4110567b89a..b7ad8cb1843 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayOfPrimArrayWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayOfPrimArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { // [[0], [1], [2], [3]] diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexBreakAndContinue.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexBreakAndContinue.kt index 0dfadae9783..d973a82f7a1 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexBreakAndContinue.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexBreakAndContinue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexContinuesAsUnmodified.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexContinuesAsUnmodified.kt index c0acf8265a9..614e36f5268 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexContinuesAsUnmodified.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexContinuesAsUnmodified.kt @@ -1,6 +1,6 @@ // See https://youtrack.jetbrains.com/issue/KT-22424 // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB fun testUnoptimized(): String { var arr = intArrayOf(1, 2, 3, 4) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoElementVar.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoElementVar.kt index 3e1960de238..e38f522e08e 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoElementVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoElementVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexOrElementVar.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexOrElementVar.kt index 5f4350de3cc..03e329a270f 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexOrElementVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexOrElementVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexVar.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexVar.kt index a62b7a28345..7b63caec18c 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNoIndexVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNotDestructured.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNotDestructured.kt index 398ae7ef52e..f85476e7c00 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNotDestructured.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexNotDestructured.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexWithExplicitlyTypedIndexVariable.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexWithExplicitlyTypedIndexVariable.kt index 5ba7716f540..5d0f47b03ae 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexWithExplicitlyTypedIndexVariable.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInArrayWithIndexWithExplicitlyTypedIndexVariable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndex.kt index 7060eafb6d9..ae216bc2958 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = byteArrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndexWithSmartCast.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndexWithSmartCast.kt index 61523d25894..3e87e6e0f91 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndexWithSmartCast.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInByteArrayWithIndexWithSmartCast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = byteArrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInEmptyArrayWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInEmptyArrayWithIndex.kt index b95ed235fe0..f16620365a2 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInEmptyArrayWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInEmptyArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = intArrayOf() diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayOfIntsWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayOfIntsWithIndex.kt index c03df2ec3c4..4877b615442 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayOfIntsWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayOfIntsWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayOfIntsWithIndexWithSmartCast.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayOfIntsWithIndexWithSmartCast.kt index b9467837e7c..35284f19518 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayOfIntsWithIndexWithSmartCast.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayOfIntsWithIndexWithSmartCast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayWithIndex.kt index b813712969d..70323788301 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInGenericArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndex.kt index 09df87d740b..f801ff71a4f 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = intArrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndexWithSmartCast.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndexWithSmartCast.kt index aebff5d02de..d7957bf9f84 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndexWithSmartCast.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInIntArrayWithIndexWithSmartCast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = intArrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInObjectArrayWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInObjectArrayWithIndex.kt index 87b7f2c8cfe..817b696ba1b 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInObjectArrayWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInObjectArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = arrayOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndex.kt index 49055dc55a3..8a8d6da8b3c 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = shortArrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndexWithSmartCast.kt b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndexWithSmartCast.kt index 3f1fa272344..d11523b77d0 100644 --- a/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndexWithSmartCast.kt +++ b/compiler/testData/codegen/box/controlStructures/forInArrayWithIndex/forInShortArrayWithIndexWithSmartCast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val arr = shortArrayOf(10, 20, 30, 40) diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequence.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequence.kt index f4df7137f60..aa0eda06e71 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequence.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequence.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var s = "" diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceMut.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceMut.kt index 6f2b3414c02..a08313f8ac0 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceMut.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceMut.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var clist = listOf('1', '2', '3', '4') diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt index 437371c2152..6a1210d3954 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSeqWithIndexStops.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val s = StringBuilder() diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceTypeParameterWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceTypeParameterWithIndex.kt index 71eaf7d50da..3022ce7ea6b 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceTypeParameterWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceTypeParameterWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val cs: CharSequence = "abcd" diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndex.kt index 1435bb37248..dabfae4d38c 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val cs: CharSequence = "abcd" diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexBreakAndContinue.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexBreakAndContinue.kt index 5a570ab478a..dd27cba883d 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexBreakAndContinue.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexBreakAndContinue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val cs: CharSequence = "abcd" diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexCheckSideEffects.kt index 7e7091a69ae..602cf427736 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingString(private val s: String) : CharSequence { var lengthCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexNoElementVarCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexNoElementVarCheckSideEffects.kt index f47632b5207..0b8c2a5ecb0 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexNoElementVarCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexNoElementVarCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingString(private val s: String) : CharSequence { var lengthCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexNoIndexVarCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexNoIndexVarCheckSideEffects.kt index d01a3a17c17..bb23c90daa2 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexNoIndexVarCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInCharSequenceWithIndexNoIndexVarCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingString(private val s: String) : CharSequence { var lengthCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInEmptyStringWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInEmptyStringWithIndex.kt index 490e0e6b01f..6ba58a3096f 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInEmptyStringWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInEmptyStringWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { for ((index, x) in "".withIndex()) { diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndex.kt index bcc212852ff..42c2b4b3560 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val s = StringBuilder() diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoElementVar.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoElementVar.kt index 00fcb0608a0..f26f796037d 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoElementVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoElementVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = "abcd" diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoIndexOrElementVar.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoIndexOrElementVar.kt index 8b817128188..deb1036ed4e 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoIndexOrElementVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoIndexOrElementVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = "abcd" diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoIndexVar.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoIndexVar.kt index 3c6acafa997..46031fc8142 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoIndexVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNoIndexVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = "abcd" diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNotDestructured.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNotDestructured.kt index af58934c377..179d8845207 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNotDestructured.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexNotDestructured.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val s = StringBuilder() diff --git a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexWithExplicitlyTypedIndexVariable.kt b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexWithExplicitlyTypedIndexVariable.kt index fd72df19e45..3d3ccbef8ba 100644 --- a/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexWithExplicitlyTypedIndexVariable.kt +++ b/compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex/forInStringWithIndexWithExplicitlyTypedIndexVariable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = "abcd" diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInEmptyListWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInEmptyListWithIndex.kt index 153bb11f7eb..94f5570250a 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInEmptyListWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInEmptyListWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf() diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableTypeParameterWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableTypeParameterWithIndex.kt index 747fb82a12e..656e0df2e62 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableTypeParameterWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableTypeParameterWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexCheckSideEffects.kt index 8f148eb838d..838f3c3ffb6 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingIterable(private val s: Iterable) : Iterable { var hasNextCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexNoElementVarCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexNoElementVarCheckSideEffects.kt index 54563c4a433..c0d452410ca 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexNoElementVarCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexNoElementVarCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingIterable(private val s: Iterable) : Iterable { var hasNextCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexNoIndexVarCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexNoIndexVarCheckSideEffects.kt index fc7eb2d70c9..13be75275bf 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexNoIndexVarCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInIterableWithIndexNoIndexVarCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingIterable(private val s: Iterable) : Iterable { var hasNextCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndex.kt index fd529f7561e..8988a82a745 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexBreak.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexBreak.kt index 76e257a7ca1..a5c1bbf1afe 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexBreak.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexBreak.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(xs: List): String { var r = "" diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexBreakAndContinue.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexBreakAndContinue.kt index 7317ad943fd..3e3cf7ad249 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexBreakAndContinue.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexBreakAndContinue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexContinue.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexContinue.kt index 726af9c2c2a..538e31d8c1f 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexContinue.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexContinue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(xs: List): String { var r = "" diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexNoElementVar.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexNoElementVar.kt index a442bce6cf0..a25a925e3af 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexNoElementVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexNoElementVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexNoIndexVar.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexNoIndexVar.kt index e38b740c350..77833465170 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexNoIndexVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexNoIndexVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexThrowsCME.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexThrowsCME.kt index 2d8afeb4808..6ae6e7a60db 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexThrowsCME.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexThrowsCME.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB val xs = arrayListOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexWithExplicitlyTypedIndexVariable.kt b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexWithExplicitlyTypedIndexVariable.kt index 6ecc9408208..c28d9838b48 100644 --- a/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexWithExplicitlyTypedIndexVariable.kt +++ b/compiler/testData/codegen/box/controlStructures/forInIterableWithIndex/forInListWithIndexWithExplicitlyTypedIndexVariable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d") diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInEmptySequenceWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInEmptySequenceWithIndex.kt index 7f6c239f1e0..042c496bbca 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInEmptySequenceWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInEmptySequenceWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf().asSequence() diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceTypeParameterWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceTypeParameterWithIndex.kt index 44db8642e10..9e97635fa0d 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceTypeParameterWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceTypeParameterWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d").asSequence() diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndex.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndex.kt index 88796c7f316..1eea737654b 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndex.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d").asSequence() diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexBreakAndContinue.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexBreakAndContinue.kt index 60e6e3ec1e3..57989e9ff36 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexBreakAndContinue.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexBreakAndContinue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d").asSequence() diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexCheckSideEffects.kt index 8676a2e1dfc..42725843ea3 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingSequence(private val s: Sequence) : Sequence { var hasNextCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoElementVar.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoElementVar.kt index a71fdae9033..bedb1feeb2d 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoElementVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoElementVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d").asSequence() diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoElementVarCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoElementVarCheckSideEffects.kt index c04c3a95723..a6ad64f9849 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoElementVarCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoElementVarCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingSequence(private val s: Sequence) : Sequence { var hasNextCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoIndexVar.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoIndexVar.kt index 6496606222f..693eea09467 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoIndexVar.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoIndexVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d").asSequence() diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoIndexVarCheckSideEffects.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoIndexVarCheckSideEffects.kt index 799f9cdfd08..6be53c641bd 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoIndexVarCheckSideEffects.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexNoIndexVarCheckSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class CountingSequence(private val s: Sequence) : Sequence { var hasNextCtr = 0 diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexThrowsCME.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexThrowsCME.kt index afcfcd510b0..6f3e436ad0e 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexThrowsCME.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexThrowsCME.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB val xsl = arrayListOf("a", "b", "c", "d") val xs = xsl.asSequence() diff --git a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexWithExplicitlyTypedIndexVariable.kt b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexWithExplicitlyTypedIndexVariable.kt index 67196f6fadd..bcea6ece368 100644 --- a/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexWithExplicitlyTypedIndexVariable.kt +++ b/compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex/forInSequenceWithIndexWithExplicitlyTypedIndexVariable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val xs = listOf("a", "b", "c", "d").asSequence() diff --git a/compiler/testData/codegen/box/controlStructures/forNullableCharInString.kt b/compiler/testData/codegen/box/controlStructures/forNullableCharInString.kt index fc15e3b1bb0..d229394b2b2 100644 --- a/compiler/testData/codegen/box/controlStructures/forNullableCharInString.kt +++ b/compiler/testData/codegen/box/controlStructures/forNullableCharInString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val str = "abcd" diff --git a/compiler/testData/codegen/box/controlStructures/kt2423.kt b/compiler/testData/codegen/box/controlStructures/kt2423.kt index c6390b86d3c..bd0dca63e02 100644 --- a/compiler/testData/codegen/box/controlStructures/kt2423.kt +++ b/compiler/testData/codegen/box/controlStructures/kt2423.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.LinkedList diff --git a/compiler/testData/codegen/box/controlStructures/kt42455.kt b/compiler/testData/codegen/box/controlStructures/kt42455.kt index 4b0cc1db6e5..5ee7d1e8187 100644 --- a/compiler/testData/codegen/box/controlStructures/kt42455.kt +++ b/compiler/testData/codegen/box/controlStructures/kt42455.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val xs = listOf(1, 2, 3) return when (xs.first { it > 1 }) { diff --git a/compiler/testData/codegen/box/controlStructures/kt513.kt b/compiler/testData/codegen/box/controlStructures/kt513.kt index 4c01e33d76f..3859af04ce9 100644 --- a/compiler/testData/codegen/box/controlStructures/kt513.kt +++ b/compiler/testData/codegen/box/controlStructures/kt513.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB class A() { infix fun ArrayList.add3(el: T) = add(el) diff --git a/compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/tryCatchAfterWhileTrue.kt b/compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/tryCatchAfterWhileTrue.kt index 3aa7cb670d5..2ad4aaf0293 100644 --- a/compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/tryCatchAfterWhileTrue.kt +++ b/compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/tryCatchAfterWhileTrue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val a = arrayListOf() diff --git a/compiler/testData/codegen/box/controlStructures/tryFinallyGeneric.kt b/compiler/testData/codegen/box/controlStructures/tryFinallyGeneric.kt index 5a077cb3bc1..aa086729c28 100644 --- a/compiler/testData/codegen/box/controlStructures/tryFinallyGeneric.kt +++ b/compiler/testData/codegen/box/controlStructures/tryFinallyGeneric.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB val stack = mutableListOf() diff --git a/compiler/testData/codegen/box/coroutines/32defaultParametersInSuspend.kt b/compiler/testData/codegen/box/coroutines/32defaultParametersInSuspend.kt index f76e008e42d..7943ce56593 100644 --- a/compiler/testData/codegen/box/coroutines/32defaultParametersInSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/32defaultParametersInSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/accessorForSuspend.kt b/compiler/testData/codegen/box/coroutines/accessorForSuspend.kt index 48e7f1b0705..8c64fa09c29 100644 --- a/compiler/testData/codegen/box/coroutines/accessorForSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/accessorForSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/async.kt b/compiler/testData/codegen/box/coroutines/async.kt index e432aafa5d9..3d70199dbde 100644 --- a/compiler/testData/codegen/box/coroutines/async.kt +++ b/compiler/testData/codegen/box/coroutines/async.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // WITH_COROUTINES diff --git a/compiler/testData/codegen/box/coroutines/asyncException.kt b/compiler/testData/codegen/box/coroutines/asyncException.kt index 3c4c83a142b..ce36dfc0f8e 100644 --- a/compiler/testData/codegen/box/coroutines/asyncException.kt +++ b/compiler/testData/codegen/box/coroutines/asyncException.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // WITH_COROUTINES diff --git a/compiler/testData/codegen/box/coroutines/asyncIteratorNullMerge_1_3.kt b/compiler/testData/codegen/box/coroutines/asyncIteratorNullMerge_1_3.kt index dccde410487..5518a63243e 100644 --- a/compiler/testData/codegen/box/coroutines/asyncIteratorNullMerge_1_3.kt +++ b/compiler/testData/codegen/box/coroutines/asyncIteratorNullMerge_1_3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/asyncIteratorToList_1_3.kt b/compiler/testData/codegen/box/coroutines/asyncIteratorToList_1_3.kt index 4efb4a86e0c..ea9d202d869 100644 --- a/compiler/testData/codegen/box/coroutines/asyncIteratorToList_1_3.kt +++ b/compiler/testData/codegen/box/coroutines/asyncIteratorToList_1_3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/asyncIterator_1_3.kt b/compiler/testData/codegen/box/coroutines/asyncIterator_1_3.kt index 47ae87c68af..566ec45efe3 100644 --- a/compiler/testData/codegen/box/coroutines/asyncIterator_1_3.kt +++ b/compiler/testData/codegen/box/coroutines/asyncIterator_1_3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/await.kt b/compiler/testData/codegen/box/coroutines/await.kt index 8e2a8ef3c57..22992f62b68 100644 --- a/compiler/testData/codegen/box/coroutines/await.kt +++ b/compiler/testData/codegen/box/coroutines/await.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: promise.kt import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/beginWithException.kt b/compiler/testData/codegen/box/coroutines/beginWithException.kt index f49f36f6144..73b40141677 100644 --- a/compiler/testData/codegen/box/coroutines/beginWithException.kt +++ b/compiler/testData/codegen/box/coroutines/beginWithException.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/beginWithExceptionNoHandleException.kt b/compiler/testData/codegen/box/coroutines/beginWithExceptionNoHandleException.kt index d6435b1679f..03bddbacec4 100644 --- a/compiler/testData/codegen/box/coroutines/beginWithExceptionNoHandleException.kt +++ b/compiler/testData/codegen/box/coroutines/beginWithExceptionNoHandleException.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/bridges/interfaceGenericDefault.kt b/compiler/testData/codegen/box/coroutines/bridges/interfaceGenericDefault.kt index dfb00855c46..abf71772904 100644 --- a/compiler/testData/codegen/box/coroutines/bridges/interfaceGenericDefault.kt +++ b/compiler/testData/codegen/box/coroutines/bridges/interfaceGenericDefault.kt @@ -1,5 +1,5 @@ // Corresponds to KT-45166, KT-45320, KT-45490, and KT-45954. -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/bridges/interfaceSpecialization.kt b/compiler/testData/codegen/box/coroutines/bridges/interfaceSpecialization.kt index 8219ba77c79..248752cea44 100644 --- a/compiler/testData/codegen/box/coroutines/bridges/interfaceSpecialization.kt +++ b/compiler/testData/codegen/box/coroutines/bridges/interfaceSpecialization.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/bridges/lambdaWithLongReceiver.kt b/compiler/testData/codegen/box/coroutines/bridges/lambdaWithLongReceiver.kt index a55c3f22157..93e0734b61a 100644 --- a/compiler/testData/codegen/box/coroutines/bridges/lambdaWithLongReceiver.kt +++ b/compiler/testData/codegen/box/coroutines/bridges/lambdaWithLongReceiver.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_BYTECODE_LISTING diff --git a/compiler/testData/codegen/box/coroutines/bridges/lambdaWithMultipleParameters.kt b/compiler/testData/codegen/box/coroutines/bridges/lambdaWithMultipleParameters.kt index eaacff10bad..3266db9a79b 100644 --- a/compiler/testData/codegen/box/coroutines/bridges/lambdaWithMultipleParameters.kt +++ b/compiler/testData/codegen/box/coroutines/bridges/lambdaWithMultipleParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_BYTECODE_LISTING diff --git a/compiler/testData/codegen/box/coroutines/builderInferenceAndGenericArrayAcessCall.kt b/compiler/testData/codegen/box/coroutines/builderInferenceAndGenericArrayAcessCall.kt index c8cbff6b0bf..be96d49a938 100644 --- a/compiler/testData/codegen/box/coroutines/builderInferenceAndGenericArrayAcessCall.kt +++ b/compiler/testData/codegen/box/coroutines/builderInferenceAndGenericArrayAcessCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/coroutines/captureInfixFun.kt b/compiler/testData/codegen/box/coroutines/captureInfixFun.kt index a80113366b8..dc0075ff6f6 100644 --- a/compiler/testData/codegen/box/coroutines/captureInfixFun.kt +++ b/compiler/testData/codegen/box/coroutines/captureInfixFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/captureMutableLocalVariableInsideCoroutineBlock.kt b/compiler/testData/codegen/box/coroutines/captureMutableLocalVariableInsideCoroutineBlock.kt index 18c742c2d6e..50104356a29 100644 --- a/compiler/testData/codegen/box/coroutines/captureMutableLocalVariableInsideCoroutineBlock.kt +++ b/compiler/testData/codegen/box/coroutines/captureMutableLocalVariableInsideCoroutineBlock.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/captureUnaryOperator.kt b/compiler/testData/codegen/box/coroutines/captureUnaryOperator.kt index ad7bb9c6e92..58f5e7b5ab4 100644 --- a/compiler/testData/codegen/box/coroutines/captureUnaryOperator.kt +++ b/compiler/testData/codegen/box/coroutines/captureUnaryOperator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/capturedVarInSuspendLambda.kt b/compiler/testData/codegen/box/coroutines/capturedVarInSuspendLambda.kt index 4bd01f09560..2a11d6c8211 100644 --- a/compiler/testData/codegen/box/coroutines/capturedVarInSuspendLambda.kt +++ b/compiler/testData/codegen/box/coroutines/capturedVarInSuspendLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/castWithSuspend.kt b/compiler/testData/codegen/box/coroutines/castWithSuspend.kt index 6e4592f1050..1484096fbc2 100644 --- a/compiler/testData/codegen/box/coroutines/castWithSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/castWithSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/catchWithInlineInsideSuspend.kt b/compiler/testData/codegen/box/coroutines/catchWithInlineInsideSuspend.kt index a5b7d713e9d..7b8f9db3ad3 100644 --- a/compiler/testData/codegen/box/coroutines/catchWithInlineInsideSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/catchWithInlineInsideSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/coercionToUnit.kt b/compiler/testData/codegen/box/coroutines/coercionToUnit.kt index f3a90c11316..72fb7111284 100644 --- a/compiler/testData/codegen/box/coroutines/coercionToUnit.kt +++ b/compiler/testData/codegen/box/coroutines/coercionToUnit.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/breakFinally.kt b/compiler/testData/codegen/box/coroutines/controlFlow/breakFinally.kt index 3ba1854d924..0191a839450 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/breakFinally.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/breakFinally.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/breakStatement.kt b/compiler/testData/codegen/box/coroutines/controlFlow/breakStatement.kt index d85eb1a5c92..dd3bfaedb2f 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/breakStatement.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/breakStatement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/complexChainSuspend.kt b/compiler/testData/codegen/box/coroutines/controlFlow/complexChainSuspend.kt index 9884582c4e8..a87acb68da6 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/complexChainSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/complexChainSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/doWhileStatement.kt b/compiler/testData/codegen/box/coroutines/controlFlow/doWhileStatement.kt index 16e7072e9cf..cd4c58b6592 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/doWhileStatement.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/doWhileStatement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/doWhileWithInline.kt b/compiler/testData/codegen/box/coroutines/controlFlow/doWhileWithInline.kt index dd1f9cb57ba..3aad8428e5a 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/doWhileWithInline.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/doWhileWithInline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // KT-27830 diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/doubleBreak.kt b/compiler/testData/codegen/box/coroutines/controlFlow/doubleBreak.kt index 3e8bb7bae2a..57078578353 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/doubleBreak.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/doubleBreak.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/finallyCatch.kt b/compiler/testData/codegen/box/coroutines/controlFlow/finallyCatch.kt index 1b7ee4516e6..25f1cbe2e01 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/finallyCatch.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/finallyCatch.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/forContinue.kt b/compiler/testData/codegen/box/coroutines/controlFlow/forContinue.kt index 65ce7e6c5e4..06849b6b586 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/forContinue.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/forContinue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/forStatement.kt b/compiler/testData/codegen/box/coroutines/controlFlow/forStatement.kt index 9b446366846..379139345a6 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/forStatement.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/forStatement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/forWithStep.kt b/compiler/testData/codegen/box/coroutines/controlFlow/forWithStep.kt index e19cf3c4812..77631f36964 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/forWithStep.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/forWithStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/ifStatement.kt b/compiler/testData/codegen/box/coroutines/controlFlow/ifStatement.kt index 029490a4819..16c0f541f04 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/ifStatement.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/ifStatement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/kt22694_1_3.kt b/compiler/testData/codegen/box/coroutines/controlFlow/kt22694_1_3.kt index ad161de6cc2..d241722a5b4 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/kt22694_1_3.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/kt22694_1_3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/labeledWhile.kt b/compiler/testData/codegen/box/coroutines/controlFlow/labeledWhile.kt index 29a0e6af31c..15b9118b1b4 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/labeledWhile.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/labeledWhile.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/multipleCatchBlocksSuspend.kt b/compiler/testData/codegen/box/coroutines/controlFlow/multipleCatchBlocksSuspend.kt index 0d7ddc28946..d7fb975badc 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/multipleCatchBlocksSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/multipleCatchBlocksSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/returnFromFinally.kt b/compiler/testData/codegen/box/coroutines/controlFlow/returnFromFinally.kt index 695002a438b..e7e523574a2 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/returnFromFinally.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/returnFromFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/returnWithFinally.kt b/compiler/testData/codegen/box/coroutines/controlFlow/returnWithFinally.kt index 0d6a9786623..58cd617a912 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/returnWithFinally.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/returnWithFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/suspendInStringTemplate.kt b/compiler/testData/codegen/box/coroutines/controlFlow/suspendInStringTemplate.kt index 3dfff638c64..ee236bc5580 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/suspendInStringTemplate.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/suspendInStringTemplate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JS import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/switchLikeWhen.kt b/compiler/testData/codegen/box/coroutines/controlFlow/switchLikeWhen.kt index 1e231cc6d0b..d6052401a3a 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/switchLikeWhen.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/switchLikeWhen.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/throwFromCatch.kt b/compiler/testData/codegen/box/coroutines/controlFlow/throwFromCatch.kt index c7200720390..2bff3d0657a 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/throwFromCatch.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/throwFromCatch.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/throwFromFinally.kt b/compiler/testData/codegen/box/coroutines/controlFlow/throwFromFinally.kt index 834359066c6..56a177291f7 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/throwFromFinally.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/throwFromFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/throwInTryWithHandleResult.kt b/compiler/testData/codegen/box/coroutines/controlFlow/throwInTryWithHandleResult.kt index c8a267ea0d1..ed6b7b70af4 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/throwInTryWithHandleResult.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/throwInTryWithHandleResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/whenWithSuspensions.kt b/compiler/testData/codegen/box/coroutines/controlFlow/whenWithSuspensions.kt index 58df295846f..0d7fde26b9c 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/whenWithSuspensions.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/whenWithSuspensions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controlFlow/whileStatement.kt b/compiler/testData/codegen/box/coroutines/controlFlow/whileStatement.kt index d8c168e5e29..07a05c778fe 100644 --- a/compiler/testData/codegen/box/coroutines/controlFlow/whileStatement.kt +++ b/compiler/testData/codegen/box/coroutines/controlFlow/whileStatement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/controllerAccessFromInnerLambda.kt b/compiler/testData/codegen/box/coroutines/controllerAccessFromInnerLambda.kt index 40b08bd2ac1..464870b5fe0 100644 --- a/compiler/testData/codegen/box/coroutines/controllerAccessFromInnerLambda.kt +++ b/compiler/testData/codegen/box/coroutines/controllerAccessFromInnerLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/coroutineContextInInlinedLambda.kt b/compiler/testData/codegen/box/coroutines/coroutineContextInInlinedLambda.kt index bb6039a50bd..75b769a88bd 100644 --- a/compiler/testData/codegen/box/coroutines/coroutineContextInInlinedLambda.kt +++ b/compiler/testData/codegen/box/coroutines/coroutineContextInInlinedLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/createCoroutineSafe.kt b/compiler/testData/codegen/box/coroutines/createCoroutineSafe.kt index 8f6553ba9c9..0554a874a73 100644 --- a/compiler/testData/codegen/box/coroutines/createCoroutineSafe.kt +++ b/compiler/testData/codegen/box/coroutines/createCoroutineSafe.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/createCoroutinesOnManualInstances.kt b/compiler/testData/codegen/box/coroutines/createCoroutinesOnManualInstances.kt index a17546d9cfe..3a01b813995 100644 --- a/compiler/testData/codegen/box/coroutines/createCoroutinesOnManualInstances.kt +++ b/compiler/testData/codegen/box/coroutines/createCoroutinesOnManualInstances.kt @@ -2,7 +2,7 @@ // WASM_MUTE_REASON: IGNORED_IN_JS // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/crossInlineWithCapturedOuterReceiver.kt b/compiler/testData/codegen/box/coroutines/crossInlineWithCapturedOuterReceiver.kt index 4c7384f25df..d1f34df3ffd 100644 --- a/compiler/testData/codegen/box/coroutines/crossInlineWithCapturedOuterReceiver.kt +++ b/compiler/testData/codegen/box/coroutines/crossInlineWithCapturedOuterReceiver.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/debug/debuggerMetadata.kt b/compiler/testData/codegen/box/coroutines/debug/debuggerMetadata.kt index 2d3776d58f9..8ba181c9b0b 100644 --- a/compiler/testData/codegen/box/coroutines/debug/debuggerMetadata.kt +++ b/compiler/testData/codegen/box/coroutines/debug/debuggerMetadata.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES @file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "CANNOT_OVERRIDE_INVISIBLE_MEMBER") diff --git a/compiler/testData/codegen/box/coroutines/debug/elvisLineNumber.kt b/compiler/testData/codegen/box/coroutines/debug/elvisLineNumber.kt index c3711f59434..d519b3ca5f0 100644 --- a/compiler/testData/codegen/box/coroutines/debug/elvisLineNumber.kt +++ b/compiler/testData/codegen/box/coroutines/debug/elvisLineNumber.kt @@ -1,6 +1,6 @@ // This test depends on line numbers. // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FULL_JDK package test diff --git a/compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt b/compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt index 61496a90e79..2651ede663e 100644 --- a/compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt +++ b/compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt @@ -1,6 +1,6 @@ // NB This test depends on line numbers // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // WITH_COROUTINES package test diff --git a/compiler/testData/codegen/box/coroutines/debug/fqName.kt b/compiler/testData/codegen/box/coroutines/debug/fqName.kt index dc2e1f06254..12da24c60bf 100644 --- a/compiler/testData/codegen/box/coroutines/debug/fqName.kt +++ b/compiler/testData/codegen/box/coroutines/debug/fqName.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // WITH_COROUTINES diff --git a/compiler/testData/codegen/box/coroutines/debug/multipleSuspendCallsOnSameLine.kt b/compiler/testData/codegen/box/coroutines/debug/multipleSuspendCallsOnSameLine.kt index c3931b04253..76ea18723ce 100644 --- a/compiler/testData/codegen/box/coroutines/debug/multipleSuspendCallsOnSameLine.kt +++ b/compiler/testData/codegen/box/coroutines/debug/multipleSuspendCallsOnSameLine.kt @@ -1,6 +1,6 @@ // This test depends on line numbers. // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FULL_JDK package test diff --git a/compiler/testData/codegen/box/coroutines/debug/runtimeDebugMetadata.kt b/compiler/testData/codegen/box/coroutines/debug/runtimeDebugMetadata.kt index 0a7ac82d9c7..dade9100501 100644 --- a/compiler/testData/codegen/box/coroutines/debug/runtimeDebugMetadata.kt +++ b/compiler/testData/codegen/box/coroutines/debug/runtimeDebugMetadata.kt @@ -1,6 +1,6 @@ // This test depends on line numbers. // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // WITH_COROUTINES diff --git a/compiler/testData/codegen/box/coroutines/debug/throwsOnSameLine.kt b/compiler/testData/codegen/box/coroutines/debug/throwsOnSameLine.kt index dc94bb2020b..4d58bd18ade 100644 --- a/compiler/testData/codegen/box/coroutines/debug/throwsOnSameLine.kt +++ b/compiler/testData/codegen/box/coroutines/debug/throwsOnSameLine.kt @@ -1,6 +1,6 @@ // This test depends on line numbers. // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FULL_JDK package test diff --git a/compiler/testData/codegen/box/coroutines/defaultParametersInSuspend.kt b/compiler/testData/codegen/box/coroutines/defaultParametersInSuspend.kt index d90883f2319..c7d1953c217 100644 --- a/compiler/testData/codegen/box/coroutines/defaultParametersInSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/defaultParametersInSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/defaultParametersInSuspendWithJvmOverloads.kt b/compiler/testData/codegen/box/coroutines/defaultParametersInSuspendWithJvmOverloads.kt index 30311ca452c..6f09ff04b70 100644 --- a/compiler/testData/codegen/box/coroutines/defaultParametersInSuspendWithJvmOverloads.kt +++ b/compiler/testData/codegen/box/coroutines/defaultParametersInSuspendWithJvmOverloads.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: defaultParametersInSuspsendWithJvmOverloads.kt diff --git a/compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt b/compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt index 42a74baf42e..290ae6c1df0 100644 --- a/compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt +++ b/compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/dispatchResume.kt b/compiler/testData/codegen/box/coroutines/dispatchResume.kt index 0b19f347c6a..22c0cb17822 100644 --- a/compiler/testData/codegen/box/coroutines/dispatchResume.kt +++ b/compiler/testData/codegen/box/coroutines/dispatchResume.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FULL_JDK import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/doubleColonExpressionsGenerationInBuilderInference.kt b/compiler/testData/codegen/box/coroutines/doubleColonExpressionsGenerationInBuilderInference.kt index f5f0b878cfb..ab90db54f11 100644 --- a/compiler/testData/codegen/box/coroutines/doubleColonExpressionsGenerationInBuilderInference.kt +++ b/compiler/testData/codegen/box/coroutines/doubleColonExpressionsGenerationInBuilderInference.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JS, JS_IR // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB package a.b diff --git a/compiler/testData/codegen/box/coroutines/emptyClosure.kt b/compiler/testData/codegen/box/coroutines/emptyClosure.kt index 8146a6a4c8b..943cdf55f40 100644 --- a/compiler/testData/codegen/box/coroutines/emptyClosure.kt +++ b/compiler/testData/codegen/box/coroutines/emptyClosure.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/emptyCommonConstraintSystemForCoroutineInferenceCall.kt b/compiler/testData/codegen/box/coroutines/emptyCommonConstraintSystemForCoroutineInferenceCall.kt index 641b2af1a1b..bb10cd21542 100644 --- a/compiler/testData/codegen/box/coroutines/emptyCommonConstraintSystemForCoroutineInferenceCall.kt +++ b/compiler/testData/codegen/box/coroutines/emptyCommonConstraintSystemForCoroutineInferenceCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/epam.kt b/compiler/testData/codegen/box/coroutines/epam.kt index e8422f0a507..dfa5d8a0377 100644 --- a/compiler/testData/codegen/box/coroutines/epam.kt +++ b/compiler/testData/codegen/box/coroutines/epam.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/falseUnitCoercion.kt b/compiler/testData/codegen/box/coroutines/falseUnitCoercion.kt index f23d75b5f32..c51cf28e55b 100644 --- a/compiler/testData/codegen/box/coroutines/falseUnitCoercion.kt +++ b/compiler/testData/codegen/box/coroutines/falseUnitCoercion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/breakWithNonEmptyStack.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/breakWithNonEmptyStack.kt index c87866ac4d4..fedcec5273c 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/breakWithNonEmptyStack.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/breakWithNonEmptyStack.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bigArity.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bigArity.kt index f9f67d4011c..c0078feaca1 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bigArity.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bigArity.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt index 85ca624f5ae..6d47297d7a2 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/adapted.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/adapted.kt index f263d8bc052..3e5195c647f 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/adapted.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/adapted.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // KT-44849 import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/getArityViaFunctionImpl.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/getArityViaFunctionImpl.kt index 3c91191df61..5e3e76d4027 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/getArityViaFunctionImpl.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/getArityViaFunctionImpl.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local/equalsHashCode.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local/equalsHashCode.kt index c2380caeeca..9163525bb58 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local/equalsHashCode.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local/equalsHashCode.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: JS_IR_ES6 // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: IGNORED_IN_JS -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { suspend fun bar() {} diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/kt48732_genericSignature.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/kt48732_genericSignature.kt index d6493b40cc5..d05cda9db91 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/kt48732_genericSignature.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/kt48732_genericSignature.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB suspend fun id(x: String): String = x diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/lambdaParameterUsed.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/lambdaParameterUsed.kt index a096d23abfe..62e18992587 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/lambdaParameterUsed.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/lambdaParameterUsed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt index 473b4ba12ce..c0af2070de9 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt index 7fcad7490bc..a1b53bcfa62 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +MultiPlatformProjects -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_FIR: JVM_IR import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/delegate.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/delegate.kt index b4991be85d0..e060464454d 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/delegate.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/delegate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/destructuringInLambdas.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/destructuringInLambdas.kt index 8ede15ed52e..37a012f8454 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/destructuringInLambdas.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/destructuringInLambdas.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt index 933b148156a..89f6148f02c 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/inlineSuspendFinally.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/inlineSuspendFinally.kt index d7dace62e8d..e0a653d8993 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/inlineSuspendFinally.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/inlineSuspendFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBody.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBody.kt index 886dc956d01..29614b4d54f 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBody.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBodyGeneric.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBodyGeneric.kt index c62d166b6d7..c745e2b6387 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBodyGeneric.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBodyGeneric.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/all.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/all.kt index 70afe7729dc..dd546e742e7 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/all.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/all.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/all-compatibility.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/all-compatibility.kt index 3b66526a5a5..f526c72a139 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/all-compatibility.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/all-compatibility.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/all.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/all.kt index 2963b2f5644..73d382f60de 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/all.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/all.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/disable.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/disable.kt index c7d5e19c211..419afbf2954 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/disable.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/disable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !JVM_DEFAULT_MODE: disable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/enable.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/enable.kt index 0f83dabf7ba..ea790d3dcae 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/enable.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007/enable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/overrideInInlineClass.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/overrideInInlineClass.kt index 59eb69c09a5..3ae52234cec 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/overrideInInlineClass.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/overrideInInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/overrideInInnerClass.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/overrideInInnerClass.kt index 9ee59ba5dfe..bca05dde203 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/overrideInInnerClass.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/overrideInInnerClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/safeCallOnTwoReceivers.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/safeCallOnTwoReceivers.kt index 0e5b3198637..8068e27b6c3 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/safeCallOnTwoReceivers.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/safeCallOnTwoReceivers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/safeCallOnTwoReceiversLong.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/safeCallOnTwoReceiversLong.kt index 9db95a1c021..4c3b9c73d29 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/safeCallOnTwoReceiversLong.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/safeCallOnTwoReceiversLong.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendDestructuringInLambdas.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendDestructuringInLambdas.kt index 5f15aca8868..da867d41572 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendDestructuringInLambdas.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendDestructuringInLambdas.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheck.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheck.kt index 7f68bf8d651..b319ec8d950 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheck.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheck.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM // !LANGUAGE: +SuspendFunctionAsSupertype diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionIsAs.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionIsAs.kt index a987598fd58..1a2d1e21f9d 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionIsAs.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionIsAs.kt @@ -2,7 +2,7 @@ // WASM_MUTE_REASON: SUSPEND_FUNCTION_CAST // IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendInlineSuspendFinally.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendInlineSuspendFinally.kt index 9ad48013e80..1179277973e 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendInlineSuspendFinally.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendInlineSuspendFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlus.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlus.kt index 9963fabcb7e..c635e4fcaa9 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlus.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlus.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlusAssign.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlusAssign.kt index f30c90874f4..d1b8f55c0ec 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlusAssign.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlusAssign.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlusCallFromLambda.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlusCallFromLambda.kt index 9b1a24626ca..c9a8ac8697b 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlusCallFromLambda.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendOperatorPlusCallFromLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/controlFlowIf.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/controlFlowIf.kt index 702a680372c..5115e44e239 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/controlFlowIf.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/controlFlowIf.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/controlFlowWhen.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/controlFlowWhen.kt index 45b67973a31..ec24ac975e6 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/controlFlowWhen.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/controlFlowWhen.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/extention.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/extention.kt index 171f3b37736..8607a294add 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/extention.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/extention.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/infixCall.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/infixCall.kt index 89989b58559..0cda79cb7c2 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/infixCall.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/infixCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/infixRecursiveCall.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/infixRecursiveCall.kt index 472676e6bcc..40382115274 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/infixRecursiveCall.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/infixRecursiveCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realIteratorFoldl.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realIteratorFoldl.kt index 12765bde182..cd39a06f90e 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realIteratorFoldl.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realIteratorFoldl.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realStringEscape.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realStringEscape.kt index ffae68a2f66..0920feb5390 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realStringEscape.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realStringEscape.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realStringRepeat.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realStringRepeat.kt index fb925d3e669..1cb1650d6ba 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realStringRepeat.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/realStringRepeat.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/returnInParentheses.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/returnInParentheses.kt index 18c4b74054d..19d7fecdaac 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/returnInParentheses.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/returnInParentheses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/sum.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/sum.kt index dc928e3e802..9b4b35a46a7 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/sum.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/sum.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/tailCallInBlockInParentheses.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/tailCallInBlockInParentheses.kt index 3560e3c1bd2..f73ca3624f9 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/tailCallInBlockInParentheses.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/tailCallInBlockInParentheses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/tailCallInParentheses.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/tailCallInParentheses.kt index 85097623d83..405b21fde31 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/tailCallInParentheses.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/tailCallInParentheses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/whenWithIs.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/whenWithIs.kt index f85a69b51f7..d2b8eb20779 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/whenWithIs.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/tailrec/whenWithIs.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // DONT_RUN_GENERATED_CODE: JS import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/generate.kt b/compiler/testData/codegen/box/coroutines/generate.kt index d2d214bc23d..faa322bccec 100644 --- a/compiler/testData/codegen/box/coroutines/generate.kt +++ b/compiler/testData/codegen/box/coroutines/generate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* // FULL_JDK diff --git a/compiler/testData/codegen/box/coroutines/handleException.kt b/compiler/testData/codegen/box/coroutines/handleException.kt index 4ca3509c215..3faabfbda4c 100644 --- a/compiler/testData/codegen/box/coroutines/handleException.kt +++ b/compiler/testData/codegen/box/coroutines/handleException.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/handleResultCallEmptyBody.kt b/compiler/testData/codegen/box/coroutines/handleResultCallEmptyBody.kt index 7ba6aa92cbf..9886d8914d6 100644 --- a/compiler/testData/codegen/box/coroutines/handleResultCallEmptyBody.kt +++ b/compiler/testData/codegen/box/coroutines/handleResultCallEmptyBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/handleResultNonUnitExpression.kt b/compiler/testData/codegen/box/coroutines/handleResultNonUnitExpression.kt index a4a02524ce0..1c5f831411b 100644 --- a/compiler/testData/codegen/box/coroutines/handleResultNonUnitExpression.kt +++ b/compiler/testData/codegen/box/coroutines/handleResultNonUnitExpression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/handleResultSuspended.kt b/compiler/testData/codegen/box/coroutines/handleResultSuspended.kt index c64caa6282f..45ad843990b 100644 --- a/compiler/testData/codegen/box/coroutines/handleResultSuspended.kt +++ b/compiler/testData/codegen/box/coroutines/handleResultSuspended.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/illegalState.kt b/compiler/testData/codegen/box/coroutines/illegalState.kt index 538a364bf24..19116fdac86 100644 --- a/compiler/testData/codegen/box/coroutines/illegalState.kt +++ b/compiler/testData/codegen/box/coroutines/illegalState.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // TARGET_BACKEND: JVM import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/indirectInlineUsedAsNonInline.kt b/compiler/testData/codegen/box/coroutines/indirectInlineUsedAsNonInline.kt index 6c32b28a927..21e8d7011c3 100644 --- a/compiler/testData/codegen/box/coroutines/indirectInlineUsedAsNonInline.kt +++ b/compiler/testData/codegen/box/coroutines/indirectInlineUsedAsNonInline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxReturnValueOfSuspendFunctionReference.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxReturnValueOfSuspendFunctionReference.kt index e7acf7dc43b..008a96940a0 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxReturnValueOfSuspendFunctionReference.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxReturnValueOfSuspendFunctionReference.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxReturnValueOfSuspendLambda.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxReturnValueOfSuspendLambda.kt index 62c4f8114e8..10909ae0222 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxReturnValueOfSuspendLambda.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxReturnValueOfSuspendLambda.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxTypeParameterOfSuperType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxTypeParameterOfSuperType.kt index d228879c6eb..c4ff1662fd1 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxTypeParameterOfSuperType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxTypeParameterOfSuperType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxTypeParameterOfSuperTypeResult.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxTypeParameterOfSuperTypeResult.kt index fd443409461..adfda04fd14 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxTypeParameterOfSuperTypeResult.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxTypeParameterOfSuperTypeResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine.kt index 2659adf15e7..eb46e922397 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Any.kt index e5c0a5d8b09..8d6bcccae1c 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_InlineAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_InlineAny.kt index e6fd0ddf8f4..1326a41bc73 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_InlineAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_InlineAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_InlineInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_InlineInt.kt index 20f2d04ae14..bee3f601d72 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_InlineInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_InlineInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Int.kt index 46105358627..b8759657e41 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Long.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Long.kt index 91a3120e448..0ea8065d340 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Long.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_Long.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_NAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_NAny.kt index c980c8131b8..33eda4a5c08 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_NAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_NAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_nonLocalReturn.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_nonLocalReturn.kt index c3b1f2626b8..80d7260b85a 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_nonLocalReturn.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_nonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_suspendFunType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_suspendFunType.kt index c5931337d8d..82544e3118e 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_suspendFunType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/boxUnboxInsideCoroutine_suspendFunType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/bridgeGenerationCrossinline.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/bridgeGenerationCrossinline.kt index 63b9611c2c9..a729e2ee7e2 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/bridgeGenerationCrossinline.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/bridgeGenerationCrossinline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/bridgeGenerationNonInline.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/bridgeGenerationNonInline.kt index d5ae231e07a..996952f9185 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/bridgeGenerationNonInline.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/bridgeGenerationNonInline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun.kt index d0293ac6aff..30925250745 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunSameJvmType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunSameJvmType.kt index 9bc0b0e1873..e211d65d7ee 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunSameJvmType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunSameJvmType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass.kt index 88d40b83115..bcda3d7535b 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt index c500335dc17..0b00d214c8c 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt index 4ee8acb3ae4..e769e0c3fa0 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt index aef0110eac3..47f4f0aaa90 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt index cc92fe5f2a6..942e32846e5 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt index e118fcf83a4..64fa87d0fdd 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt index 23a0a04b490..8295d9ae5d2 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt_null.kt index 5992b6f56b5..fa2bb780c49 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun_Any.kt index eacafc0f3ef..f9de21caafe 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun_Int.kt index 7b449e13054..b8f55c9a81b 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/covariantOverrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/createMangling.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/createMangling.kt index 8cea27daae1..4113a85a2c3 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/createMangling.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/createMangling.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/createOverride.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/createOverride.kt index f1c66fd8172..857f8fc9b19 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/createOverride.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/createOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/defaultStub.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/defaultStub.kt index 7b9c861b435..e754a431449 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/defaultStub.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/defaultStub.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* fun builder(c: suspend () -> Unit) { diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun.kt index 9d4dd0d3433..4ebcaec8eab 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Any.kt index e03e0bb69c5..37abe776375 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt index 42708e135d7..1946aa90a1e 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Int.kt index f4223004c42..8bd9485d344 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableAny.kt index e061710e7ac..2fab941c541 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableAny_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableAny_null.kt index 1ab07e0e50e..2a5550e3c73 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableAny_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableAny_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableInt.kt index 516202c799e..8842cb525b1 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableInt_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableInt_null.kt index e06a53bbf58..5ca35fe8e88 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableInt_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun_NullableInt_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/interfaceDelegateWithInlineClass.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/interfaceDelegateWithInlineClass.kt index 449d7a2f72b..aeb6a06860e 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/interfaceDelegateWithInlineClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/interfaceDelegateWithInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/invokeOperator.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/invokeOperator.kt index a46c4de0ff6..1f36783d23e 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/invokeOperator.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/invokeOperator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/multifileBridge.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/multifileBridge.kt index 47a5ed99d4c..0b9f4dc18ee 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/multifileBridge.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/multifileBridge.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: a.kt @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun.kt index b9bca379f0d..eaa8e5d5641 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any.kt index b64ecb7c266..7f490896cf9 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any_itf.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any_itf.kt index 2a4fd0ec6fa..aeb5f738922 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any_itf.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any_itf.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any_this.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any_this.kt index a9038ac2c50..b24f867a47d 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any_this.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Any_this.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Int.kt index 754ed403daf..c702dbfff89 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/overrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/returnResult.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/returnResult.kt index 8239540742f..2f8d4dc079a 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/returnResult.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/returnResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/syntheticAccessor.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/syntheticAccessor.kt index 02f8904b821..650c106d5e8 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/direct/syntheticAccessor.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/direct/syntheticAccessor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/genericParameterResult.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/genericParameterResult.kt index cb7227e8ebc..62841fedfa6 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/genericParameterResult.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/genericParameterResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/kt47129.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/kt47129.kt index 7e0d450fce4..3c5fd9f5c58 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/kt47129.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/kt47129.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* fun runBlocking(c: suspend () -> T): T { diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/nonLocalReturn.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/nonLocalReturn.kt index 0d07533427a..96c410ef5ee 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/nonLocalReturn.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/nonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxReturnValueOfSuspendFunctionReference.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxReturnValueOfSuspendFunctionReference.kt index 95aba9813bf..245c96b2f6a 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxReturnValueOfSuspendFunctionReference.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxReturnValueOfSuspendFunctionReference.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxReturnValueOfSuspendLambda.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxReturnValueOfSuspendLambda.kt index aa15eebcfa6..c53f82c2496 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxReturnValueOfSuspendLambda.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxReturnValueOfSuspendLambda.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxTypeParameterOfSuperType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxTypeParameterOfSuperType.kt index e11e27c72d8..86876a3eec1 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxTypeParameterOfSuperType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxTypeParameterOfSuperType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxTypeParameterOfSuperTypeResult.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxTypeParameterOfSuperTypeResult.kt index c6a5239ee8a..f26b7196f78 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxTypeParameterOfSuperTypeResult.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxTypeParameterOfSuperTypeResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine.kt index 59a2ce42a32..fb098f9a9eb 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Any.kt index 28c57e0e032..ffb3ccd5453 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_InlineAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_InlineAny.kt index d8188a7c391..34957b21c1f 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_InlineAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_InlineAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_InlineInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_InlineInt.kt index 1cb0ed38fe9..ee196313fcb 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_InlineInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_InlineInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Int.kt index 8f63afefff8..fdf2203a5ac 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Long.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Long.kt index 2fa7262a88a..0635e6c86e2 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Long.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_Long.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_NAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_NAny.kt index 4c1d6c7ece4..f6003a59a2f 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_NAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_NAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_nonLocalReturn.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_nonLocalReturn.kt index 56d1de5b032..630c359121a 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_nonLocalReturn.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_nonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_suspendFunType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_suspendFunType.kt index aca1dc83c17..fd6c6fd7213 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_suspendFunType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/boxUnboxInsideCoroutine_suspendFunType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/bridgeGenerationCrossinline.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/bridgeGenerationCrossinline.kt index 933b1e87eb3..ed74c65de21 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/bridgeGenerationCrossinline.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/bridgeGenerationCrossinline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/bridgeGenerationNonInline.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/bridgeGenerationNonInline.kt index f9a9896c970..53064d12fb4 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/bridgeGenerationNonInline.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/bridgeGenerationNonInline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun.kt index ef7070eb019..2e5678dec75 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunSameJvmType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunSameJvmType.kt index 050a82557cb..1db40832507 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunSameJvmType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunSameJvmType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass.kt index bc4732f83b9..4a8397b3094 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt index 2d901489cd4..d012ce4517a 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt index 40c943d344d..23605dfa848 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt index 6d0234e82a6..704af1498ab 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt index 13c55572576..4fbc0ed2d04 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt index 3bbfad436fa..f62d117f3f7 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt index ce8f54f12fb..df5ff4f1208 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt_null.kt index 4078febb265..650eeabb292 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun_Any.kt index 6742e1cff22..68f26cf9a25 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun_Int.kt index b2d5a0e9a47..acd783a08c0 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/covariantOverrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/createMangling.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/createMangling.kt index 6f834f1428d..007d6791674 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/createMangling.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/createMangling.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/createOverride.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/createOverride.kt index b2799b2e350..dd3ada11abc 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/createOverride.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/createOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/defaultStub.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/defaultStub.kt index cc93f3eeddf..22812680406 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/defaultStub.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/defaultStub.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun.kt index 78f883dfdc6..a225da4f166 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Any.kt index efeadb7e82d..d0d338d2ec9 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt index cde16bcd037..cb9b30b93f3 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Int.kt index b02a63cef83..2d7bc948db3 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableAny.kt index b2b3d34c580..6d34b7973ea 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableAny_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableAny_null.kt index 77cbfa96934..b7ffea8a50b 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableAny_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableAny_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableInt.kt index 9159a513e02..8e1dbc1a814 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableInt_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableInt_null.kt index ae692ee750a..74d9b1af7fa 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableInt_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun_NullableInt_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/interfaceDelegateWithInlineClass.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/interfaceDelegateWithInlineClass.kt index 1ff072f8ff0..4f4447c8875 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/interfaceDelegateWithInlineClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/interfaceDelegateWithInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/invokeOperator.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/invokeOperator.kt index 4bc91db863b..7bc1e06f8a3 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/invokeOperator.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/invokeOperator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/multifileBridge.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/multifileBridge.kt index e835e428cbd..234dae14efa 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/multifileBridge.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/multifileBridge.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: a.kt @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun.kt index 3427679fcf4..1bdc87ae628 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any.kt index f43f1dfb54c..3af0d3aad38 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any_itf.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any_itf.kt index 5952f79a20c..af72e235158 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any_itf.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any_itf.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any_this.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any_this.kt index 70f41f9d312..34038275d80 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any_this.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Any_this.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Int.kt index 4372aeb274b..62757b13479 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/returnResult.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/returnResult.kt index a511f505431..6c36ea1f377 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/returnResult.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/returnResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/syntheticAccessor.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/syntheticAccessor.kt index 445db333ad4..87a0dcd6bbe 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resume/syntheticAccessor.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resume/syntheticAccessor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxReturnValueOfSuspendFunctionReference.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxReturnValueOfSuspendFunctionReference.kt index c3428e134be..e1d50017293 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxReturnValueOfSuspendFunctionReference.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxReturnValueOfSuspendFunctionReference.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxReturnValueOfSuspendLambda.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxReturnValueOfSuspendLambda.kt index 83f1d233b08..015c7640a2d 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxReturnValueOfSuspendLambda.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxReturnValueOfSuspendLambda.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxTypeParameterOfSuperType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxTypeParameterOfSuperType.kt index fe2d511235d..20cd226337c 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxTypeParameterOfSuperType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxTypeParameterOfSuperType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxTypeParameterOfSuperTypeResult.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxTypeParameterOfSuperTypeResult.kt index 55e4a3caf2f..5dc172ea683 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxTypeParameterOfSuperTypeResult.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxTypeParameterOfSuperTypeResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine.kt index e02a337fdf7..1262d56f07c 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Any.kt index 119f8179e1e..9a62c159a41 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_InlineAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_InlineAny.kt index 74d2b1949c5..076df4076b9 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_InlineAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_InlineAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_InlineInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_InlineInt.kt index 901a5de8301..c17c3e20fcf 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_InlineInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_InlineInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Int.kt index 4e007d32618..a767745b191 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Long.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Long.kt index 2ccd2676978..4f0335becdc 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Long.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_Long.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_NAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_NAny.kt index e33ab032478..6965bae72de 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_NAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_NAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_nonLocalReturn.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_nonLocalReturn.kt index 1cced7e1d89..78dc2ace2aa 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_nonLocalReturn.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_nonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_suspendFunType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_suspendFunType.kt index 232f9bc8515..0c838f59974 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_suspendFunType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/boxUnboxInsideCoroutine_suspendFunType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/bridgeGenerationCrossinline.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/bridgeGenerationCrossinline.kt index 9795923d827..87ff39efaa0 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/bridgeGenerationCrossinline.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/bridgeGenerationCrossinline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/bridgeGenerationNonInline.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/bridgeGenerationNonInline.kt index 1b69cd83e76..0f67c5bd70b 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/bridgeGenerationNonInline.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/bridgeGenerationNonInline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun.kt index ff3d944de28..ac296df5d55 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunSameJvmType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunSameJvmType.kt index 93b6dbcc292..9dd29e1ee4b 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunSameJvmType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunSameJvmType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass.kt index 6b05bfa75bc..08fc061e774 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt index 48f400d924b..0005ebb177d 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClassSameJvmType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt index d29c5e08cd4..a1a7acd2647 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt index 1f6581bdb18..e5ea4bfbf29 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt index 3b08fb98402..8388b69c7cb 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt index cfdb25fc3c2..1331bc6f3c3 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableAny_null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt index 50dbed298d1..afcc4d78bc1 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFunWithNullableInlineClass_NullableInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun_Any.kt index 0f46a5e14a1..3442cd84be8 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun_Int.kt index 0871f4a6a97..1e3aac0ed7c 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/covariantOverrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/createMangling.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/createMangling.kt index c0bffeb261a..78d3b995f29 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/createMangling.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/createMangling.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/createOverride.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/createOverride.kt index cb7db00ab99..dee08c0f042 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/createOverride.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/createOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun.kt index 203f8d4e8f8..5831a7730b6 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Any.kt index bbfb019f505..6f078176651 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt index 9373000bef2..c00dea3926b 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Any_NullableInlineClassUpperBound.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Int.kt index 64df0ac7d5e..f2ab532b1d7 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_NullableAny.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_NullableAny.kt index 9a61da00b08..2df961434c3 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_NullableAny.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_NullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_NullableInt.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_NullableInt.kt index 597a005314f..20bac89c6d4 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_NullableInt.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/genericOverrideSuspendFun_NullableInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/interfaceDelegateWithInlineClass.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/interfaceDelegateWithInlineClass.kt index e4fc462d868..a84acc34794 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/interfaceDelegateWithInlineClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/interfaceDelegateWithInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/invokeOperator.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/invokeOperator.kt index 85c933eacb1..3b4ce31cfa3 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/invokeOperator.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/invokeOperator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun.kt index 380e3a6e673..ad7acffb16f 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any.kt index edc97528e63..feff16a4e13 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any_itf.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any_itf.kt index 4433bdb6788..5ec71ab1018 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any_itf.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any_itf.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any_this.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any_this.kt index f6b9f19243a..59c3f914248 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any_this.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Any_this.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Int.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Int.kt index b828c0115c4..dc8345e8271 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Int.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/overrideSuspendFun_Int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/returnResult.kt b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/returnResult.kt index ce9f325ff7d..c58d2e1b2ab 100644 --- a/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/returnResult.kt +++ b/compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException/returnResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineFunInGenericClass.kt b/compiler/testData/codegen/box/coroutines/inlineFunInGenericClass.kt index 47c7cc2bda5..47684a89070 100644 --- a/compiler/testData/codegen/box/coroutines/inlineFunInGenericClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineFunInGenericClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClass.kt b/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClass.kt index dfe4e6fb462..deae9615a72 100644 --- a/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_LIGHT_ANALYSIS // !INHERIT_MULTIFILE_PARTS diff --git a/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt b/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt index 209047ba11a..1ae12075fbe 100644 --- a/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt +++ b/compiler/testData/codegen/box/coroutines/inlineFunctionInMultifileClassUnoptimized.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/coroutines/inlineGenericFunCalledFromSubclass.kt b/compiler/testData/codegen/box/coroutines/inlineGenericFunCalledFromSubclass.kt index bfbf7d3055d..dfb53d91ee7 100644 --- a/compiler/testData/codegen/box/coroutines/inlineGenericFunCalledFromSubclass.kt +++ b/compiler/testData/codegen/box/coroutines/inlineGenericFunCalledFromSubclass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // WITH_REFLECT import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/inlineSuspendFunction.kt b/compiler/testData/codegen/box/coroutines/inlineSuspendFunction.kt index a3be99db7be..027c02bf844 100644 --- a/compiler/testData/codegen/box/coroutines/inlineSuspendFunction.kt +++ b/compiler/testData/codegen/box/coroutines/inlineSuspendFunction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // WITH_REFLECT // CHECK_NOT_CALLED: suspendInline_61zpoe$ diff --git a/compiler/testData/codegen/box/coroutines/inlineSuspendLambdaNonLocalReturn.kt b/compiler/testData/codegen/box/coroutines/inlineSuspendLambdaNonLocalReturn.kt index 36311f7b6d4..ba3cd0cb806 100644 --- a/compiler/testData/codegen/box/coroutines/inlineSuspendLambdaNonLocalReturn.kt +++ b/compiler/testData/codegen/box/coroutines/inlineSuspendLambdaNonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/inlinedTryCatchFinally.kt b/compiler/testData/codegen/box/coroutines/inlinedTryCatchFinally.kt index 0d8de0c2988..2a12f4b50f8 100644 --- a/compiler/testData/codegen/box/coroutines/inlinedTryCatchFinally.kt +++ b/compiler/testData/codegen/box/coroutines/inlinedTryCatchFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/innerSuspensionCalls.kt b/compiler/testData/codegen/box/coroutines/innerSuspensionCalls.kt index 2cfdcb2ecbb..d4ab1401849 100644 --- a/compiler/testData/codegen/box/coroutines/innerSuspensionCalls.kt +++ b/compiler/testData/codegen/box/coroutines/innerSuspensionCalls.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/instanceOfContinuation.kt b/compiler/testData/codegen/box/coroutines/instanceOfContinuation.kt index 28c33ee5317..953c488bf33 100644 --- a/compiler/testData/codegen/box/coroutines/instanceOfContinuation.kt +++ b/compiler/testData/codegen/box/coroutines/instanceOfContinuation.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* // WITH_REFLECT diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/complicatedMerge.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/complicatedMerge.kt index f6b76381e2f..54f5331c0be 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/complicatedMerge.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/complicatedMerge.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/i2bResult.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/i2bResult.kt index 87b7e1c24cf..05fd47fb4a7 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/i2bResult.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/i2bResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/listThrowablePairInOneSlot.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/listThrowablePairInOneSlot.kt index ce63cc6f0d7..752680a8ae8 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/listThrowablePairInOneSlot.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/listThrowablePairInOneSlot.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FULL_RUNTIME diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt index 5496b783177..1c5d04c232d 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/loadFromByteArray.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/loadFromByteArray.kt index e067af09cc7..c0c0dde681c 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/loadFromByteArray.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/loadFromByteArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/noVariableInTable.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/noVariableInTable.kt index 8c36dadb6a9..33a9323ec24 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/noVariableInTable.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/noVariableInTable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt index eda3ca071a9..03cea7b8477 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/unusedCatchVar.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/unusedCatchVar.kt index 5a432eb694c..5d2795200a6 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/unusedCatchVar.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/unusedCatchVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FULL_RUNTIME diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInArrayStore.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInArrayStore.kt index 840d76645e1..9b3745ca880 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInArrayStore.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInArrayStore.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInMethodCall.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInMethodCall.kt index 3bc6f947c5c..5be49522c88 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInMethodCall.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInMethodCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInPutfield.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInPutfield.kt index 9e34f402d75..52e8b1a0f98 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInPutfield.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInPutfield.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInVarStore.kt b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInVarStore.kt index e4c2a041596..f0248b6ab13 100644 --- a/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInVarStore.kt +++ b/compiler/testData/codegen/box/coroutines/intLikeVarSpilling/usedInVarStore.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContext.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContext.kt index 71d63b62f18..e53d1af4b45 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContext.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContext.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContextReceiver.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContextReceiver.kt index d6ed978e6f7..074cf0b5b8a 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContextReceiver.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContextReceiver.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContextReceiverNotIntrinsic.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContextReceiverNotIntrinsic.kt index 25b9fbf508e..65fd9f3c783 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContextReceiverNotIntrinsic.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/coroutineContextReceiverNotIntrinsic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/intercepted.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/intercepted.kt index be100bbcacc..7a0b806bfee 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/intercepted.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/intercepted.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/resultExceptionOrNullInLambda.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/resultExceptionOrNullInLambda.kt index c39a5850475..019f1aa0e93 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/resultExceptionOrNullInLambda.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/resultExceptionOrNullInLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.intrinsics.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutine.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutine.kt index df94880cc59..155b3083ae4 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutine.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutine.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturn.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturn.kt index d982f890690..36487e463e3 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturn.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturnInterception.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturnInterception.kt index 0bba8305606..f69e714faac 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturnInterception.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturnInterception.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/suspendCoroutineUninterceptedOrReturn.kt b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/suspendCoroutineUninterceptedOrReturn.kt index c93096b090e..d5d3d10de04 100644 --- a/compiler/testData/codegen/box/coroutines/intrinsicSemantics/suspendCoroutineUninterceptedOrReturn.kt +++ b/compiler/testData/codegen/box/coroutines/intrinsicSemantics/suspendCoroutineUninterceptedOrReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/iterateOverArray.kt b/compiler/testData/codegen/box/coroutines/iterateOverArray.kt index 7bf8486af83..9edceb70fd0 100644 --- a/compiler/testData/codegen/box/coroutines/iterateOverArray.kt +++ b/compiler/testData/codegen/box/coroutines/iterateOverArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/javaInterop/objectWithSeveralSuspends.kt b/compiler/testData/codegen/box/coroutines/javaInterop/objectWithSeveralSuspends.kt index 99b657e016c..acbdf6e38ee 100644 --- a/compiler/testData/codegen/box/coroutines/javaInterop/objectWithSeveralSuspends.kt +++ b/compiler/testData/codegen/box/coroutines/javaInterop/objectWithSeveralSuspends.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/box/coroutines/javaInterop/returnLambda.kt b/compiler/testData/codegen/box/coroutines/javaInterop/returnLambda.kt index a99a90b02b5..fb48be36555 100644 --- a/compiler/testData/codegen/box/coroutines/javaInterop/returnLambda.kt +++ b/compiler/testData/codegen/box/coroutines/javaInterop/returnLambda.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/box/coroutines/javaInterop/returnObject.kt b/compiler/testData/codegen/box/coroutines/javaInterop/returnObject.kt index 6cc18e8049c..fc0a7308e03 100644 --- a/compiler/testData/codegen/box/coroutines/javaInterop/returnObject.kt +++ b/compiler/testData/codegen/box/coroutines/javaInterop/returnObject.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/box/coroutines/javaInterop/severalCaptures.kt b/compiler/testData/codegen/box/coroutines/javaInterop/severalCaptures.kt index dcfc53a3695..ac123eae2ca 100644 --- a/compiler/testData/codegen/box/coroutines/javaInterop/severalCaptures.kt +++ b/compiler/testData/codegen/box/coroutines/javaInterop/severalCaptures.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/box/coroutines/javaInterop/suspendInlineWithCrossinline.kt b/compiler/testData/codegen/box/coroutines/javaInterop/suspendInlineWithCrossinline.kt index c7f6918f3bc..94aa9bc76e3 100644 --- a/compiler/testData/codegen/box/coroutines/javaInterop/suspendInlineWithCrossinline.kt +++ b/compiler/testData/codegen/box/coroutines/javaInterop/suspendInlineWithCrossinline.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt b/compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt index 1889b8a0319..5f6e0a9e208 100644 --- a/compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt +++ b/compiler/testData/codegen/box/coroutines/jvmStaticAndJvmInline.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt12958.kt b/compiler/testData/codegen/box/coroutines/kt12958.kt index 6bc7710dcfb..4b3157145c6 100644 --- a/compiler/testData/codegen/box/coroutines/kt12958.kt +++ b/compiler/testData/codegen/box/coroutines/kt12958.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* // WITH_CONTINUATION diff --git a/compiler/testData/codegen/box/coroutines/kt15016.kt b/compiler/testData/codegen/box/coroutines/kt15016.kt index cd078cce761..98435c34dfa 100644 --- a/compiler/testData/codegen/box/coroutines/kt15016.kt +++ b/compiler/testData/codegen/box/coroutines/kt15016.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/kt15017.kt b/compiler/testData/codegen/box/coroutines/kt15017.kt index c65464dd893..3b6e27791ee 100644 --- a/compiler/testData/codegen/box/coroutines/kt15017.kt +++ b/compiler/testData/codegen/box/coroutines/kt15017.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.startCoroutine diff --git a/compiler/testData/codegen/box/coroutines/kt15930.kt b/compiler/testData/codegen/box/coroutines/kt15930.kt index 042cf0761d8..d27b8f3d82e 100644 --- a/compiler/testData/codegen/box/coroutines/kt15930.kt +++ b/compiler/testData/codegen/box/coroutines/kt15930.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/kt21080.kt b/compiler/testData/codegen/box/coroutines/kt21080.kt index 55fc09a9cab..26da3e14b3e 100644 --- a/compiler/testData/codegen/box/coroutines/kt21080.kt +++ b/compiler/testData/codegen/box/coroutines/kt21080.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR diff --git a/compiler/testData/codegen/box/coroutines/kt21605.kt b/compiler/testData/codegen/box/coroutines/kt21605.kt index 6e7536ab520..db5ca3a867c 100644 --- a/compiler/testData/codegen/box/coroutines/kt21605.kt +++ b/compiler/testData/codegen/box/coroutines/kt21605.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt24135.kt b/compiler/testData/codegen/box/coroutines/kt24135.kt index 64e035eaece..2f9aa471731 100644 --- a/compiler/testData/codegen/box/coroutines/kt24135.kt +++ b/compiler/testData/codegen/box/coroutines/kt24135.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.EmptyContinuation diff --git a/compiler/testData/codegen/box/coroutines/kt25912.kt b/compiler/testData/codegen/box/coroutines/kt25912.kt index b43c9e0b085..ca4aca6113a 100644 --- a/compiler/testData/codegen/box/coroutines/kt25912.kt +++ b/compiler/testData/codegen/box/coroutines/kt25912.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: NATIVE diff --git a/compiler/testData/codegen/box/coroutines/kt28844.kt b/compiler/testData/codegen/box/coroutines/kt28844.kt index c83f1a0577e..f45b3905cf3 100644 --- a/compiler/testData/codegen/box/coroutines/kt28844.kt +++ b/compiler/testData/codegen/box/coroutines/kt28844.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: NATIVE diff --git a/compiler/testData/codegen/box/coroutines/kt30858.kt b/compiler/testData/codegen/box/coroutines/kt30858.kt index eb8a63c45e8..663813cbd26 100644 --- a/compiler/testData/codegen/box/coroutines/kt30858.kt +++ b/compiler/testData/codegen/box/coroutines/kt30858.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES class MyReceiveChannel diff --git a/compiler/testData/codegen/box/coroutines/kt31784.kt b/compiler/testData/codegen/box/coroutines/kt31784.kt index 3b52e4b2308..99d6052ba96 100644 --- a/compiler/testData/codegen/box/coroutines/kt31784.kt +++ b/compiler/testData/codegen/box/coroutines/kt31784.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:OptIn(ExperimentalTypeInference::class) diff --git a/compiler/testData/codegen/box/coroutines/kt35967.kt b/compiler/testData/codegen/box/coroutines/kt35967.kt index b55cd743813..7e715de8d42 100644 --- a/compiler/testData/codegen/box/coroutines/kt35967.kt +++ b/compiler/testData/codegen/box/coroutines/kt35967.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // ISSUE: KT-35967 diff --git a/compiler/testData/codegen/box/coroutines/kt38099.kt b/compiler/testData/codegen/box/coroutines/kt38099.kt index e0af53b6f6e..bbc848e3a8d 100644 --- a/compiler/testData/codegen/box/coroutines/kt38099.kt +++ b/compiler/testData/codegen/box/coroutines/kt38099.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt42028.kt b/compiler/testData/codegen/box/coroutines/kt42028.kt index 7e0280bd241..ae181f3a792 100644 --- a/compiler/testData/codegen/box/coroutines/kt42028.kt +++ b/compiler/testData/codegen/box/coroutines/kt42028.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt42554.kt b/compiler/testData/codegen/box/coroutines/kt42554.kt index 24b0dbf609c..d59a6f96f81 100644 --- a/compiler/testData/codegen/box/coroutines/kt42554.kt +++ b/compiler/testData/codegen/box/coroutines/kt42554.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt44221.kt b/compiler/testData/codegen/box/coroutines/kt44221.kt index 9f4324536ce..ed462c7417a 100644 --- a/compiler/testData/codegen/box/coroutines/kt44221.kt +++ b/compiler/testData/codegen/box/coroutines/kt44221.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt44710.kt b/compiler/testData/codegen/box/coroutines/kt44710.kt index 7875143173b..36b883efac4 100644 --- a/compiler/testData/codegen/box/coroutines/kt44710.kt +++ b/compiler/testData/codegen/box/coroutines/kt44710.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt44781.kt b/compiler/testData/codegen/box/coroutines/kt44781.kt index dfde2f25d32..e58091f5c16 100644 --- a/compiler/testData/codegen/box/coroutines/kt44781.kt +++ b/compiler/testData/codegen/box/coroutines/kt44781.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt45377.kt b/compiler/testData/codegen/box/coroutines/kt45377.kt index c759b9cd381..00c84d03dd6 100644 --- a/compiler/testData/codegen/box/coroutines/kt45377.kt +++ b/compiler/testData/codegen/box/coroutines/kt45377.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt45377.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/kt46813.kt b/compiler/testData/codegen/box/coroutines/kt46813.kt index 256e114bbfc..d53a6665bca 100644 --- a/compiler/testData/codegen/box/coroutines/kt46813.kt +++ b/compiler/testData/codegen/box/coroutines/kt46813.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* fun T.map(transform: suspend (T) -> R): suspend () -> R = diff --git a/compiler/testData/codegen/box/coroutines/kt49168.kt b/compiler/testData/codegen/box/coroutines/kt49168.kt index 9d85ceba0e9..c9ea854c6cd 100644 --- a/compiler/testData/codegen/box/coroutines/kt49168.kt +++ b/compiler/testData/codegen/box/coroutines/kt49168.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS diff --git a/compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt b/compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt index 098e0bdac00..38825038070 100644 --- a/compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt +++ b/compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/lastStatementInc.kt b/compiler/testData/codegen/box/coroutines/lastStatementInc.kt index de3479956c1..e18ab0a68be 100644 --- a/compiler/testData/codegen/box/coroutines/lastStatementInc.kt +++ b/compiler/testData/codegen/box/coroutines/lastStatementInc.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/lastStementAssignment.kt b/compiler/testData/codegen/box/coroutines/lastStementAssignment.kt index 728a0648229..5695397fb33 100644 --- a/compiler/testData/codegen/box/coroutines/lastStementAssignment.kt +++ b/compiler/testData/codegen/box/coroutines/lastStementAssignment.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/lastUnitExpression.kt b/compiler/testData/codegen/box/coroutines/lastUnitExpression.kt index 615bdb45d39..cd913c79e94 100644 --- a/compiler/testData/codegen/box/coroutines/lastUnitExpression.kt +++ b/compiler/testData/codegen/box/coroutines/lastUnitExpression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localCallableRef.kt b/compiler/testData/codegen/box/coroutines/localCallableRef.kt index dabab399a53..f355f7b0da0 100644 --- a/compiler/testData/codegen/box/coroutines/localCallableRef.kt +++ b/compiler/testData/codegen/box/coroutines/localCallableRef.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/localDelegate.kt b/compiler/testData/codegen/box/coroutines/localDelegate.kt index f02290e1f4c..8f16c6472c2 100644 --- a/compiler/testData/codegen/box/coroutines/localDelegate.kt +++ b/compiler/testData/codegen/box/coroutines/localDelegate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/anonymous/simple.kt b/compiler/testData/codegen/box/coroutines/localFunctions/anonymous/simple.kt index 5982e1c92c0..631f8987bf9 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/anonymous/simple.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/anonymous/simple.kt @@ -4,7 +4,7 @@ // IGNORE_BACKEND: JVM, JS, NATIVE // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: IGNORED_IN_JS -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/callTopLevelFromLocal.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/callTopLevelFromLocal.kt index e8c3432d6d8..a6a3371fbf4 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/callTopLevelFromLocal.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/callTopLevelFromLocal.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // KT-30041 diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/capturedParameters.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/capturedParameters.kt index a518e94d06c..5d585ec200c 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/capturedParameters.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/capturedParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/capturedVariables.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/capturedVariables.kt index 3c0e88eeebc..eafe95c7a2a 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/capturedVariables.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/capturedVariables.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/defaultArgument.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/defaultArgument.kt index 5bde6ddf260..23c0ed094ed 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/defaultArgument.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/defaultArgument.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // KT-27449 diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/extension.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/extension.kt index 92b22244acf..0906882abd4 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/extension.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/extension.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/infix.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/infix.kt index c28fd71dfaf..bf1439cf2af 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/infix.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/infix.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/insideLambda.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/insideLambda.kt index 05b8d9ab210..c40ef9279d5 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/insideLambda.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/insideLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/nestedLocals.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/nestedLocals.kt index 62691c8354a..ebd6d7a7025 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/nestedLocals.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/nestedLocals.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/rec.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/rec.kt index 1c473f2c60b..13c2535fb0d 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/rec.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/rec.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/simple.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/simple.kt index 8e884a71422..aa94230ba0a 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/simple.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/simpleSuspensionPoint.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/simpleSuspensionPoint.kt index 973588191eb..d714c11cf0f 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/simpleSuspensionPoint.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/simpleSuspensionPoint.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/stateMachine.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/stateMachine.kt index a857c18fc9f..9824d9218ee 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/stateMachine.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/stateMachine.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/localFunctions/named/withArguments.kt b/compiler/testData/codegen/box/coroutines/localFunctions/named/withArguments.kt index 691492a1585..7089b0a6375 100644 --- a/compiler/testData/codegen/box/coroutines/localFunctions/named/withArguments.kt +++ b/compiler/testData/codegen/box/coroutines/localFunctions/named/withArguments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/longRangeInSuspendCall.kt b/compiler/testData/codegen/box/coroutines/longRangeInSuspendCall.kt index c0641638b62..75043df030f 100644 --- a/compiler/testData/codegen/box/coroutines/longRangeInSuspendCall.kt +++ b/compiler/testData/codegen/box/coroutines/longRangeInSuspendCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/longRangeInSuspendFun.kt b/compiler/testData/codegen/box/coroutines/longRangeInSuspendFun.kt index 5d3fbef2bdb..986982af696 100644 --- a/compiler/testData/codegen/box/coroutines/longRangeInSuspendFun.kt +++ b/compiler/testData/codegen/box/coroutines/longRangeInSuspendFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/mergeNullAndString.kt b/compiler/testData/codegen/box/coroutines/mergeNullAndString.kt index cfdf55891d2..658f84a1cb8 100644 --- a/compiler/testData/codegen/box/coroutines/mergeNullAndString.kt +++ b/compiler/testData/codegen/box/coroutines/mergeNullAndString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/multiModule/inlineCrossModule.kt b/compiler/testData/codegen/box/coroutines/multiModule/inlineCrossModule.kt index df7775d29c0..6a5a314ddc6 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/inlineCrossModule.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/inlineCrossModule.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: NATIVE // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib(support) // FILE: lib.kt @@ -18,7 +18,7 @@ suspend fun notInlined( // MODULE: main(lib, support) // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/multiModule/inlineFunctionWithOptionalParam.kt b/compiler/testData/codegen/box/coroutines/multiModule/inlineFunctionWithOptionalParam.kt index 25c060efb0a..cabc8239508 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/inlineFunctionWithOptionalParam.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/inlineFunctionWithOptionalParam.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt inline fun foo(x: String = "OK"): String { @@ -7,7 +7,7 @@ inline fun foo(x: String = "OK"): String { } // MODULE: main(lib, support) -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: main.kt import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModule.kt b/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModule.kt index 285dae7d44e..86e167bb175 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModule.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModule.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib(support) // FILE: lib.kt diff --git a/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleOverride.kt b/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleOverride.kt index 8d689cd45e5..fb6cb71f26f 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleOverride.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleOverride.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib(support) // FILE: lib.kt diff --git a/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleWithController.kt b/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleWithController.kt index 736540d70a3..7cb32d70389 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleWithController.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleWithController.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib(support) // FILE: lib.kt diff --git a/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleWithInnerInlining.kt b/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleWithInnerInlining.kt index 99501074f46..a5b01d7da29 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleWithInnerInlining.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/inlineMultiModuleWithInnerInlining.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: NATIVE // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib(support) // FILE: lib.kt diff --git a/compiler/testData/codegen/box/coroutines/multiModule/inlineTailCall.kt b/compiler/testData/codegen/box/coroutines/multiModule/inlineTailCall.kt index a66518f6dff..335e2d9015e 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/inlineTailCall.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/inlineTailCall.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // MODULE: lib // FILE: lib.kt diff --git a/compiler/testData/codegen/box/coroutines/multiModule/inlineWithJava.kt b/compiler/testData/codegen/box/coroutines/multiModule/inlineWithJava.kt index 733f95a6f2d..9d99cb0be3d 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/inlineWithJava.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/inlineWithJava.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt interface I {} diff --git a/compiler/testData/codegen/box/coroutines/multiModule/simple.kt b/compiler/testData/codegen/box/coroutines/multiModule/simple.kt index 0a2c2596937..8ea2b23e518 100644 --- a/compiler/testData/codegen/box/coroutines/multiModule/simple.kt +++ b/compiler/testData/codegen/box/coroutines/multiModule/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // MODULE: controller(support) // FILE: controller.kt diff --git a/compiler/testData/codegen/box/coroutines/multipleInvokeCalls.kt b/compiler/testData/codegen/box/coroutines/multipleInvokeCalls.kt index 2e7856f3de9..e035e1e4463 100644 --- a/compiler/testData/codegen/box/coroutines/multipleInvokeCalls.kt +++ b/compiler/testData/codegen/box/coroutines/multipleInvokeCalls.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda1.kt b/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda1.kt index 6a01e0bf54e..e51550c7436 100644 --- a/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda1.kt +++ b/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda2.kt b/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda2.kt index 996f7354952..414653539b8 100644 --- a/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda2.kt +++ b/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda3.kt b/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda3.kt index 663999ab4cf..1cd923b36d9 100644 --- a/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda3.kt +++ b/compiler/testData/codegen/box/coroutines/multipleInvokeCallsInsideInlineLambda3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/nestedTryCatch.kt b/compiler/testData/codegen/box/coroutines/nestedTryCatch.kt index 61f725894ef..e6d27594639 100644 --- a/compiler/testData/codegen/box/coroutines/nestedTryCatch.kt +++ b/compiler/testData/codegen/box/coroutines/nestedTryCatch.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/noSuspensionPoints.kt b/compiler/testData/codegen/box/coroutines/noSuspensionPoints.kt index 34d8eff0711..7e973d10967 100644 --- a/compiler/testData/codegen/box/coroutines/noSuspensionPoints.kt +++ b/compiler/testData/codegen/box/coroutines/noSuspensionPoints.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/nonLocalReturn.kt b/compiler/testData/codegen/box/coroutines/nonLocalReturn.kt index 2446f6088e3..752db8e2781 100644 --- a/compiler/testData/codegen/box/coroutines/nonLocalReturn.kt +++ b/compiler/testData/codegen/box/coroutines/nonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* suspend fun coroutineScope(c: suspend () -> Unit) { diff --git a/compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambda.kt b/compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambda.kt index f1189aa83fb..2f41c03601d 100644 --- a/compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambda.kt +++ b/compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambdaDeep.kt b/compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambdaDeep.kt index 45721e9f8ff..27521e14aa5 100644 --- a/compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambdaDeep.kt +++ b/compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambdaDeep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/nullableSuspendFunctionType.kt b/compiler/testData/codegen/box/coroutines/nullableSuspendFunctionType.kt index 6e0b945c00d..b6c0b7b6287 100644 --- a/compiler/testData/codegen/box/coroutines/nullableSuspendFunctionType.kt +++ b/compiler/testData/codegen/box/coroutines/nullableSuspendFunctionType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/overrideDefaultArgument.kt b/compiler/testData/codegen/box/coroutines/overrideDefaultArgument.kt index 780d61ebadd..82433a14245 100644 --- a/compiler/testData/codegen/box/coroutines/overrideDefaultArgument.kt +++ b/compiler/testData/codegen/box/coroutines/overrideDefaultArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/recursiveSuspend.kt b/compiler/testData/codegen/box/coroutines/recursiveSuspend.kt index b7cc79806bc..7307bc07a97 100644 --- a/compiler/testData/codegen/box/coroutines/recursiveSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/recursiveSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/redundantLocalsElimination/ktor_receivedMessage.kt b/compiler/testData/codegen/box/coroutines/redundantLocalsElimination/ktor_receivedMessage.kt index 1147560c4ad..f137b60ad11 100644 --- a/compiler/testData/codegen/box/coroutines/redundantLocalsElimination/ktor_receivedMessage.kt +++ b/compiler/testData/codegen/box/coroutines/redundantLocalsElimination/ktor_receivedMessage.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/restrictedSuspendLambda.kt b/compiler/testData/codegen/box/coroutines/restrictedSuspendLambda.kt index 41c6d210314..f4a58eed97a 100644 --- a/compiler/testData/codegen/box/coroutines/restrictedSuspendLambda.kt +++ b/compiler/testData/codegen/box/coroutines/restrictedSuspendLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/returnByLabel.kt b/compiler/testData/codegen/box/coroutines/returnByLabel.kt index 25440dfc6d9..f377fa7823b 100644 --- a/compiler/testData/codegen/box/coroutines/returnByLabel.kt +++ b/compiler/testData/codegen/box/coroutines/returnByLabel.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/simple.kt b/compiler/testData/codegen/box/coroutines/simple.kt index 62903aba8b8..7b2f07887c7 100644 --- a/compiler/testData/codegen/box/coroutines/simple.kt +++ b/compiler/testData/codegen/box/coroutines/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/simpleException.kt b/compiler/testData/codegen/box/coroutines/simpleException.kt index 21297ff1b46..680152a39d3 100644 --- a/compiler/testData/codegen/box/coroutines/simpleException.kt +++ b/compiler/testData/codegen/box/coroutines/simpleException.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/simpleSuspendCallableReference.kt b/compiler/testData/codegen/box/coroutines/simpleSuspendCallableReference.kt index b51a477ad2d..60b6ae846cd 100644 --- a/compiler/testData/codegen/box/coroutines/simpleSuspendCallableReference.kt +++ b/compiler/testData/codegen/box/coroutines/simpleSuspendCallableReference.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +ReleaseCoroutines // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/simpleWithDefaultValue.kt b/compiler/testData/codegen/box/coroutines/simpleWithDefaultValue.kt index 5495c67fadf..b2bcbb60894 100644 --- a/compiler/testData/codegen/box/coroutines/simpleWithDefaultValue.kt +++ b/compiler/testData/codegen/box/coroutines/simpleWithDefaultValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/simpleWithHandleResult.kt b/compiler/testData/codegen/box/coroutines/simpleWithHandleResult.kt index 892e0320273..449cd0aaf6c 100644 --- a/compiler/testData/codegen/box/coroutines/simpleWithHandleResult.kt +++ b/compiler/testData/codegen/box/coroutines/simpleWithHandleResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/stackUnwinding/exception.kt b/compiler/testData/codegen/box/coroutines/stackUnwinding/exception.kt index 06573c23347..d06bec83dc3 100644 --- a/compiler/testData/codegen/box/coroutines/stackUnwinding/exception.kt +++ b/compiler/testData/codegen/box/coroutines/stackUnwinding/exception.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/stackUnwinding/inlineSuspendFunction.kt b/compiler/testData/codegen/box/coroutines/stackUnwinding/inlineSuspendFunction.kt index a83b52f2a2f..3d25bf5c383 100644 --- a/compiler/testData/codegen/box/coroutines/stackUnwinding/inlineSuspendFunction.kt +++ b/compiler/testData/codegen/box/coroutines/stackUnwinding/inlineSuspendFunction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* // WITH_REFLECT diff --git a/compiler/testData/codegen/box/coroutines/stackUnwinding/rethrowInFinally.kt b/compiler/testData/codegen/box/coroutines/stackUnwinding/rethrowInFinally.kt index 1ab732d22f2..34e081118a2 100644 --- a/compiler/testData/codegen/box/coroutines/stackUnwinding/rethrowInFinally.kt +++ b/compiler/testData/codegen/box/coroutines/stackUnwinding/rethrowInFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/stackUnwinding/rethrowInFinallyWithSuspension.kt b/compiler/testData/codegen/box/coroutines/stackUnwinding/rethrowInFinallyWithSuspension.kt index 74fc2624e00..247e240a3f9 100644 --- a/compiler/testData/codegen/box/coroutines/stackUnwinding/rethrowInFinallyWithSuspension.kt +++ b/compiler/testData/codegen/box/coroutines/stackUnwinding/rethrowInFinallyWithSuspension.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/stackUnwinding/simple.kt b/compiler/testData/codegen/box/coroutines/stackUnwinding/simple.kt index 20f13292af4..65361ca0cdd 100644 --- a/compiler/testData/codegen/box/coroutines/stackUnwinding/simple.kt +++ b/compiler/testData/codegen/box/coroutines/stackUnwinding/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/stackUnwinding/suspendInCycle.kt b/compiler/testData/codegen/box/coroutines/stackUnwinding/suspendInCycle.kt index f33921ca516..6caaba9430f 100644 --- a/compiler/testData/codegen/box/coroutines/stackUnwinding/suspendInCycle.kt +++ b/compiler/testData/codegen/box/coroutines/stackUnwinding/suspendInCycle.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/statementLikeLastExpression.kt b/compiler/testData/codegen/box/coroutines/statementLikeLastExpression.kt index 5b861804f88..b772022c5d6 100644 --- a/compiler/testData/codegen/box/coroutines/statementLikeLastExpression.kt +++ b/compiler/testData/codegen/box/coroutines/statementLikeLastExpression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/stopAfter.kt b/compiler/testData/codegen/box/coroutines/stopAfter.kt index b5e10cca616..27523401f71 100644 --- a/compiler/testData/codegen/box/coroutines/stopAfter.kt +++ b/compiler/testData/codegen/box/coroutines/stopAfter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /** * _Example_ diff --git a/compiler/testData/codegen/box/coroutines/suspendCallsInArguments.kt b/compiler/testData/codegen/box/coroutines/suspendCallsInArguments.kt index 12625c6b078..cd6610da354 100644 --- a/compiler/testData/codegen/box/coroutines/suspendCallsInArguments.kt +++ b/compiler/testData/codegen/box/coroutines/suspendCallsInArguments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendConversion/intersectionTypeToSubtypeConversion.kt b/compiler/testData/codegen/box/coroutines/suspendConversion/intersectionTypeToSubtypeConversion.kt index cd83ea5fc95..2e61031ac67 100644 --- a/compiler/testData/codegen/box/coroutines/suspendConversion/intersectionTypeToSubtypeConversion.kt +++ b/compiler/testData/codegen/box/coroutines/suspendConversion/intersectionTypeToSubtypeConversion.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM, NATIVE, JS, JS_IR // IGNORE_BACKEND: JS_IR_ES6 diff --git a/compiler/testData/codegen/box/coroutines/suspendConversion/onArgument.kt b/compiler/testData/codegen/box/coroutines/suspendConversion/onArgument.kt index ae5fc50b991..4cf2faa2a09 100644 --- a/compiler/testData/codegen/box/coroutines/suspendConversion/onArgument.kt +++ b/compiler/testData/codegen/box/coroutines/suspendConversion/onArgument.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM, NATIVE // IGNORE_LIGHT_ANALYSIS diff --git a/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument.kt b/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument.kt index e8cb5ec713c..f7b2a684865 100644 --- a/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument.kt +++ b/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM, NATIVE // IGNORE_LIGHT_ANALYSIS diff --git a/compiler/testData/codegen/box/coroutines/suspendConversion/subtypeOfFunctionalTypeToSuspendConversion.kt b/compiler/testData/codegen/box/coroutines/suspendConversion/subtypeOfFunctionalTypeToSuspendConversion.kt index c4338ee8685..af1c49d42ec 100644 --- a/compiler/testData/codegen/box/coroutines/suspendConversion/subtypeOfFunctionalTypeToSuspendConversion.kt +++ b/compiler/testData/codegen/box/coroutines/suspendConversion/subtypeOfFunctionalTypeToSuspendConversion.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +SuspendConversion -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM, NATIVE, JS, JS_IR // IGNORE_BACKEND: JS_IR_ES6 diff --git a/compiler/testData/codegen/box/coroutines/suspendCoroutineFromStateMachine.kt b/compiler/testData/codegen/box/coroutines/suspendCoroutineFromStateMachine.kt index 7598aa584eb..4b5b89a6109 100644 --- a/compiler/testData/codegen/box/coroutines/suspendCoroutineFromStateMachine.kt +++ b/compiler/testData/codegen/box/coroutines/suspendCoroutineFromStateMachine.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendCovariantJavaOverrides.kt b/compiler/testData/codegen/box/coroutines/suspendCovariantJavaOverrides.kt index 6087625779e..bef6bbce2fc 100644 --- a/compiler/testData/codegen/box/coroutines/suspendCovariantJavaOverrides.kt +++ b/compiler/testData/codegen/box/coroutines/suspendCovariantJavaOverrides.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: I.kt diff --git a/compiler/testData/codegen/box/coroutines/suspendDefaultImpl.kt b/compiler/testData/codegen/box/coroutines/suspendDefaultImpl.kt index 2371d5e9643..e8c879e3ad6 100644 --- a/compiler/testData/codegen/box/coroutines/suspendDefaultImpl.kt +++ b/compiler/testData/codegen/box/coroutines/suspendDefaultImpl.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendDelegation.kt b/compiler/testData/codegen/box/coroutines/suspendDelegation.kt index 802fc81ab4d..84c48821659 100644 --- a/compiler/testData/codegen/box/coroutines/suspendDelegation.kt +++ b/compiler/testData/codegen/box/coroutines/suspendDelegation.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFromInlineLambda.kt b/compiler/testData/codegen/box/coroutines/suspendFromInlineLambda.kt index ca0d88b708e..6e2382dfabe 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFromInlineLambda.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFromInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunImportedFromObject.kt b/compiler/testData/codegen/box/coroutines/suspendFunImportedFromObject.kt index b71f7dd891e..5782c0553c4 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunImportedFromObject.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunImportedFromObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: stuff.kt package stuff diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/dispatchResume.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/dispatchResume.kt index a1228e8d4cc..cfa5ad63dc5 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/dispatchResume.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/dispatchResume.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FULL_JDK import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/handleException.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/handleException.kt index 5c0700afd10..f56ed8dd6c8 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/handleException.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/handleException.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/ifExpressionInsideCoroutine_1_3.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/ifExpressionInsideCoroutine_1_3.kt index 0b388d7a0da..601f04073bf 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/ifExpressionInsideCoroutine_1_3.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/ifExpressionInsideCoroutine_1_3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inline.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inline.kt index 1199f00256f..06ba98b582b 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inline.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inlineTwoReceivers.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inlineTwoReceivers.kt index 91b2e3653da..7b24ec09d68 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inlineTwoReceivers.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inlineTwoReceivers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/member.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/member.kt index 82df555a2aa..09d5e63d6a0 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/member.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/member.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/noinlineTwoReceivers.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/noinlineTwoReceivers.kt index f76d45741b5..bdc5628042a 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/noinlineTwoReceivers.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/noinlineTwoReceivers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/openFunWithJava.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/openFunWithJava.kt index e16b000c5f3..ed9415d89bf 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/openFunWithJava.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/openFunWithJava.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: main.kt // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/operators.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/operators.kt index 8fc377e3b07..19a352d2a86 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/operators.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/operators.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/privateFunctions.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/privateFunctions.kt index b6e14a89cf5..11cb69922fa 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/privateFunctions.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/privateFunctions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/privateInFile.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/privateInFile.kt index b9f3528392f..489d5282167 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/privateInFile.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/privateInFile.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/returnNoSuspend.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/returnNoSuspend.kt index c8f27f44fe9..392bbcfdf6c 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/returnNoSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/returnNoSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/simple.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/simple.kt index a00aca0923c..26b26c357d2 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/simple.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCall.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCall.kt index 8dbe5c8a8aa..dde6f52c197 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCall.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallAbstractClass.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallAbstractClass.kt index cf270224486..829044e6dbd 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallAbstractClass.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallAbstractClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallInterface.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallInterface.kt index 69641063159..629d058ea0e 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallInterface.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallInterface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallOverload.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallOverload.kt index 2a5d0f2f0f9..3d2b2fe476d 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallOverload.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/superCallOverload.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/withVariables.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/withVariables.kt index fba9816e6cd..274111e4b7c 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/withVariables.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/withVariables.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt index b9718deda5f..c79d127fbea 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM, JS // !LANGUAGE: +SuspendFunctionAsSupertype diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertypeCall.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertypeCall.kt index 007076cb804..45ec6e6a266 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertypeCall.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertypeCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +SuspendFunctionAsSupertype import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionMethodReference.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionMethodReference.kt index 916a4cb3d54..fbfd48734ae 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionMethodReference.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionMethodReference.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/localVal.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/localVal.kt index e51f2eab6a1..96684b9cefc 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/localVal.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/localVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/manyParameters.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/manyParameters.kt index 2c7d9e01696..7fd1a71f97b 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/manyParameters.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/manyParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/manyParametersNoCapture.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/manyParametersNoCapture.kt index a44a237525e..e72cdc3d222 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/manyParametersNoCapture.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/manyParametersNoCapture.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/simple.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/simple.kt index 88792fdca97..52695e06085 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/simple.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/suspendModifier.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/suspendModifier.kt index d9e1b23e387..adeadfa4c76 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/suspendModifier.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall/suspendModifier.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendImplBridge.kt b/compiler/testData/codegen/box/coroutines/suspendImplBridge.kt index a66240fbc86..4e795bd7c44 100644 --- a/compiler/testData/codegen/box/coroutines/suspendImplBridge.kt +++ b/compiler/testData/codegen/box/coroutines/suspendImplBridge.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendInCycle.kt b/compiler/testData/codegen/box/coroutines/suspendInCycle.kt index 9b7492d2e6f..22cadd8c62a 100644 --- a/compiler/testData/codegen/box/coroutines/suspendInCycle.kt +++ b/compiler/testData/codegen/box/coroutines/suspendInCycle.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstruction.kt b/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstruction.kt index ed5d7104a9a..11e52c922d1 100644 --- a/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstruction.kt +++ b/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstruction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionEvaluationOrder.kt b/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionEvaluationOrder.kt index 4d44a48e76b..5d490222ff1 100644 --- a/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionEvaluationOrder.kt +++ b/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionEvaluationOrder.kt @@ -2,7 +2,7 @@ // WASM_MUTE_REASON: NESTED_OBJECT_INIT // IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionWithJumpOut.kt b/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionWithJumpOut.kt index 1cfa7a75989..b27145e593b 100644 --- a/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionWithJumpOut.kt +++ b/compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionWithJumpOut.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendJavaOverrides.kt b/compiler/testData/codegen/box/coroutines/suspendJavaOverrides.kt index c035ed1afb0..99509859d13 100644 --- a/compiler/testData/codegen/box/coroutines/suspendJavaOverrides.kt +++ b/compiler/testData/codegen/box/coroutines/suspendJavaOverrides.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: I.kt diff --git a/compiler/testData/codegen/box/coroutines/suspendLambdaWithArgumentRearrangement.kt b/compiler/testData/codegen/box/coroutines/suspendLambdaWithArgumentRearrangement.kt index 61efe9c020f..b694ee2d4ff 100644 --- a/compiler/testData/codegen/box/coroutines/suspendLambdaWithArgumentRearrangement.kt +++ b/compiler/testData/codegen/box/coroutines/suspendLambdaWithArgumentRearrangement.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendReturningPlatformType.kt b/compiler/testData/codegen/box/coroutines/suspendReturningPlatformType.kt index 6006b265324..ba3d0d695c9 100644 --- a/compiler/testData/codegen/box/coroutines/suspendReturningPlatformType.kt +++ b/compiler/testData/codegen/box/coroutines/suspendReturningPlatformType.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: I.kt diff --git a/compiler/testData/codegen/box/coroutines/suspensionInsideSafeCall.kt b/compiler/testData/codegen/box/coroutines/suspensionInsideSafeCall.kt index 776227d7d45..95c22858b49 100644 --- a/compiler/testData/codegen/box/coroutines/suspensionInsideSafeCall.kt +++ b/compiler/testData/codegen/box/coroutines/suspensionInsideSafeCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspensionInsideSafeCallWithElvis.kt b/compiler/testData/codegen/box/coroutines/suspensionInsideSafeCallWithElvis.kt index 01de31a0be7..e5f93717cca 100644 --- a/compiler/testData/codegen/box/coroutines/suspensionInsideSafeCallWithElvis.kt +++ b/compiler/testData/codegen/box/coroutines/suspensionInsideSafeCallWithElvis.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/also.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/also.kt index 405456088cd..cfa3930d8f5 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/also.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/also.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/crossinline.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/crossinline.kt index ee7e3bb331d..f76a1825814 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/crossinline.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/crossinline.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_BYTECODE_LISTING import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/deferredAwaitSuspendImpl.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/deferredAwaitSuspendImpl.kt index 742fefd94b6..8f5b0421e77 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/deferredAwaitSuspendImpl.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/deferredAwaitSuspendImpl.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/inlineWithStateMachine.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/inlineWithStateMachine.kt index 7f1a53e82ed..2ec4aae7006 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/inlineWithStateMachine.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/inlineWithStateMachine.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/inlineWithoutStateMachine.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/inlineWithoutStateMachine.kt index 21af4ceaee7..1c216cbdb83 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/inlineWithoutStateMachine.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/inlineWithoutStateMachine.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_BYTECODE_LISTING // CHECK_NEW_COUNT: function=suspendHere count=0 diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/innerObjectRetransformation.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/innerObjectRetransformation.kt index a3a15301870..9dd03ea9ba6 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/innerObjectRetransformation.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/innerObjectRetransformation.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_BYTECODE_LISTING diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/interfaceDelegation.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/interfaceDelegation.kt index e8e67840ec2..542d614ea96 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/interfaceDelegation.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/interfaceDelegation.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/returnInlineClass.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/returnInlineClass.kt index 5a8c0b9fdd8..773b320e5a3 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/returnInlineClass.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/returnInlineClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/simple.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/simple.kt index ef710fdbdc1..b2d4db492c3 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/simple.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/simple.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailCallIfReturnUnit.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailCallIfReturnUnit.kt index 2e20df262cd..b8d772e51b0 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailCallIfReturnUnit.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailCallIfReturnUnit.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailCallIntrinsics.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailCallIntrinsics.kt index 81bd0db3bec..9a4403666ce 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailCallIntrinsics.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailCallIntrinsics.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailSuspendUnitFun.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailSuspendUnitFun.kt index f40cfb84721..a108cc0d6f0 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailSuspendUnitFun.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tailSuspendUnitFun.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tryCatch.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tryCatch.kt index e42af0de490..f568f7d5cbd 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tryCatch.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tryCatch.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tryCatchTailCall.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tryCatchTailCall.kt index da86c7c294b..3c20b8b8884 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tryCatchTailCall.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/tryCatchTailCall.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/functionReference.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/functionReference.kt index 3b88b3b0d9a..b75d02e85c7 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/functionReference.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/functionReference.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/inline.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/inline.kt index dfd9187cc0f..bde19aeab28 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/inline.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/inline.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override.kt index dd38292f471..f383c3f5a0a 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override2.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override2.kt index 894d816ff78..05e42c00763 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override2.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override2.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override3.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override3.kt index bc8f4a711f0..1c056859e88 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override3.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override3.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override4.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override4.kt index cfecc2c2284..8ee2030ff94 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override4.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override4.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override5.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override5.kt index 408d6e22ea7..41bb3ae442e 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override5.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override5.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_BYTECODE_LISTING diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override6.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override6.kt index 12a5e16eb46..231c8a92a77 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override6.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/override6.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/overrideCrossinline.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/overrideCrossinline.kt index b8e52b580df..11a5fd0c37a 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/overrideCrossinline.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/overrideCrossinline.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/overrideOverriden.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/overrideOverriden.kt index a158cf4bc9c..1d395687eea 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/overrideOverriden.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/overrideOverriden.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/reflection.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/reflection.kt index 22afeeb204b..07320d63aa3 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/reflection.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/reflection.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // WITH_COROUTINES diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/simple.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/simple.kt index ea7dcdc74f4..7bc028fa865 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/simple.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit/simple.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unreachable.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unreachable.kt index 555a859bc12..15d6aad17a2 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unreachable.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/unreachable.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/whenUnit.kt b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/whenUnit.kt index 39babe0511e..c5bdc3551b7 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallOptimizations/whenUnit.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallOptimizations/whenUnit.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_TAIL_CALL_OPTIMIZATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailCallToNothing.kt b/compiler/testData/codegen/box/coroutines/tailCallToNothing.kt index 92992c861ff..a0611f37ef9 100644 --- a/compiler/testData/codegen/box/coroutines/tailCallToNothing.kt +++ b/compiler/testData/codegen/box/coroutines/tailCallToNothing.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // SKIP_MANGLE_VERIFICATION import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithIf.kt b/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithIf.kt index 1b4873af4ed..0b9bf590c1d 100644 --- a/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithIf.kt +++ b/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithIf.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithTryCatch.kt b/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithTryCatch.kt index 2e30058ba41..dcf2924ec24 100644 --- a/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithTryCatch.kt +++ b/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithTryCatch.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithWhen.kt b/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithWhen.kt index 5b14dbb3061..d67b7022239 100644 --- a/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithWhen.kt +++ b/compiler/testData/codegen/box/coroutines/tailOperations/suspendWithWhen.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tailOperations/tailInlining.kt b/compiler/testData/codegen/box/coroutines/tailOperations/tailInlining.kt index 0eacff0bcf4..99581332343 100644 --- a/compiler/testData/codegen/box/coroutines/tailOperations/tailInlining.kt +++ b/compiler/testData/codegen/box/coroutines/tailOperations/tailInlining.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tryCatchFinallyWithHandleResult.kt b/compiler/testData/codegen/box/coroutines/tryCatchFinallyWithHandleResult.kt index 902470600ee..269645cd5b2 100644 --- a/compiler/testData/codegen/box/coroutines/tryCatchFinallyWithHandleResult.kt +++ b/compiler/testData/codegen/box/coroutines/tryCatchFinallyWithHandleResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tryCatchWithHandleResult.kt b/compiler/testData/codegen/box/coroutines/tryCatchWithHandleResult.kt index 9fdd7f665d3..93784038241 100644 --- a/compiler/testData/codegen/box/coroutines/tryCatchWithHandleResult.kt +++ b/compiler/testData/codegen/box/coroutines/tryCatchWithHandleResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tryFinallyInsideInlineLambda.kt b/compiler/testData/codegen/box/coroutines/tryFinallyInsideInlineLambda.kt index e6a7fdef492..b1f86d1f30f 100644 --- a/compiler/testData/codegen/box/coroutines/tryFinallyInsideInlineLambda.kt +++ b/compiler/testData/codegen/box/coroutines/tryFinallyInsideInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/tryFinallyWithHandleResult.kt b/compiler/testData/codegen/box/coroutines/tryFinallyWithHandleResult.kt index 9e7ce068b0b..25ca34ed924 100644 --- a/compiler/testData/codegen/box/coroutines/tryFinallyWithHandleResult.kt +++ b/compiler/testData/codegen/box/coroutines/tryFinallyWithHandleResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt b/compiler/testData/codegen/box/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt index 22acd215dbd..83c6165f64e 100644 --- a/compiler/testData/codegen/box/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt +++ b/compiler/testData/codegen/box/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/unitTypeReturn/coroutineReturn.kt b/compiler/testData/codegen/box/coroutines/unitTypeReturn/coroutineReturn.kt index 233f0646446..81065d43487 100644 --- a/compiler/testData/codegen/box/coroutines/unitTypeReturn/coroutineReturn.kt +++ b/compiler/testData/codegen/box/coroutines/unitTypeReturn/coroutineReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/unitTypeReturn/interfaceDelegation.kt b/compiler/testData/codegen/box/coroutines/unitTypeReturn/interfaceDelegation.kt index 2d14770ff61..dc923809fab 100644 --- a/compiler/testData/codegen/box/coroutines/unitTypeReturn/interfaceDelegation.kt +++ b/compiler/testData/codegen/box/coroutines/unitTypeReturn/interfaceDelegation.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/coroutines/unitTypeReturn/suspendNonLocalReturn.kt b/compiler/testData/codegen/box/coroutines/unitTypeReturn/suspendNonLocalReturn.kt index 523629f2c83..0ff5cd088b3 100644 --- a/compiler/testData/codegen/box/coroutines/unitTypeReturn/suspendNonLocalReturn.kt +++ b/compiler/testData/codegen/box/coroutines/unitTypeReturn/suspendNonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/unitTypeReturn/suspendReturn.kt b/compiler/testData/codegen/box/coroutines/unitTypeReturn/suspendReturn.kt index 796f0b4a6b7..88584ec668f 100644 --- a/compiler/testData/codegen/box/coroutines/unitTypeReturn/suspendReturn.kt +++ b/compiler/testData/codegen/box/coroutines/unitTypeReturn/suspendReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/unitTypeReturn/unitSafeCall.kt b/compiler/testData/codegen/box/coroutines/unitTypeReturn/unitSafeCall.kt index b9ce426fea9..157181afa18 100644 --- a/compiler/testData/codegen/box/coroutines/unitTypeReturn/unitSafeCall.kt +++ b/compiler/testData/codegen/box/coroutines/unitTypeReturn/unitSafeCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varCaptuedInCoroutineIntrinsic.kt b/compiler/testData/codegen/box/coroutines/varCaptuedInCoroutineIntrinsic.kt index 938d54342fb..69230d3f265 100644 --- a/compiler/testData/codegen/box/coroutines/varCaptuedInCoroutineIntrinsic.kt +++ b/compiler/testData/codegen/box/coroutines/varCaptuedInCoroutineIntrinsic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt b/compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt index eafd0f0613e..0e2531817cf 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/kt19475.kt b/compiler/testData/codegen/box/coroutines/varSpilling/kt19475.kt index 3c4c6e65314..a34ed79aeb9 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/kt19475.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/kt19475.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/kt38925.kt b/compiler/testData/codegen/box/coroutines/varSpilling/kt38925.kt index 104b9c85a82..2993e69d322 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/kt38925.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/kt38925.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/lvtWithInlineOnly.kt b/compiler/testData/codegen/box/coroutines/varSpilling/lvtWithInlineOnly.kt index cad74745b06..e8e18c65593 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/lvtWithInlineOnly.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/lvtWithInlineOnly.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // IGNORE_BACKEND: JS_IR diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/nullSpilling.kt b/compiler/testData/codegen/box/coroutines/varSpilling/nullSpilling.kt index 8fa7ff33fb5..72d6157152e 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/nullSpilling.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/nullSpilling.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt b/compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt index d58121a0088..936770e5a72 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Test { suspend fun discardSuspend(discarded0: Long, max: Long) { diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/safeCallElvis.kt b/compiler/testData/codegen/box/coroutines/varSpilling/safeCallElvis.kt index ef788673781..edc5cd0a30f 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/safeCallElvis.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/safeCallElvis.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varValueConflictsWithTable.kt b/compiler/testData/codegen/box/coroutines/varValueConflictsWithTable.kt index 21222a17f84..fcb4574a941 100644 --- a/compiler/testData/codegen/box/coroutines/varValueConflictsWithTable.kt +++ b/compiler/testData/codegen/box/coroutines/varValueConflictsWithTable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varValueConflictsWithTableSameSort.kt b/compiler/testData/codegen/box/coroutines/varValueConflictsWithTableSameSort.kt index 47b6e1bf099..10b44e559b8 100644 --- a/compiler/testData/codegen/box/coroutines/varValueConflictsWithTableSameSort.kt +++ b/compiler/testData/codegen/box/coroutines/varValueConflictsWithTableSameSort.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/varargCallFromSuspend.kt b/compiler/testData/codegen/box/coroutines/varargCallFromSuspend.kt index 4f15ff68635..0096474f441 100644 --- a/compiler/testData/codegen/box/coroutines/varargCallFromSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/varargCallFromSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/dataClasses/equals/alreadyDeclaredWrongSignature.kt b/compiler/testData/codegen/box/dataClasses/equals/alreadyDeclaredWrongSignature.kt index f9110e47bc8..0805c1025de 100644 --- a/compiler/testData/codegen/box/dataClasses/equals/alreadyDeclaredWrongSignature.kt +++ b/compiler/testData/codegen/box/dataClasses/equals/alreadyDeclaredWrongSignature.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB data class B(val x: Int) { fun equals(other: B): Boolean = false diff --git a/compiler/testData/codegen/box/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt b/compiler/testData/codegen/box/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt index 2bba5bb2a1d..f8a762ecf67 100644 --- a/compiler/testData/codegen/box/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt +++ b/compiler/testData/codegen/box/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB data class A(val x: Int) { fun hashCode(other: Any): Int = 0 diff --git a/compiler/testData/codegen/box/dataClasses/toString/alreadyDeclaredWrongSignature.kt b/compiler/testData/codegen/box/dataClasses/toString/alreadyDeclaredWrongSignature.kt index e3e6d2c58bd..e243891df97 100644 --- a/compiler/testData/codegen/box/dataClasses/toString/alreadyDeclaredWrongSignature.kt +++ b/compiler/testData/codegen/box/dataClasses/toString/alreadyDeclaredWrongSignature.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB data class A(val x: Int) { fun toString(other: Any): String = "" diff --git a/compiler/testData/codegen/box/dataClasses/typeParameterWithNonTrivialBound.kt b/compiler/testData/codegen/box/dataClasses/typeParameterWithNonTrivialBound.kt index c977a758222..af444f39c87 100644 --- a/compiler/testData/codegen/box/dataClasses/typeParameterWithNonTrivialBound.kt +++ b/compiler/testData/codegen/box/dataClasses/typeParameterWithNonTrivialBound.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface A diff --git a/compiler/testData/codegen/box/deadCodeElimination/emptyVariableRange.kt b/compiler/testData/codegen/box/deadCodeElimination/emptyVariableRange.kt index c162fbeec34..88d8c886314 100644 --- a/compiler/testData/codegen/box/deadCodeElimination/emptyVariableRange.kt +++ b/compiler/testData/codegen/box/deadCodeElimination/emptyVariableRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt b/compiler/testData/codegen/box/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt index 562c46fb3fe..cf3a199f3d3 100644 --- a/compiler/testData/codegen/box/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt +++ b/compiler/testData/codegen/box/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A(value: Int = 1) diff --git a/compiler/testData/codegen/box/defaultArguments/constructor/manyArgs.kt b/compiler/testData/codegen/box/defaultArguments/constructor/manyArgs.kt index 9591a15c803..89f7ec84b79 100644 --- a/compiler/testData/codegen/box/defaultArguments/constructor/manyArgs.kt +++ b/compiler/testData/codegen/box/defaultArguments/constructor/manyArgs.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A(val a: Int = 1, val b: Int = 2, diff --git a/compiler/testData/codegen/box/defaultArguments/kt36853_fibonacci.kt b/compiler/testData/codegen/box/defaultArguments/kt36853_fibonacci.kt index d612ba6108b..f548ae7d364 100644 --- a/compiler/testData/codegen/box/defaultArguments/kt36853_fibonacci.kt +++ b/compiler/testData/codegen/box/defaultArguments/kt36853_fibonacci.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_FIR: JVM_IR // java.lang.StackOverflowError diff --git a/compiler/testData/codegen/box/defaultArguments/kt36972_companion.kt b/compiler/testData/codegen/box/defaultArguments/kt36972_companion.kt index 991d6a866ca..4386ee4f0a1 100644 --- a/compiler/testData/codegen/box/defaultArguments/kt36972_companion.kt +++ b/compiler/testData/codegen/box/defaultArguments/kt36972_companion.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class Host { companion object { diff --git a/compiler/testData/codegen/box/defaultArguments/kt36972_object.kt b/compiler/testData/codegen/box/defaultArguments/kt36972_object.kt index 4d0d2baaef8..1d2dfa9ad6a 100644 --- a/compiler/testData/codegen/box/defaultArguments/kt36972_object.kt +++ b/compiler/testData/codegen/box/defaultArguments/kt36972_object.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object Host { @JvmStatic diff --git a/compiler/testData/codegen/box/defaultArguments/kt6382.kt b/compiler/testData/codegen/box/defaultArguments/kt6382.kt index 07910e2cf12..ed5df8cadfa 100644 --- a/compiler/testData/codegen/box/defaultArguments/kt6382.kt +++ b/compiler/testData/codegen/box/defaultArguments/kt6382.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { return if (A().run() == "Aabc") "OK" else "fail" diff --git a/compiler/testData/codegen/box/defaultArguments/superCallCheck.kt b/compiler/testData/codegen/box/defaultArguments/superCallCheck.kt index 318c26e6331..aab55ebc134 100644 --- a/compiler/testData/codegen/box/defaultArguments/superCallCheck.kt +++ b/compiler/testData/codegen/box/defaultArguments/superCallCheck.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class MyClass { fun def(i: Int = 0): Int { diff --git a/compiler/testData/codegen/box/defaultArguments/superCallHandlerOrder.kt b/compiler/testData/codegen/box/defaultArguments/superCallHandlerOrder.kt index 7e8a2166e64..4ecce933241 100644 --- a/compiler/testData/codegen/box/defaultArguments/superCallHandlerOrder.kt +++ b/compiler/testData/codegen/box/defaultArguments/superCallHandlerOrder.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class O { open fun foo(s: String = throw Error("Fail: this expression should not be evaluated")) {} diff --git a/compiler/testData/codegen/box/delegatedProperty/delegateToAnother.kt b/compiler/testData/codegen/box/delegatedProperty/delegateToAnother.kt index 40c32d8e802..19fd58ca46c 100644 --- a/compiler/testData/codegen/box/delegatedProperty/delegateToAnother.kt +++ b/compiler/testData/codegen/box/delegatedProperty/delegateToAnother.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C(val x: String) val x = "O" diff --git a/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherCustom.kt b/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherCustom.kt index 8d911fdf17c..0597bad8f0b 100644 --- a/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherCustom.kt +++ b/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherCustom.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var x: String get() = throw Exception("x's getter shouldn't be called") set(_) { throw Exception("x's setter shouldn't be called") } diff --git a/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherMutable.kt b/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherMutable.kt index c1a9eecd7a9..6bd6c8b5eab 100644 --- a/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherMutable.kt +++ b/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherMutable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JS class C(var x: String) diff --git a/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherWithSideEffects.kt b/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherWithSideEffects.kt index 184cb247355..cda8beabfeb 100644 --- a/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherWithSideEffects.kt +++ b/compiler/testData/codegen/box/delegatedProperty/delegateToAnotherWithSideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var result = "Fail" object O { diff --git a/compiler/testData/codegen/box/delegatedProperty/delegateToConstructorParameter.kt b/compiler/testData/codegen/box/delegatedProperty/delegateToConstructorParameter.kt index c6b406cf646..7913239ed4b 100644 --- a/compiler/testData/codegen/box/delegatedProperty/delegateToConstructorParameter.kt +++ b/compiler/testData/codegen/box/delegatedProperty/delegateToConstructorParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C(val x: String) class D(c: C) { diff --git a/compiler/testData/codegen/box/delegatedProperty/delegateToGenericJavaProperty.kt b/compiler/testData/codegen/box/delegatedProperty/delegateToGenericJavaProperty.kt index b571b65a92a..90a26be694d 100644 --- a/compiler/testData/codegen/box/delegatedProperty/delegateToGenericJavaProperty.kt +++ b/compiler/testData/codegen/box/delegatedProperty/delegateToGenericJavaProperty.kt @@ -2,7 +2,7 @@ // v-- fir2ir produces an IrFunctionReference of type KProperty0 instead of an IrPropertyReference // IGNORE_BACKEND_FIR: JVM_IR // WITH_REFLECT -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java public interface J { public T getValue(); diff --git a/compiler/testData/codegen/box/delegatedProperty/delegateToOpenProperty.kt b/compiler/testData/codegen/box/delegatedProperty/delegateToOpenProperty.kt index 49737b89356..97f8669c76c 100644 --- a/compiler/testData/codegen/box/delegatedProperty/delegateToOpenProperty.kt +++ b/compiler/testData/codegen/box/delegatedProperty/delegateToOpenProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val String.foo: String get() = this diff --git a/compiler/testData/codegen/box/delegatedProperty/delegateWithPrivateSet.kt b/compiler/testData/codegen/box/delegatedProperty/delegateWithPrivateSet.kt index d44684bb4c8..7f87f4fc12f 100644 --- a/compiler/testData/codegen/box/delegatedProperty/delegateWithPrivateSet.kt +++ b/compiler/testData/codegen/box/delegatedProperty/delegateWithPrivateSet.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See KT-10107: 'Variable must be initialized' for delegate with private set class My { diff --git a/compiler/testData/codegen/box/delegatedProperty/functionRefDelefate.kt b/compiler/testData/codegen/box/delegatedProperty/functionRefDelefate.kt index 0a15e4ab21e..1c9ae45170e 100644 --- a/compiler/testData/codegen/box/delegatedProperty/functionRefDelefate.kt +++ b/compiler/testData/codegen/box/delegatedProperty/functionRefDelefate.kt @@ -1,6 +1,6 @@ // KT-40412 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt diff --git a/compiler/testData/codegen/box/delegatedProperty/getDelegateWithoutReflection.kt b/compiler/testData/codegen/box/delegatedProperty/getDelegateWithoutReflection.kt index ebe702af04c..9cac6a8ec65 100644 --- a/compiler/testData/codegen/box/delegatedProperty/getDelegateWithoutReflection.kt +++ b/compiler/testData/codegen/box/delegatedProperty/getDelegateWithoutReflection.kt @@ -4,7 +4,7 @@ // IGNORE_BACKEND: NATIVE // No kotlin-reflect.jar in this test -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/delegatedProperty/javaDelegateTopLevel.kt b/compiler/testData/codegen/box/delegatedProperty/javaDelegateTopLevel.kt index 12f034ccbe4..e7e39d887f7 100644 --- a/compiler/testData/codegen/box/delegatedProperty/javaDelegateTopLevel.kt +++ b/compiler/testData/codegen/box/delegatedProperty/javaDelegateTopLevel.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: jjj // FILE: J.java diff --git a/compiler/testData/codegen/box/delegatedProperty/kt37204.kt b/compiler/testData/codegen/box/delegatedProperty/kt37204.kt index a51b9b8cda2..bf6df6f2cf0 100644 --- a/compiler/testData/codegen/box/delegatedProperty/kt37204.kt +++ b/compiler/testData/codegen/box/delegatedProperty/kt37204.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val log = StringBuilder() diff --git a/compiler/testData/codegen/box/delegatedProperty/kt45431.kt b/compiler/testData/codegen/box/delegatedProperty/kt45431.kt index 71e7286fed6..addb633cd39 100644 --- a/compiler/testData/codegen/box/delegatedProperty/kt45431.kt +++ b/compiler/testData/codegen/box/delegatedProperty/kt45431.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/delegatedProperty/kt6722.kt b/compiler/testData/codegen/box/delegatedProperty/kt6722.kt index f680293e6dc..99fd71bfb6d 100644 --- a/compiler/testData/codegen/box/delegatedProperty/kt6722.kt +++ b/compiler/testData/codegen/box/delegatedProperty/kt6722.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface T { } diff --git a/compiler/testData/codegen/box/delegatedProperty/kt9712.kt b/compiler/testData/codegen/box/delegatedProperty/kt9712.kt index dd4f6cf1945..32d0f52723e 100644 --- a/compiler/testData/codegen/box/delegatedProperty/kt9712.kt +++ b/compiler/testData/codegen/box/delegatedProperty/kt9712.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.properties.Delegates diff --git a/compiler/testData/codegen/box/delegatedProperty/local/kt12891.kt b/compiler/testData/codegen/box/delegatedProperty/local/kt12891.kt index 683c4fca841..68f63754657 100644 --- a/compiler/testData/codegen/box/delegatedProperty/local/kt12891.kt +++ b/compiler/testData/codegen/box/delegatedProperty/local/kt12891.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x by lazy { "OK" } return x diff --git a/compiler/testData/codegen/box/delegatedProperty/local/kt23117.kt b/compiler/testData/codegen/box/delegatedProperty/local/kt23117.kt index 631c32000c3..8604b6f162c 100644 --- a/compiler/testData/codegen/box/delegatedProperty/local/kt23117.kt +++ b/compiler/testData/codegen/box/delegatedProperty/local/kt23117.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.properties.Delegates.notNull fun box(): String { diff --git a/compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/lazy.kt b/compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/lazy.kt index d4e1d498861..048604541aa 100644 --- a/compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/lazy.kt +++ b/compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/lazy.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val topLevelLazyVal by lazy { 1 } diff --git a/compiler/testData/codegen/box/delegatedProperty/privateInSubClass.kt b/compiler/testData/codegen/box/delegatedProperty/privateInSubClass.kt index ad133694b07..2f90ae15976 100644 --- a/compiler/testData/codegen/box/delegatedProperty/privateInSubClass.kt +++ b/compiler/testData/codegen/box/delegatedProperty/privateInSubClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class A { private val _myVal by lazy { diff --git a/compiler/testData/codegen/box/delegatedProperty/protectedVarWithPrivateSet.kt b/compiler/testData/codegen/box/delegatedProperty/protectedVarWithPrivateSet.kt index 76bb953d48f..881eedb8aaf 100644 --- a/compiler/testData/codegen/box/delegatedProperty/protectedVarWithPrivateSet.kt +++ b/compiler/testData/codegen/box/delegatedProperty/protectedVarWithPrivateSet.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.properties.Delegates diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/delegatedPropertyWithIdProvideDelegate.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/delegatedPropertyWithIdProvideDelegate.kt index 60f9e5cfb91..62437620d61 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/delegatedPropertyWithIdProvideDelegate.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/delegatedPropertyWithIdProvideDelegate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val test1: Map by lazy(LazyThreadSafetyMode.NONE) { mapOf("string" to "string").mapValues { it.toString() } diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/differentReceivers.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/differentReceivers.kt index 990b7d63455..d8c565db57d 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/differentReceivers.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/differentReceivers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/evaluationOrder.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/evaluationOrder.kt index 762de10f841..642080ed3f4 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/evaluationOrder.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/evaluationOrder.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/evaluationOrderVar.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/evaluationOrderVar.kt index e31915c332d..c79aa5070ed 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/evaluationOrderVar.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/evaluationOrderVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/generic.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/generic.kt index 36ec4bb9508..fca1044ee04 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/generic.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/generic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt index 600c438216d..2349553e26d 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericProvideDelegateOnNumberLiteral.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericProvideDelegateOnNumberLiteral.kt index 12008f2d43f..b94d6f9a5e3 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericProvideDelegateOnNumberLiteral.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericProvideDelegateOnNumberLiteral.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.properties.ReadOnlyProperty import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/inClass.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/inClass.kt index e1456a8bd0f..40649f083d4 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/inClass.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/inClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/inlineProvideDelegate.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/inlineProvideDelegate.kt index 3ce685006b0..20ef611ec55 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/inlineProvideDelegate.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/inlineProvideDelegate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/jvmStaticInObject.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/jvmStaticInObject.kt index 90ce4a199e4..282b69a8ee0 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/jvmStaticInObject.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/jvmStaticInObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt18902.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt18902.kt index 9b20ca39800..e0391ca9673 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt18902.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt18902.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.properties.ReadOnlyProperty import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/local.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/local.kt index e010f9f1242..9b5a2ce02d1 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/local.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/local.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/localCaptured.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/localCaptured.kt index 1018b841950..ac868c9a59e 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/localCaptured.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/localCaptured.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/localDifferentReceivers.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/localDifferentReceivers.kt index 387236a5640..394e2e6bac1 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/localDifferentReceivers.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/localDifferentReceivers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/memberExtension.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/memberExtension.kt index b8f1051a749..45ef705afe6 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/memberExtension.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/memberExtension.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB object Host { class StringDelegate(val s: String) { diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/propertyMetadata.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/propertyMetadata.kt index 549b1b249e4..4a6dbcb9242 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/propertyMetadata.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/propertyMetadata.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver.kt b/compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver.kt index a8575c8c3dd..99d070f0238 100644 --- a/compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver.kt +++ b/compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface I { var z: String diff --git a/compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver2.kt b/compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver2.kt index c5d6b379050..f77bf8537d5 100644 --- a/compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver2.kt +++ b/compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface I { var z: String diff --git a/compiler/testData/codegen/box/delegatedProperty/valByMapDelegatedProperty.kt b/compiler/testData/codegen/box/delegatedProperty/valByMapDelegatedProperty.kt index 05c963910f8..4528c854fa0 100644 --- a/compiler/testData/codegen/box/delegatedProperty/valByMapDelegatedProperty.kt +++ b/compiler/testData/codegen/box/delegatedProperty/valByMapDelegatedProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/delegation/delegationToVal.kt b/compiler/testData/codegen/box/delegation/delegationToVal.kt index 3a9345b40f8..22d2fc6f9d8 100644 --- a/compiler/testData/codegen/box/delegation/delegationToVal.kt +++ b/compiler/testData/codegen/box/delegation/delegationToVal.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface IActing { diff --git a/compiler/testData/codegen/box/delegation/differentModules.kt b/compiler/testData/codegen/box/delegation/differentModules.kt index a3f6cea39b2..db640fb7cb4 100644 --- a/compiler/testData/codegen/box/delegation/differentModules.kt +++ b/compiler/testData/codegen/box/delegation/differentModules.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: base // FILE: base.kt diff --git a/compiler/testData/codegen/box/destructuringDeclInLambdaParam/stdlibUsages.kt b/compiler/testData/codegen/box/destructuringDeclInLambdaParam/stdlibUsages.kt index fe527e1237d..466893ab276 100644 --- a/compiler/testData/codegen/box/destructuringDeclInLambdaParam/stdlibUsages.kt +++ b/compiler/testData/codegen/box/destructuringDeclInLambdaParam/stdlibUsages.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val r1 = listOf("O", "K", "fail").let { diff --git a/compiler/testData/codegen/box/destructuringDeclInLambdaParam/withIndexed.kt b/compiler/testData/codegen/box/destructuringDeclInLambdaParam/withIndexed.kt index 13280feb86e..cf0c8dc692d 100644 --- a/compiler/testData/codegen/box/destructuringDeclInLambdaParam/withIndexed.kt +++ b/compiler/testData/codegen/box/destructuringDeclInLambdaParam/withIndexed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB data class Station( val id: String?, val name: String, diff --git a/compiler/testData/codegen/box/diagnostics/functions/tailRecursion/recursiveCallInInlineLambdaWithCapture.kt b/compiler/testData/codegen/box/diagnostics/functions/tailRecursion/recursiveCallInInlineLambdaWithCapture.kt index 580a218b1b8..1abe40c30a3 100644 --- a/compiler/testData/codegen/box/diagnostics/functions/tailRecursion/recursiveCallInInlineLambdaWithCapture.kt +++ b/compiler/testData/codegen/box/diagnostics/functions/tailRecursion/recursiveCallInInlineLambdaWithCapture.kt @@ -1,6 +1,6 @@ // KT-14961 // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun listOfFactor(number: Int): List { tailrec fun listOfFactor(number: Int, acc: List): List { diff --git a/compiler/testData/codegen/box/elvis/genericElvisWithMoreSpecificLHS.kt b/compiler/testData/codegen/box/elvis/genericElvisWithMoreSpecificLHS.kt index ad6c89f9cad..7ddcb810b25 100644 --- a/compiler/testData/codegen/box/elvis/genericElvisWithMoreSpecificLHS.kt +++ b/compiler/testData/codegen/box/elvis/genericElvisWithMoreSpecificLHS.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(foo: MutableList?): List { val bar = foo ?: listOf() diff --git a/compiler/testData/codegen/box/elvis/genericElvisWithNullLHS.kt b/compiler/testData/codegen/box/elvis/genericElvisWithNullLHS.kt index 6a419359fb3..923fcb6ff5d 100644 --- a/compiler/testData/codegen/box/elvis/genericElvisWithNullLHS.kt +++ b/compiler/testData/codegen/box/elvis/genericElvisWithNullLHS.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test() { fun returnMutableList(): MutableList? = null diff --git a/compiler/testData/codegen/box/enum/classForEnumEntry.kt b/compiler/testData/codegen/box/enum/classForEnumEntry.kt index 4d64e8641df..a569fb01616 100644 --- a/compiler/testData/codegen/box/enum/classForEnumEntry.kt +++ b/compiler/testData/codegen/box/enum/classForEnumEntry.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/enum/enumCompanionInitJsAndWasm.kt b/compiler/testData/codegen/box/enum/enumCompanionInitJsAndWasm.kt index 1e85380c6eb..fee776d8e01 100644 --- a/compiler/testData/codegen/box/enum/enumCompanionInitJsAndWasm.kt +++ b/compiler/testData/codegen/box/enum/enumCompanionInitJsAndWasm.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JS_IR // TARGET_BACKEND: JS_IR_ES6 // TARGET_BACKEND: WASM -// WITH_RUNTIME +// WITH_STDLIB var result = "" enum class E(a: String) { diff --git a/compiler/testData/codegen/box/enum/enumEntryMembers.kt b/compiler/testData/codegen/box/enum/enumEntryMembers.kt index 0747281c05e..ab62c2efe1f 100644 --- a/compiler/testData/codegen/box/enum/enumEntryMembers.kt +++ b/compiler/testData/codegen/box/enum/enumEntryMembers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt enum class Foo { diff --git a/compiler/testData/codegen/box/enum/enumMultiModule.kt b/compiler/testData/codegen/box/enum/enumMultiModule.kt index 5971013a250..2877b1c7767 100644 --- a/compiler/testData/codegen/box/enum/enumMultiModule.kt +++ b/compiler/testData/codegen/box/enum/enumMultiModule.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: common.kt diff --git a/compiler/testData/codegen/box/enum/modifierFlags.kt b/compiler/testData/codegen/box/enum/modifierFlags.kt index 7a8e95415f6..00f61395715 100644 --- a/compiler/testData/codegen/box/enum/modifierFlags.kt +++ b/compiler/testData/codegen/box/enum/modifierFlags.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.lang.reflect.Modifier diff --git a/compiler/testData/codegen/box/enum/nameClashWithCompanion.kt b/compiler/testData/codegen/box/enum/nameClashWithCompanion.kt index 1aa35bf84ae..2ba0e9df43b 100644 --- a/compiler/testData/codegen/box/enum/nameClashWithCompanion.kt +++ b/compiler/testData/codegen/box/enum/nameClashWithCompanion.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt diff --git a/compiler/testData/codegen/box/enum/noClassForSimpleEnum.kt b/compiler/testData/codegen/box/enum/noClassForSimpleEnum.kt index 0ec3390f457..5c16595dfc2 100644 --- a/compiler/testData/codegen/box/enum/noClassForSimpleEnum.kt +++ b/compiler/testData/codegen/box/enum/noClassForSimpleEnum.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/enum/ordinalsWithEnumEntitiesOverrides.kt b/compiler/testData/codegen/box/enum/ordinalsWithEnumEntitiesOverrides.kt index b6e7e544f00..741c2eb4ccf 100644 --- a/compiler/testData/codegen/box/enum/ordinalsWithEnumEntitiesOverrides.kt +++ b/compiler/testData/codegen/box/enum/ordinalsWithEnumEntitiesOverrides.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package foo diff --git a/compiler/testData/codegen/box/enum/overloadedEnumValuesStatic.kt b/compiler/testData/codegen/box/enum/overloadedEnumValuesStatic.kt index fd413a16cd2..b99f1fe8609 100644 --- a/compiler/testData/codegen/box/enum/overloadedEnumValuesStatic.kt +++ b/compiler/testData/codegen/box/enum/overloadedEnumValuesStatic.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB enum class E { A; diff --git a/compiler/testData/codegen/box/enum/sortEnumEntries.kt b/compiler/testData/codegen/box/enum/sortEnumEntries.kt index 570f09d29bf..41dd0f3c7c0 100644 --- a/compiler/testData/codegen/box/enum/sortEnumEntries.kt +++ b/compiler/testData/codegen/box/enum/sortEnumEntries.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_GENERATED -// WITH_RUNTIME +// WITH_STDLIB import Game.* diff --git a/compiler/testData/codegen/box/evaluate/char.kt b/compiler/testData/codegen/box/evaluate/char.kt index 51dab5ae301..1f32edbd975 100644 --- a/compiler/testData/codegen/box/evaluate/char.kt +++ b/compiler/testData/codegen/box/evaluate/char.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/evaluate/divide.kt b/compiler/testData/codegen/box/evaluate/divide.kt index 738a90afc5f..98bdb1ed0f2 100644 --- a/compiler/testData/codegen/box/evaluate/divide.kt +++ b/compiler/testData/codegen/box/evaluate/divide.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/floorDiv.kt b/compiler/testData/codegen/box/evaluate/floorDiv.kt index 14c2e600aaf..44079c584b8 100644 --- a/compiler/testData/codegen/box/evaluate/floorDiv.kt +++ b/compiler/testData/codegen/box/evaluate/floorDiv.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/intrinsics.kt b/compiler/testData/codegen/box/evaluate/intrinsics.kt index 9c2ab5908d8..b62836469af 100644 --- a/compiler/testData/codegen/box/evaluate/intrinsics.kt +++ b/compiler/testData/codegen/box/evaluate/intrinsics.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/kt9443.kt b/compiler/testData/codegen/box/evaluate/kt9443.kt index a499539d565..793f949b8ec 100644 --- a/compiler/testData/codegen/box/evaluate/kt9443.kt +++ b/compiler/testData/codegen/box/evaluate/kt9443.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class BaseClass { protected open val menuId: Int = 0 diff --git a/compiler/testData/codegen/box/evaluate/maxValue.kt b/compiler/testData/codegen/box/evaluate/maxValue.kt index a1fc7aea0f7..a677eef88b0 100644 --- a/compiler/testData/codegen/box/evaluate/maxValue.kt +++ b/compiler/testData/codegen/box/evaluate/maxValue.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/maxValueByte.kt b/compiler/testData/codegen/box/evaluate/maxValueByte.kt index 8ccbd8eebbd..c3c81bc2de8 100644 --- a/compiler/testData/codegen/box/evaluate/maxValueByte.kt +++ b/compiler/testData/codegen/box/evaluate/maxValueByte.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/maxValueInt.kt b/compiler/testData/codegen/box/evaluate/maxValueInt.kt index 86f1a5ad0ba..52315861099 100644 --- a/compiler/testData/codegen/box/evaluate/maxValueInt.kt +++ b/compiler/testData/codegen/box/evaluate/maxValueInt.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/minus.kt b/compiler/testData/codegen/box/evaluate/minus.kt index 288aaece29c..5c183c1641b 100644 --- a/compiler/testData/codegen/box/evaluate/minus.kt +++ b/compiler/testData/codegen/box/evaluate/minus.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/mod.kt b/compiler/testData/codegen/box/evaluate/mod.kt index e79d694d659..c0ebc6380c3 100644 --- a/compiler/testData/codegen/box/evaluate/mod.kt +++ b/compiler/testData/codegen/box/evaluate/mod.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/multiply.kt b/compiler/testData/codegen/box/evaluate/multiply.kt index 60b6e6e92a6..d9272e73f4a 100644 --- a/compiler/testData/codegen/box/evaluate/multiply.kt +++ b/compiler/testData/codegen/box/evaluate/multiply.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/parenthesized.kt b/compiler/testData/codegen/box/evaluate/parenthesized.kt index 4ed03f45bea..effee585914 100644 --- a/compiler/testData/codegen/box/evaluate/parenthesized.kt +++ b/compiler/testData/codegen/box/evaluate/parenthesized.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/plus.kt b/compiler/testData/codegen/box/evaluate/plus.kt index e788c906440..75bcb69cd21 100644 --- a/compiler/testData/codegen/box/evaluate/plus.kt +++ b/compiler/testData/codegen/box/evaluate/plus.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/rem.kt b/compiler/testData/codegen/box/evaluate/rem.kt index a356dd1a232..04fa77b2f99 100644 --- a/compiler/testData/codegen/box/evaluate/rem.kt +++ b/compiler/testData/codegen/box/evaluate/rem.kt @@ -2,7 +2,7 @@ // IGNORE_FIR_DIAGNOSTICS // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/simpleCallBinary.kt b/compiler/testData/codegen/box/evaluate/simpleCallBinary.kt index 5340c768c9e..947f7bcb7fa 100644 --- a/compiler/testData/codegen/box/evaluate/simpleCallBinary.kt +++ b/compiler/testData/codegen/box/evaluate/simpleCallBinary.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/unaryMinus.kt b/compiler/testData/codegen/box/evaluate/unaryMinus.kt index 5de3a0875ec..f065d154fc3 100644 --- a/compiler/testData/codegen/box/evaluate/unaryMinus.kt +++ b/compiler/testData/codegen/box/evaluate/unaryMinus.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/evaluate/unaryPlus.kt b/compiler/testData/codegen/box/evaluate/unaryPlus.kt index 65c85b34858..1df392673e4 100644 --- a/compiler/testData/codegen/box/evaluate/unaryPlus.kt +++ b/compiler/testData/codegen/box/evaluate/unaryPlus.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Retention(AnnotationRetention.RUNTIME) annotation class Ann( diff --git a/compiler/testData/codegen/box/extensionFunctions/kt23675.kt b/compiler/testData/codegen/box/extensionFunctions/kt23675.kt index 00d16ea192e..e4d09aa4ac9 100644 --- a/compiler/testData/codegen/box/extensionFunctions/kt23675.kt +++ b/compiler/testData/codegen/box/extensionFunctions/kt23675.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Environment( val fieldAccessedInsideChild: Int, diff --git a/compiler/testData/codegen/box/external/jvmStaticExternal.kt b/compiler/testData/codegen/box/external/jvmStaticExternal.kt index 5f842eb8979..a66cc98c8a2 100644 --- a/compiler/testData/codegen/box/external/jvmStaticExternal.kt +++ b/compiler/testData/codegen/box/external/jvmStaticExternal.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package foo diff --git a/compiler/testData/codegen/box/external/jvmStaticExternalPrivate.kt b/compiler/testData/codegen/box/external/jvmStaticExternalPrivate.kt index 9dd7d2172fb..2fe5ec2e5bb 100644 --- a/compiler/testData/codegen/box/external/jvmStaticExternalPrivate.kt +++ b/compiler/testData/codegen/box/external/jvmStaticExternalPrivate.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK class C { diff --git a/compiler/testData/codegen/box/external/withDefaultArg.kt b/compiler/testData/codegen/box/external/withDefaultArg.kt index 8292dea4ff7..9bc91e8140c 100644 --- a/compiler/testData/codegen/box/external/withDefaultArg.kt +++ b/compiler/testData/codegen/box/external/withDefaultArg.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package foo diff --git a/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt b/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt index 972805b77f2..d3b1e388b2f 100644 --- a/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt +++ b/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt diff --git a/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt b/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt index b81fc0acfbd..38e1ad5d40c 100644 --- a/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt +++ b/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt diff --git a/compiler/testData/codegen/box/fieldRename/jvmFieldNoClash1.kt b/compiler/testData/codegen/box/fieldRename/jvmFieldNoClash1.kt index 3a3fd51a02a..e3195b00c74 100644 --- a/compiler/testData/codegen/box/fieldRename/jvmFieldNoClash1.kt +++ b/compiler/testData/codegen/box/fieldRename/jvmFieldNoClash1.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // In the old JVM backend, FieldOwnerContext is sensitive to the order of properties which it invents name for. Companion object properties // are usually the first, so A.Companion.x here gets the name "x". After that it tries to invent a new name for A.x but fails because diff --git a/compiler/testData/codegen/box/fieldRename/jvmFieldNoClash2.kt b/compiler/testData/codegen/box/fieldRename/jvmFieldNoClash2.kt index 5b6f9c25fdc..4988d31188c 100644 --- a/compiler/testData/codegen/box/fieldRename/jvmFieldNoClash2.kt +++ b/compiler/testData/codegen/box/fieldRename/jvmFieldNoClash2.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.lang.reflect.Modifier diff --git a/compiler/testData/codegen/box/finally/someStuff.kt b/compiler/testData/codegen/box/finally/someStuff.kt index cb26000eed8..f93255944e2 100644 --- a/compiler/testData/codegen/box/finally/someStuff.kt +++ b/compiler/testData/codegen/box/finally/someStuff.kt @@ -1,6 +1,6 @@ // Tests that are inspired by the stack-related and verifier-related bugs in the wasm backend -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { if (!test1()) return "Fail 1" diff --git a/compiler/testData/codegen/box/fir/ColorValuePanel.kt b/compiler/testData/codegen/box/fir/ColorValuePanel.kt index b0e9a540bc0..5d839888261 100644 --- a/compiler/testData/codegen/box/fir/ColorValuePanel.kt +++ b/compiler/testData/codegen/box/fir/ColorValuePanel.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: ANDROID, ANDROID_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.awt.GridLayout diff --git a/compiler/testData/codegen/box/fir/CustomHashSetSize.kt b/compiler/testData/codegen/box/fir/CustomHashSetSize.kt index 36b81368a1b..8f5bb305d05 100644 --- a/compiler/testData/codegen/box/fir/CustomHashSetSize.kt +++ b/compiler/testData/codegen/box/fir/CustomHashSetSize.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: m1 // FILE: m1/THash.java diff --git a/compiler/testData/codegen/box/fir/CustomThrowableMessage.kt b/compiler/testData/codegen/box/fir/CustomThrowableMessage.kt index eb043c1e4d7..2aec9d2e154 100644 --- a/compiler/testData/codegen/box/fir/CustomThrowableMessage.kt +++ b/compiler/testData/codegen/box/fir/CustomThrowableMessage.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: m1 // FILE: m1/ConfigurationException.java diff --git a/compiler/testData/codegen/box/fir/JKEnumConstant.kt b/compiler/testData/codegen/box/fir/JKEnumConstant.kt index 6f41d1d8ae0..3e6c3f2999a 100644 --- a/compiler/testData/codegen/box/fir/JKEnumConstant.kt +++ b/compiler/testData/codegen/box/fir/JKEnumConstant.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB interface PsiOwner { var psi: String? diff --git a/compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt b/compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt index 56435e7bb5a..1bbe1978bd3 100644 --- a/compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt +++ b/compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: maven // FILE: MavenProject.kt diff --git a/compiler/testData/codegen/box/fir/flexibleIntegerLiterals.kt b/compiler/testData/codegen/box/fir/flexibleIntegerLiterals.kt index dc04fb006f9..245ef9c7c50 100644 --- a/compiler/testData/codegen/box/fir/flexibleIntegerLiterals.kt +++ b/compiler/testData/codegen/box/fir/flexibleIntegerLiterals.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR, ANDROID, ANDROID_IR // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // This test fails on FE 1.0, but works in production compiler (see KT-49191): diff --git a/compiler/testData/codegen/box/fir/implicitNothingInDelegate.kt b/compiler/testData/codegen/box/fir/implicitNothingInDelegate.kt index b9d81797dec..d5cc20e5e2d 100644 --- a/compiler/testData/codegen/box/fir/implicitNothingInDelegate.kt +++ b/compiler/testData/codegen/box/fir/implicitNothingInDelegate.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // Note: this test passes in FIR but fails in FE 1.0 + IR fun box(): String { diff --git a/compiler/testData/codegen/box/fir/jvmFieldInLocalClass.kt b/compiler/testData/codegen/box/fir/jvmFieldInLocalClass.kt index 480703085b3..2b7efee696b 100644 --- a/compiler/testData/codegen/box/fir/jvmFieldInLocalClass.kt +++ b/compiler/testData/codegen/box/fir/jvmFieldInLocalClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { class Bean { diff --git a/compiler/testData/codegen/box/fir/notFoundClasses.kt b/compiler/testData/codegen/box/fir/notFoundClasses.kt index 7464bc7cde3..aa065f4eba8 100644 --- a/compiler/testData/codegen/box/fir/notFoundClasses.kt +++ b/compiler/testData/codegen/box/fir/notFoundClasses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // MODULE: lib1 diff --git a/compiler/testData/codegen/box/fullJdk/regressions/kt15112.kt b/compiler/testData/codegen/box/fullJdk/regressions/kt15112.kt index 581222b1b24..08c3eb38569 100644 --- a/compiler/testData/codegen/box/fullJdk/regressions/kt15112.kt +++ b/compiler/testData/codegen/box/fullJdk/regressions/kt15112.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM import java.util.concurrent.locks.ReentrantReadWriteLock diff --git a/compiler/testData/codegen/box/fullJdk/regressions/kt1770.kt b/compiler/testData/codegen/box/fullJdk/regressions/kt1770.kt index 5e98b7c40ba..a8f5d107aaf 100644 --- a/compiler/testData/codegen/box/fullJdk/regressions/kt1770.kt +++ b/compiler/testData/codegen/box/fullJdk/regressions/kt1770.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB //This front-end problem test added to box ones only cause of FULL_JDK support import org.w3c.dom.Element diff --git a/compiler/testData/codegen/box/funInterface/inlinedSamWrapper.kt b/compiler/testData/codegen/box/funInterface/inlinedSamWrapper.kt index db65c0faa71..bd29e104e44 100644 --- a/compiler/testData/codegen/box/funInterface/inlinedSamWrapper.kt +++ b/compiler/testData/codegen/box/funInterface/inlinedSamWrapper.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun interface MyRunnable { fun invoke() diff --git a/compiler/testData/codegen/box/funInterface/kt44827_funInterface.kt b/compiler/testData/codegen/box/funInterface/kt44827_funInterface.kt index 9ab9a9ce620..e3c14d9d311 100644 --- a/compiler/testData/codegen/box/funInterface/kt44827_funInterface.kt +++ b/compiler/testData/codegen/box/funInterface/kt44827_funInterface.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun interface J { operator fun invoke(): String diff --git a/compiler/testData/codegen/box/funInterface/kt46512_indyFunInterfaceOverCallableReference.kt b/compiler/testData/codegen/box/funInterface/kt46512_indyFunInterfaceOverCallableReference.kt index ddebd25f3dd..ba1d82c3c5b 100644 --- a/compiler/testData/codegen/box/funInterface/kt46512_indyFunInterfaceOverCallableReference.kt +++ b/compiler/testData/codegen/box/funInterface/kt46512_indyFunInterfaceOverCallableReference.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C : Comparable { override fun compareTo(other: C): Int = 0 diff --git a/compiler/testData/codegen/box/funInterface/nullableSam.kt b/compiler/testData/codegen/box/funInterface/nullableSam.kt index bebc29123bd..eba30f6809c 100644 --- a/compiler/testData/codegen/box/funInterface/nullableSam.kt +++ b/compiler/testData/codegen/box/funInterface/nullableSam.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun interface KRunnable { fun invoke() diff --git a/compiler/testData/codegen/box/funInterface/partialSam.kt b/compiler/testData/codegen/box/funInterface/partialSam.kt index 7703365d35b..76ca03775ad 100644 --- a/compiler/testData/codegen/box/funInterface/partialSam.kt +++ b/compiler/testData/codegen/box/funInterface/partialSam.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun interface Fn { fun run(s: String, i: Int, t: T): R diff --git a/compiler/testData/codegen/box/funInterface/receiverEvaluatedOnce.kt b/compiler/testData/codegen/box/funInterface/receiverEvaluatedOnce.kt index a7965803cc3..79fa146bd63 100644 --- a/compiler/testData/codegen/box/funInterface/receiverEvaluatedOnce.kt +++ b/compiler/testData/codegen/box/funInterface/receiverEvaluatedOnce.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun interface KRunnable { fun invoke() diff --git a/compiler/testData/codegen/box/funInterface/suspendFunInterfaceConversionCodegen.kt b/compiler/testData/codegen/box/funInterface/suspendFunInterfaceConversionCodegen.kt index 985e477e144..bd5cd68fc43 100644 --- a/compiler/testData/codegen/box/funInterface/suspendFunInterfaceConversionCodegen.kt +++ b/compiler/testData/codegen/box/funInterface/suspendFunInterfaceConversionCodegen.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/functions/bigArity/callFromJava.kt b/compiler/testData/codegen/box/functions/bigArity/callFromJava.kt index 6849e865c86..6bed5904b93 100644 --- a/compiler/testData/codegen/box/functions/bigArity/callFromJava.kt +++ b/compiler/testData/codegen/box/functions/bigArity/callFromJava.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +FunctionTypesWithBigArity -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: J.java diff --git a/compiler/testData/codegen/box/functions/bigArity/callFunViaVararg.kt b/compiler/testData/codegen/box/functions/bigArity/callFunViaVararg.kt index e9b43bde121..184879c98b4 100644 --- a/compiler/testData/codegen/box/functions/bigArity/callFunViaVararg.kt +++ b/compiler/testData/codegen/box/functions/bigArity/callFunViaVararg.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +FunctionTypesWithBigArity -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: J.java diff --git a/compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt b/compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt index 712d3deafde..43225d9e417 100644 --- a/compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt +++ b/compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +FunctionTypesWithBigArity -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: J.java diff --git a/compiler/testData/codegen/box/functions/bigArity/javaLambda.kt b/compiler/testData/codegen/box/functions/bigArity/javaLambda.kt index 255bac4fb20..d2716b09299 100644 --- a/compiler/testData/codegen/box/functions/bigArity/javaLambda.kt +++ b/compiler/testData/codegen/box/functions/bigArity/javaLambda.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +FunctionTypesWithBigArity -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: J.java diff --git a/compiler/testData/codegen/box/functions/localFunctions/callInlineLocalInLambda.kt b/compiler/testData/codegen/box/functions/localFunctions/callInlineLocalInLambda.kt index a59a7507800..b852f71ee47 100644 --- a/compiler/testData/codegen/box/functions/localFunctions/callInlineLocalInLambda.kt +++ b/compiler/testData/codegen/box/functions/localFunctions/callInlineLocalInLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambda.kt b/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambda.kt index 935d8b4963c..d5bf2c5a3da 100644 --- a/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambda.kt +++ b/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambdaInnerUsage1.kt b/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambdaInnerUsage1.kt index 6609be78133..6c967f01f02 100644 --- a/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambdaInnerUsage1.kt +++ b/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambdaInnerUsage1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambdaInnerUsage2.kt b/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambdaInnerUsage2.kt index 158e845f9ad..4c04149a354 100644 --- a/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambdaInnerUsage2.kt +++ b/compiler/testData/codegen/box/functions/localFunctions/definedWithinLambdaInnerUsage2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ieee754/equalsNaN.kt b/compiler/testData/codegen/box/ieee754/equalsNaN.kt index 4cdd6f8e7f6..d8595250a30 100644 --- a/compiler/testData/codegen/box/ieee754/equalsNaN.kt +++ b/compiler/testData/codegen/box/ieee754/equalsNaN.kt @@ -3,7 +3,7 @@ // !LANGUAGE: -ProperIeee754Comparisons // DONT_TARGET_EXACT_BACKEND: JS_IR // DONT_TARGET_EXACT_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/ieee754/equalsNaN_properIeeeComparisons.kt b/compiler/testData/codegen/box/ieee754/equalsNaN_properIeeeComparisons.kt index d1356c38ecc..fba0ca91947 100644 --- a/compiler/testData/codegen/box/ieee754/equalsNaN_properIeeeComparisons.kt +++ b/compiler/testData/codegen/box/ieee754/equalsNaN_properIeeeComparisons.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +ProperIeee754Comparisons -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/ieee754/kt48648_genericField.kt b/compiler/testData/codegen/box/ieee754/kt48648_genericField.kt index c62bc8d1523..bc932fc8404 100644 --- a/compiler/testData/codegen/box/ieee754/kt48648_genericField.kt +++ b/compiler/testData/codegen/box/ieee754/kt48648_genericField.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class V1(y: T) { @JvmField diff --git a/compiler/testData/codegen/box/increment/augmentedAssignmentWithComplexRhs.kt b/compiler/testData/codegen/box/increment/augmentedAssignmentWithComplexRhs.kt index cc9dccf660b..a3c7f0e88a8 100644 --- a/compiler/testData/codegen/box/increment/augmentedAssignmentWithComplexRhs.kt +++ b/compiler/testData/codegen/box/increment/augmentedAssignmentWithComplexRhs.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* var log = "" diff --git a/compiler/testData/codegen/box/increment/memberExtOnLong.kt b/compiler/testData/codegen/box/increment/memberExtOnLong.kt index c51bf9b901d..26750d9c90f 100644 --- a/compiler/testData/codegen/box/increment/memberExtOnLong.kt +++ b/compiler/testData/codegen/box/increment/memberExtOnLong.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB object ExtProvider { operator fun Long.get(i: Int) = this diff --git a/compiler/testData/codegen/box/increment/mutableListElement.kt b/compiler/testData/codegen/box/increment/mutableListElement.kt index b861d31e15d..c5e0565cabb 100644 --- a/compiler/testData/codegen/box/increment/mutableListElement.kt +++ b/compiler/testData/codegen/box/increment/mutableListElement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val aByte = arrayListOf(1) diff --git a/compiler/testData/codegen/box/inference/builderInference.kt b/compiler/testData/codegen/box/inference/builderInference.kt index cb7d1a6365a..751bbf7c1a4 100644 --- a/compiler/testData/codegen/box/inference/builderInference.kt +++ b/compiler/testData/codegen/box/inference/builderInference.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // ISSUE: KT-33545 import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/builderCallAsReturnTypeInLocalClass.kt b/compiler/testData/codegen/box/inference/builderInference/builderCallAsReturnTypeInLocalClass.kt index 8663341dc98..8a682b92723 100644 --- a/compiler/testData/codegen/box/inference/builderInference/builderCallAsReturnTypeInLocalClass.kt +++ b/compiler/testData/codegen/box/inference/builderInference/builderCallAsReturnTypeInLocalClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_FIR: JVM_IR @OptIn(ExperimentalStdlibApi::class) diff --git a/compiler/testData/codegen/box/inference/builderInference/callableReferenceAndCoercionToUnit.kt b/compiler/testData/codegen/box/inference/builderInference/callableReferenceAndCoercionToUnit.kt index 1c041b169c1..ab9608dc9e5 100644 --- a/compiler/testData/codegen/box/inference/builderInference/callableReferenceAndCoercionToUnit.kt +++ b/compiler/testData/codegen/box/inference/builderInference/callableReferenceAndCoercionToUnit.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION -// WITH_RUNTIME +// WITH_STDLIB @OptIn(ExperimentalStdlibApi::class) fun test(s: String?): Int { diff --git a/compiler/testData/codegen/box/inference/builderInference/callableReferencesProperCompletion.kt b/compiler/testData/codegen/box/inference/builderInference/callableReferencesProperCompletion.kt index 74e29a552b4..fcc90e138fc 100644 --- a/compiler/testData/codegen/box/inference/builderInference/callableReferencesProperCompletion.kt +++ b/compiler/testData/codegen/box/inference/builderInference/callableReferencesProperCompletion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun nonGenericId(x: Any?) = x diff --git a/compiler/testData/codegen/box/inference/builderInference/capturedTypes.kt b/compiler/testData/codegen/box/inference/builderInference/capturedTypes.kt index 05cc1e2ec5b..44e58605af4 100644 --- a/compiler/testData/codegen/box/inference/builderInference/capturedTypes.kt +++ b/compiler/testData/codegen/box/inference/builderInference/capturedTypes.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/changingResolveIfDontUseBuilderInferenceDisabledFeature.kt b/compiler/testData/codegen/box/inference/builderInference/changingResolveIfDontUseBuilderInferenceDisabledFeature.kt index 23c1becc970..36fe03dcf32 100644 --- a/compiler/testData/codegen/box/inference/builderInference/changingResolveIfDontUseBuilderInferenceDisabledFeature.kt +++ b/compiler/testData/codegen/box/inference/builderInference/changingResolveIfDontUseBuilderInferenceDisabledFeature.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: -UseBuilderInferenceOnlyIfNeeded import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/commonSuperType.kt b/compiler/testData/codegen/box/inference/builderInference/commonSuperType.kt index 0a1d7ad5f6d..88e3562ff18 100644 --- a/compiler/testData/codegen/box/inference/builderInference/commonSuperType.kt +++ b/compiler/testData/codegen/box/inference/builderInference/commonSuperType.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: Test.java diff --git a/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeContravariant.kt b/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeContravariant.kt index 30053001189..05f7adf6732 100644 --- a/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeContravariant.kt +++ b/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeContravariant.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeCovariant.kt b/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeCovariant.kt index 0639e01d8e7..fe8973d3f1c 100644 --- a/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeCovariant.kt +++ b/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeCovariant.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // IGNORE_BACKEND: WASM diff --git a/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeInvariant.kt b/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeInvariant.kt index 093586339b8..8dd32a5886e 100644 --- a/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeInvariant.kt +++ b/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeInvariant.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeNullable.kt b/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeNullable.kt index 50fb81e3298..1048062e1b4 100644 --- a/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeNullable.kt +++ b/compiler/testData/codegen/box/inference/builderInference/commonSuperTypeNullable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // IGNORE_BACKEND: WASM diff --git a/compiler/testData/codegen/box/inference/builderInference/constraintsBetweenTwoStubVariables.kt b/compiler/testData/codegen/box/inference/builderInference/constraintsBetweenTwoStubVariables.kt index c1fa24bbb22..f953deacdce 100644 --- a/compiler/testData/codegen/box/inference/builderInference/constraintsBetweenTwoStubVariables.kt +++ b/compiler/testData/codegen/box/inference/builderInference/constraintsBetweenTwoStubVariables.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/cstBasedOnTwoBuilderInferenceLambda.kt b/compiler/testData/codegen/box/inference/builderInference/cstBasedOnTwoBuilderInferenceLambda.kt index 9824fbe1384..ff8fda56fc1 100644 --- a/compiler/testData/codegen/box/inference/builderInference/cstBasedOnTwoBuilderInferenceLambda.kt +++ b/compiler/testData/codegen/box/inference/builderInference/cstBasedOnTwoBuilderInferenceLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inference/builderInference/inferFromExpectedType.kt b/compiler/testData/codegen/box/inference/builderInference/inferFromExpectedType.kt index 7208134789e..c0e24a1e742 100644 --- a/compiler/testData/codegen/box/inference/builderInference/inferFromExpectedType.kt +++ b/compiler/testData/codegen/box/inference/builderInference/inferFromExpectedType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM_IR @OptIn(ExperimentalStdlibApi::class) diff --git a/compiler/testData/codegen/box/inference/builderInference/intersect.kt b/compiler/testData/codegen/box/inference/builderInference/intersect.kt index 2b22c22fede..a3631c6e115 100644 --- a/compiler/testData/codegen/box/inference/builderInference/intersect.kt +++ b/compiler/testData/codegen/box/inference/builderInference/intersect.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // IGNORE_BACKEND: WASM diff --git a/compiler/testData/codegen/box/inference/builderInference/kt41164.kt b/compiler/testData/codegen/box/inference/builderInference/kt41164.kt index 3e25aab88c3..3333a02a96a 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt41164.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt41164.kt @@ -1,5 +1,5 @@ // ISSUE: KT-41164 -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/kt42139.kt b/compiler/testData/codegen/box/inference/builderInference/kt42139.kt index 486c5b72552..8af5169a9ce 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt42139.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt42139.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_FIR: JVM_IR fun select(vararg x: R) = x[0] diff --git a/compiler/testData/codegen/box/inference/builderInference/kt44241.kt b/compiler/testData/codegen/box/inference/builderInference/kt44241.kt index 5b48c446e69..e1216f9f6f6 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt44241.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt44241.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference class A diff --git a/compiler/testData/codegen/box/inference/builderInference/kt45083.kt b/compiler/testData/codegen/box/inference/builderInference/kt45083.kt index 7865a57d8d7..9c3aead8b3a 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt45083.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt45083.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference object Hello { diff --git a/compiler/testData/codegen/box/inference/builderInference/kt47052.kt b/compiler/testData/codegen/box/inference/builderInference/kt47052.kt index 2fabd92966b..34146478ae2 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt47052.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt47052.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_FIR: JVM_IR public inline fun > flatMapTo1(destination: C, transform: (List) -> Iterable) {} diff --git a/compiler/testData/codegen/box/inference/builderInference/kt47744.kt b/compiler/testData/codegen/box/inference/builderInference/kt47744.kt index 748a7ce7517..e9c246bfe15 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt47744.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt47744.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/kt48445.kt b/compiler/testData/codegen/box/inference/builderInference/kt48445.kt index ed111085076..47fdaaeb4fd 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt48445.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt48445.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: WASM // !LANGUAGE: +UnrestrictedBuilderInference // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB internal class TowerDataElementsForName() { val reversedFilteredLocalScopes by lazy(LazyThreadSafetyMode.NONE) { diff --git a/compiler/testData/codegen/box/inference/builderInference/kt48633.kt b/compiler/testData/codegen/box/inference/builderInference/kt48633.kt index a3205c37bb6..1be2132fd7c 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt48633.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt48633.kt @@ -1,6 +1,6 @@ // DONT_TARGET_EXACT_BACKEND: WASM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB class TowerDataElementsForName() { @OptIn(ExperimentalStdlibApi::class) diff --git a/compiler/testData/codegen/box/inference/builderInference/kt49285.kt b/compiler/testData/codegen/box/inference/builderInference/kt49285.kt index 6c40dfd8337..a73dbab46ab 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt49285.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt49285.kt @@ -1,6 +1,6 @@ // DONT_TARGET_EXACT_BACKEND: WASM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/labaledCall.kt b/compiler/testData/codegen/box/inference/builderInference/labaledCall.kt index 43348f0d93b..219006735d2 100644 --- a/compiler/testData/codegen/box/inference/builderInference/labaledCall.kt +++ b/compiler/testData/codegen/box/inference/builderInference/labaledCall.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -UNCHECKED_CAST -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/lackOfNullCheckOnNullableInsideBuild.kt b/compiler/testData/codegen/box/inference/builderInference/lackOfNullCheckOnNullableInsideBuild.kt index 5d83c7f839f..3b432b05fe9 100644 --- a/compiler/testData/codegen/box/inference/builderInference/lackOfNullCheckOnNullableInsideBuild.kt +++ b/compiler/testData/codegen/box/inference/builderInference/lackOfNullCheckOnNullableInsideBuild.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // Issue: KT-36371 import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/memberScope.kt b/compiler/testData/codegen/box/inference/builderInference/memberScope.kt index c477ba76ffb..469d00abe75 100644 --- a/compiler/testData/codegen/box/inference/builderInference/memberScope.kt +++ b/compiler/testData/codegen/box/inference/builderInference/memberScope.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -DEPRECATION -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_FIR: JVM_IR import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/nullability.kt b/compiler/testData/codegen/box/inference/builderInference/nullability.kt index ad9198f77e0..aee5f8cb73d 100644 --- a/compiler/testData/codegen/box/inference/builderInference/nullability.kt +++ b/compiler/testData/codegen/box/inference/builderInference/nullability.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/propagateInferenceSessionIntoDeclarationAnalyzers.kt b/compiler/testData/codegen/box/inference/builderInference/propagateInferenceSessionIntoDeclarationAnalyzers.kt index f6b867db2ba..92a9a0b04df 100644 --- a/compiler/testData/codegen/box/inference/builderInference/propagateInferenceSessionIntoDeclarationAnalyzers.kt +++ b/compiler/testData/codegen/box/inference/builderInference/propagateInferenceSessionIntoDeclarationAnalyzers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferences.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferences.kt index 13da006308c..fc3ed5da452 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferences.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferences.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: -StrictOnlyInputTypesChecks import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.kt index 6ab9def3000..5ba5719c430 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt index 13da006308c..fc3ed5da452 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: -StrictOnlyInputTypesChecks import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt index 05f00aec992..77c092f0aed 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // IGNORE_BACKEND: WASM diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithLambdas.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithLambdas.kt index 892c83ba9f2..c7c5879143a 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithLambdas.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithLambdas.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/substituteStubTypeIntoCR.kt b/compiler/testData/codegen/box/inference/builderInference/substituteStubTypeIntoCR.kt index bf09bb127f9..c7d00a0e7d1 100644 --- a/compiler/testData/codegen/box/inference/builderInference/substituteStubTypeIntoCR.kt +++ b/compiler/testData/codegen/box/inference/builderInference/substituteStubTypeIntoCR.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/inference/builderInference/substituteStubTypeIntolambdaParameterDescriptor.kt b/compiler/testData/codegen/box/inference/builderInference/substituteStubTypeIntolambdaParameterDescriptor.kt index 302659e526a..18429800371 100644 --- a/compiler/testData/codegen/box/inference/builderInference/substituteStubTypeIntolambdaParameterDescriptor.kt +++ b/compiler/testData/codegen/box/inference/builderInference/substituteStubTypeIntolambdaParameterDescriptor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/substituteTypeVariableIntolambdaParameterDescriptor.kt b/compiler/testData/codegen/box/inference/builderInference/substituteTypeVariableIntolambdaParameterDescriptor.kt index 81091297c52..de3547dac23 100644 --- a/compiler/testData/codegen/box/inference/builderInference/substituteTypeVariableIntolambdaParameterDescriptor.kt +++ b/compiler/testData/codegen/box/inference/builderInference/substituteTypeVariableIntolambdaParameterDescriptor.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class Foo diff --git a/compiler/testData/codegen/box/inference/builderInference/substitutelambdaExtensionReceiverType.kt b/compiler/testData/codegen/box/inference/builderInference/substitutelambdaExtensionReceiverType.kt index 0ae8a59ec39..c12d593f6a6 100644 --- a/compiler/testData/codegen/box/inference/builderInference/substitutelambdaExtensionReceiverType.kt +++ b/compiler/testData/codegen/box/inference/builderInference/substitutelambdaExtensionReceiverType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/topDownCompletionBreakedByNonBuilderInferenceSession.kt b/compiler/testData/codegen/box/inference/builderInference/topDownCompletionBreakedByNonBuilderInferenceSession.kt index 2aa3fe8e84e..ade47900065 100644 --- a/compiler/testData/codegen/box/inference/builderInference/topDownCompletionBreakedByNonBuilderInferenceSession.kt +++ b/compiler/testData/codegen/box/inference/builderInference/topDownCompletionBreakedByNonBuilderInferenceSession.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCalls.kt b/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCalls.kt index e985887ebb1..727ad0f7094 100644 --- a/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCalls.kt +++ b/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCalls.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCallsSameLevel.kt b/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCallsSameLevel.kt index 7cd9627f50c..f9aac31418e 100644 --- a/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCallsSameLevel.kt +++ b/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCallsSameLevel.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithTwoBuilderInferenceCalls.kt b/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithTwoBuilderInferenceCalls.kt index 391812cc6d2..3202323ccef 100644 --- a/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithTwoBuilderInferenceCalls.kt +++ b/compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithTwoBuilderInferenceCalls.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/withExpectedType.kt b/compiler/testData/codegen/box/inference/builderInference/withExpectedType.kt index ebdcff4a5ed..1e9f8905d0f 100644 --- a/compiler/testData/codegen/box/inference/builderInference/withExpectedType.kt +++ b/compiler/testData/codegen/box/inference/builderInference/withExpectedType.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -UseBuilderInferenceOnlyIfNeeded -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -OPT_IN_USAGE_ERROR -CAST_NEVER_SUCCEEDS // IGNORE_BACKEND_FIR: JVM_IR diff --git a/compiler/testData/codegen/box/inference/builderInference/withoutAnnotation.kt b/compiler/testData/codegen/box/inference/builderInference/withoutAnnotation.kt index 8d87f29b146..c356cdef8e0 100644 --- a/compiler/testData/codegen/box/inference/builderInference/withoutAnnotation.kt +++ b/compiler/testData/codegen/box/inference/builderInference/withoutAnnotation.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_FIR: JVM_IR // !LANGUAGE: +UseBuilderInferenceWithoutAnnotation diff --git a/compiler/testData/codegen/box/inference/builderInferenceLeakingVariable.kt b/compiler/testData/codegen/box/inference/builderInferenceLeakingVariable.kt index 48fee22e526..ec472f2787e 100644 --- a/compiler/testData/codegen/box/inference/builderInferenceLeakingVariable.kt +++ b/compiler/testData/codegen/box/inference/builderInferenceLeakingVariable.kt @@ -1,5 +1,5 @@ // Issues: KT-33542, KT-33544 -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/capturedStarProjection.kt b/compiler/testData/codegen/box/inference/capturedStarProjection.kt index 67815bc89d3..674bae38bc3 100644 --- a/compiler/testData/codegen/box/inference/capturedStarProjection.kt +++ b/compiler/testData/codegen/box/inference/capturedStarProjection.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface A { var x: T diff --git a/compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt b/compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt index 54d99c23562..b18f544be62 100644 --- a/compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt +++ b/compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_DCE_DRIVEN class Foo { diff --git a/compiler/testData/codegen/box/inference/kt26345.kt b/compiler/testData/codegen/box/inference/kt26345.kt index d221f765167..e1dff231f39 100644 --- a/compiler/testData/codegen/box/inference/kt26345.kt +++ b/compiler/testData/codegen/box/inference/kt26345.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // IGNORE_BACKEND: ANDROID diff --git a/compiler/testData/codegen/box/inference/kt32429.kt b/compiler/testData/codegen/box/inference/kt32429.kt index ed1a7432752..6239527b13f 100644 --- a/compiler/testData/codegen/box/inference/kt32429.kt +++ b/compiler/testData/codegen/box/inference/kt32429.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // ISSUE: KT-32429 import kotlin.properties.Delegates.observable diff --git a/compiler/testData/codegen/box/inference/kt35684.kt b/compiler/testData/codegen/box/inference/kt35684.kt index 9ee703bf90e..7cce32de092 100644 --- a/compiler/testData/codegen/box/inference/kt35684.kt +++ b/compiler/testData/codegen/box/inference/kt35684.kt @@ -1,5 +1,5 @@ // !OPT_IN: kotlin.RequiresOptIn -// WITH_RUNTIME +// WITH_STDLIB // ISSUE: KT-35684 diff --git a/compiler/testData/codegen/box/inference/kt36446.kt b/compiler/testData/codegen/box/inference/kt36446.kt index e8efa3acbf0..bd83fe1b872 100644 --- a/compiler/testData/codegen/box/inference/kt36446.kt +++ b/compiler/testData/codegen/box/inference/kt36446.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/kt39824.kt b/compiler/testData/codegen/box/inference/kt39824.kt index d14322664cc..023d98accfc 100644 --- a/compiler/testData/codegen/box/inference/kt39824.kt +++ b/compiler/testData/codegen/box/inference/kt39824.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_LAZY -// WITH_RUNTIME +// WITH_STDLIB fun diContext(context: C): DIContext = DIContext(TypeToken(), context) fun diContext(getContext: () -> C): DIContext = DIContext(TypeToken()) { getContext() } diff --git a/compiler/testData/codegen/box/inference/lambdasWithExtensionFunctionType.kt b/compiler/testData/codegen/box/inference/lambdasWithExtensionFunctionType.kt index 2cfd3f06ffd..040a771c715 100644 --- a/compiler/testData/codegen/box/inference/lambdasWithExtensionFunctionType.kt +++ b/compiler/testData/codegen/box/inference/lambdasWithExtensionFunctionType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Stroke interface Fill diff --git a/compiler/testData/codegen/box/inference/lastExpressionOfLambdaWithNothingConstraint.kt b/compiler/testData/codegen/box/inference/lastExpressionOfLambdaWithNothingConstraint.kt index c8ea28d58fa..1877cd00eaa 100644 --- a/compiler/testData/codegen/box/inference/lastExpressionOfLambdaWithNothingConstraint.kt +++ b/compiler/testData/codegen/box/inference/lastExpressionOfLambdaWithNothingConstraint.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline fun foo(f: () -> T): String { return (f() as? Inv)?.result() ?: "Bad" diff --git a/compiler/testData/codegen/box/inference/mapCollectChainWithNullResult.kt b/compiler/testData/codegen/box/inference/mapCollectChainWithNullResult.kt index e3c876cf04b..595171ad577 100644 --- a/compiler/testData/codegen/box/inference/mapCollectChainWithNullResult.kt +++ b/compiler/testData/codegen/box/inference/mapCollectChainWithNullResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:OptIn(kotlin.experimental.ExperimentalTypeInference::class) diff --git a/compiler/testData/codegen/box/inference/plusAssignInsideLambda.kt b/compiler/testData/codegen/box/inference/plusAssignInsideLambda.kt index b6d4ea8c3ec..a5a2dea6921 100644 --- a/compiler/testData/codegen/box/inference/plusAssignInsideLambda.kt +++ b/compiler/testData/codegen/box/inference/plusAssignInsideLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt b/compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt index e4ff4055866..097a06b25c6 100644 --- a/compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt +++ b/compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !LANGUAGE: -StrictOnlyInputTypesChecks diff --git a/compiler/testData/codegen/box/inference/sumOfOverloads.kt b/compiler/testData/codegen/box/inference/sumOfOverloads.kt index f7d7886e9f9..ee430625691 100644 --- a/compiler/testData/codegen/box/inference/sumOfOverloads.kt +++ b/compiler/testData/codegen/box/inference/sumOfOverloads.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK fun box(): String { diff --git a/compiler/testData/codegen/box/inference/suspendExtensionRecevierFromConstraint.kt b/compiler/testData/codegen/box/inference/suspendExtensionRecevierFromConstraint.kt index 9c7ffb8cb65..897448355e8 100644 --- a/compiler/testData/codegen/box/inference/suspendExtensionRecevierFromConstraint.kt +++ b/compiler/testData/codegen/box/inference/suspendExtensionRecevierFromConstraint.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class ExtensionReceiver typealias SuspendExtensionFunction = suspend ExtensionReceiver.() -> Unit diff --git a/compiler/testData/codegen/box/inference/violatingUpperBoundForSelfType.kt b/compiler/testData/codegen/box/inference/violatingUpperBoundForSelfType.kt index 6a4a4342459..d57d9edae31 100644 --- a/compiler/testData/codegen/box/inference/violatingUpperBoundForSelfType.kt +++ b/compiler/testData/codegen/box/inference/violatingUpperBoundForSelfType.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -ProperTypeInferenceConstraintsProcessing // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER -CAST_NEVER_SUCCEEDS fun > createMap(enumClass: Class) {} diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/arrayDequeRemoveAll.kt b/compiler/testData/codegen/box/inlineArgsInPlace/arrayDequeRemoveAll.kt index 8d6041a336f..63fe26c446e 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/arrayDequeRemoveAll.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/arrayDequeRemoveAll.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") class ArrayDeque : AbstractMutableList { diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/breakInArgumentExpression.kt b/compiler/testData/codegen/box/inlineArgsInPlace/breakInArgumentExpression.kt index 5ebb65705a2..1ecefaf9caf 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/breakInArgumentExpression.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/breakInArgumentExpression.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB fun test(xs: List): Map { val result = linkedMapOf() diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/continueInArgumentExpression.kt b/compiler/testData/codegen/box/inlineArgsInPlace/continueInArgumentExpression.kt index 31b198bc73d..9820764ef0b 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/continueInArgumentExpression.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/continueInArgumentExpression.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB fun test(xs: List, flag: Boolean = false): Map { val result = linkedMapOf() diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/inlineCircularDedepency.kt b/compiler/testData/codegen/box/inlineArgsInPlace/inlineCircularDedepency.kt index f069acc22aa..1b8d1957c8c 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/inlineCircularDedepency.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/inlineCircularDedepency.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB val z = ArrayList() diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/kotlinReflect.kt b/compiler/testData/codegen/box/inlineArgsInPlace/kotlinReflect.kt index e124ea13321..ce5d40537f3 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/kotlinReflect.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/kotlinReflect.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB interface Foo { val foos: List diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/kt49370.kt b/compiler/testData/codegen/box/inlineArgsInPlace/kt49370.kt index b96d9aa6d33..a7e7c3b6ebf 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/kt49370.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/kt49370.kt @@ -1,5 +1,5 @@ // !OPT_IN: kotlin.ExperimentalStdlibApi -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM fun box(): String { diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/kt49407.kt b/compiler/testData/codegen/box/inlineArgsInPlace/kt49407.kt index d981beb3356..b883280b692 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/kt49407.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/kt49407.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x: Array> = arrayOf(arrayOf(0.plus(-1L).mod(5.mod(-47)).rem(1))) diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/mapSet.kt b/compiler/testData/codegen/box/inlineArgsInPlace/mapSet.kt index 2b371889631..d5b5c4bedd9 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/mapSet.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/mapSet.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val m = HashMap() diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt b/compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt index e52062c2c04..0c6da441e3b 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/mutableCollectionPlusAssign.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB class C(val xs: MutableList) diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt b/compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt index 2e984eec500..d10a7794675 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/noinlineParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TODO separate bytecode text templates for FIR? // -- CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt b/compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt index 6fc7bdfec4e..b93c6ec45a6 100644 --- a/compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt +++ b/compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/inlineClasses/UIntArraySortExample.kt b/compiler/testData/codegen/box/inlineClasses/UIntArraySortExample.kt index f6ded54d415..526c9068c24 100644 --- a/compiler/testData/codegen/box/inlineClasses/UIntArraySortExample.kt +++ b/compiler/testData/codegen/box/inlineClasses/UIntArraySortExample.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/UIntSafeAsInt.kt b/compiler/testData/codegen/box/inlineClasses/UIntSafeAsInt.kt index 12151e361d2..38c86793459 100644 --- a/compiler/testData/codegen/box/inlineClasses/UIntSafeAsInt.kt +++ b/compiler/testData/codegen/box/inlineClasses/UIntSafeAsInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun testUIntSafeAsInt(x: UInt) = x as? Int diff --git a/compiler/testData/codegen/box/inlineClasses/annotatedMemberExtensionProperty.kt b/compiler/testData/codegen/box/inlineClasses/annotatedMemberExtensionProperty.kt index 4b1938371ee..84942174cb6 100644 --- a/compiler/testData/codegen/box/inlineClasses/annotatedMemberExtensionProperty.kt +++ b/compiler/testData/codegen/box/inlineClasses/annotatedMemberExtensionProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Target(AnnotationTarget.PROPERTY) annotation class Anno diff --git a/compiler/testData/codegen/box/inlineClasses/anySuperCall.kt b/compiler/testData/codegen/box/inlineClasses/anySuperCall.kt index a205d48d2dc..7839809e118 100644 --- a/compiler/testData/codegen/box/inlineClasses/anySuperCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/anySuperCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/boundCallableReferencePassedToInlineFunction.kt b/compiler/testData/codegen/box/inlineClasses/boundCallableReferencePassedToInlineFunction.kt index 07103a06eab..1422e41b755 100644 --- a/compiler/testData/codegen/box/inlineClasses/boundCallableReferencePassedToInlineFunction.kt +++ b/compiler/testData/codegen/box/inlineClasses/boundCallableReferencePassedToInlineFunction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInSecondaryConstructor.kt b/compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInSecondaryConstructor.kt index 946b333ea4a..15c8fbba735 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInSecondaryConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInSecondaryConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInitBlock.kt b/compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInitBlock.kt index 9265744949e..caf1ec0124e 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInitBlock.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInitBlock.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxNullableForFakeOverride.kt b/compiler/testData/codegen/box/inlineClasses/boxNullableForFakeOverride.kt index 43e05fa36c9..a65564dd7e3 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxNullableForFakeOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxNullableForFakeOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM abstract class C { fun foo(v: T?, x: (T) -> Any?) = v?.let { x(it) } diff --git a/compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithNonNullUnderlyingType.kt b/compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithNonNullUnderlyingType.kt index 8d35f51fe1a..e593457b046 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithNonNullUnderlyingType.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithNonNullUnderlyingType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class BoxT(val boxed: T) class BoxAny(val boxed: Any?) diff --git a/compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt b/compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt index e67d29a9327..c29bb5dd78d 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class BoxT(val boxed: T) class BoxAny(val boxed: Any?) diff --git a/compiler/testData/codegen/box/inlineClasses/boxResultInlineClassOfConstructorCall.kt b/compiler/testData/codegen/box/inlineClasses/boxResultInlineClassOfConstructorCall.kt index 3833840792c..ae11364c673 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxResultInlineClassOfConstructorCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxResultInlineClassOfConstructorCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxAny.kt index dd634a1446b..4048e4143d3 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxFunLiteralAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxFunLiteralAny.kt index c42ebf33c20..31cc82f65aa 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxFunLiteralAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxFunLiteralAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxInt.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxInt.kt index 8ca6a439023..e0f9cc0ccf1 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxInt.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableAny.kt index d2a5ebf109c..9eab4582d18 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableAnyNull.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableAnyNull.kt index e98f0631a54..7c9e2ffa1d7 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableAnyNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableAnyNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableInt.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableInt.kt index 6b7f7824322..77c0059870d 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableInt.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableIntNull.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableIntNull.kt index 1ff824c978a..f065bad6392 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableIntNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableIntNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableString.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableString.kt index d3a3be3447e..5edb0d0b057 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableString.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableStringNull.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableStringNull.kt index e1a64f4da12..40da4c38e7d 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableStringNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxNullableStringNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxString.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxString.kt index 687ec0dbe71..74ed85b9389 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxString.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/kt27586_1.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/kt27586_1.kt index fb03e9ebe0b..b40290b3066 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/kt27586_1.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/kt27586_1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // Result::getOrNull contains cast (value as T). It gets inlined but type parameter is not updated. We loose information that it was diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/kt27586_2.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/kt27586_2.kt index 34724f19171..381bb91e269 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/kt27586_2.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/kt27586_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // Result::getOrNull contains cast (value as T). It gets inlined but type parameter is not updated. We loose information that it was diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/boxReturnValueInDefaultMethod.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/boxReturnValueInDefaultMethod.kt index da144d81b53..4842ed7065b 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/boxReturnValueInDefaultMethod.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/boxReturnValueInDefaultMethod.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface X { operator fun plus(n: Int) : T diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToAny.kt index 729e47fc3c1..9981258bf90 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToNullableAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToNullableAny.kt index dc58ca2e816..0cfedb908e9 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToNullableAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToNullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToAny.kt index def3e49e07f..6b361bc249c 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToInterface.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToInterface.kt index b3ef5674f47..19b4136b21d 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToInterface.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToInterface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun foo(): String diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToPrimitive.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToPrimitive.kt index 1f740ad70d9..950e589f365 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToPrimitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideErasedToPrimitive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideListVsMutableList.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideListVsMutableList.kt index 6631f995dc7..ae1d1a21ff7 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideListVsMutableList.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideListVsMutableList.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFooList { fun foo(): List diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideUnrelatedInterfaces.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideUnrelatedInterfaces.kt index a96bc48d08f..4052af3c63a 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideUnrelatedInterfaces.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideUnrelatedInterfaces.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IQ1 interface IQ2 diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/genericOverride.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/genericOverride.kt index 48a8b0e5ec5..b2efb1a7cdd 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/genericOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/genericOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/genericOverrideSpecialized.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/genericOverrideSpecialized.kt index 6a9cbb08e31..50c2eca6a15 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/genericOverrideSpecialized.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/genericOverrideSpecialized.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface GFoo { fun foo(): T diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/inlineClassInOverriddenReturnTypes.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/inlineClassInOverriddenReturnTypes.kt index 3f9efe17a99..36be5d3618c 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/inlineClassInOverriddenReturnTypes.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/inlineClassInOverriddenReturnTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt28483.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt28483.kt index 148d825d6db..6c825823841 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt28483.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt28483.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt31585.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt31585.kt index 377719cadde..72926f6ea73 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt31585.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt31585.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt35234.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt35234.kt index f2893a31aa5..973962a86f9 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt35234.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt35234.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt35234a.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt35234a.kt index ca6c46e9cc7..028e83cc554 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt35234a.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/kt35234a.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithInlineClass.kt index f2c25840f80..742f3471b69 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullAny.kt index 4af54f2e734..e1dfa92365e 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullNullableAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullNullableAny.kt index 097ef6aadb0..07829256d8c 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullNullableAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullNullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullNullableAnyNull.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullNullableAnyNull.kt index cb5d2324a90..0a127fe4c4b 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullNullableAnyNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideGenericWithNullableInlineClassUpperBoundWithNonNullNullableAnyNull.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS_IR -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JS_IR_ES6 @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullAny.kt index d5a965cc449..9969f9688ac 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullNullableAny.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullNullableAny.kt index e6a7740ecf1..6f8751fff6e 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullNullableAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullNullableAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullNullableAnyNull.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullNullableAnyNull.kt index 5a7ccd1e01d..3e698484fd8 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullNullableAnyNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/overrideNullableInlineClassWithNonNullNullableAnyNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes1a.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes1a.kt index cf77c4ed8a9..5c5f7279ea6 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes1a.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes1a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IQ { fun ok(): String diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes1b.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes1b.kt index 7059dede3e0..b5beaeb3738 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes1b.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes1b.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IQ { fun ok(): String diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes2a.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes2a.kt index 25db05029f8..6b4e15630b4 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes2a.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes2a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IBase diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes2b.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes2b.kt index 7283864899c..46f47f6975b 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes2b.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/relatedReturnTypes2b.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IBase diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/uncastInlineClassToAnyAndBack.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/uncastInlineClassToAnyAndBack.kt index 4cbc50a4386..74febb750a3 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/uncastInlineClassToAnyAndBack.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/uncastInlineClassToAnyAndBack.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/unrelatedGenerics.kt b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/unrelatedGenerics.kt index f0cdd767530..56ba8ef1995 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/unrelatedGenerics.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/unrelatedGenerics.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo1 { fun foo(): T diff --git a/compiler/testData/codegen/box/inlineClasses/boxUnboxInlineClassesWithOperatorsGetSet.kt b/compiler/testData/codegen/box/inlineClasses/boxUnboxInlineClassesWithOperatorsGetSet.kt index 1e9d6eaccc6..dbb54e01e80 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxUnboxInlineClassesWithOperatorsGetSet.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxUnboxInlineClassesWithOperatorsGetSet.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt b/compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt index 7691384a477..b0fdec55ad9 100644 --- a/compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt +++ b/compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/bridgeForFunctionReturningInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/bridgeForFunctionReturningInlineClass.kt index f117aaa055b..2318961fcb3 100644 --- a/compiler/testData/codegen/box/inlineClasses/bridgeForFunctionReturningInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/bridgeForFunctionReturningInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/bridgeGenerationWithInlineClassOverAny.kt b/compiler/testData/codegen/box/inlineClasses/bridgeGenerationWithInlineClassOverAny.kt index 70f3e426341..63b445e8d65 100644 --- a/compiler/testData/codegen/box/inlineClasses/bridgeGenerationWithInlineClassOverAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/bridgeGenerationWithInlineClassOverAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/bridgesWhenInlineClassImplementsGenericInterface.kt b/compiler/testData/codegen/box/inlineClasses/bridgesWhenInlineClassImplementsGenericInterface.kt index 633adf1f603..a31984b9901 100644 --- a/compiler/testData/codegen/box/inlineClasses/bridgesWhenInlineClassImplementsGenericInterface.kt +++ b/compiler/testData/codegen/box/inlineClasses/bridgesWhenInlineClassImplementsGenericInterface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callComputablePropertyInsideInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/callComputablePropertyInsideInlineClass.kt index 2026399d13a..b06be988979 100644 --- a/compiler/testData/codegen/box/inlineClasses/callComputablePropertyInsideInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/callComputablePropertyInsideInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callSpecializedEqualsViaReflection.kt b/compiler/testData/codegen/box/inlineClasses/callSpecializedEqualsViaReflection.kt index 64bc2780557..c27a3b724c4 100644 --- a/compiler/testData/codegen/box/inlineClasses/callSpecializedEqualsViaReflection.kt +++ b/compiler/testData/codegen/box/inlineClasses/callSpecializedEqualsViaReflection.kt @@ -2,7 +2,7 @@ // FULL_JDK // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.lang.reflect.InvocationTargetException diff --git a/compiler/testData/codegen/box/inlineClasses/callSpeciallyOverriddenPropertyOfInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/callSpeciallyOverriddenPropertyOfInlineClass.kt index 8aee9434530..aded54c6ef5 100644 --- a/compiler/testData/codegen/box/inlineClasses/callSpeciallyOverriddenPropertyOfInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/callSpeciallyOverriddenPropertyOfInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionFun.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionFun.kt index d7ca1c56789..90c83fa82f1 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionVal.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionVal.kt index 212fe8c3932..82ace693f68 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassMemberFun.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassMemberFun.kt index ca4053fb7a4..49175b911c2 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassMemberFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassMemberFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassMemberVal.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassMemberVal.kt index 5e0cf9dca93..4ac96aa9590 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassMemberVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassMemberVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassPrimaryVal.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassPrimaryVal.kt index 2fd1b8dd155..232ef370c78 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassPrimaryVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassPrimaryVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/constructorWithInlineClassParameters.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/constructorWithInlineClassParameters.kt index 5a7a8314bf5..6b86e3a1a6d 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/constructorWithInlineClassParameters.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/constructorWithInlineClassParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/equalsHashCodeToString.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/equalsHashCodeToString.kt index 7a87b81200d..6ab2d555c0f 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/equalsHashCodeToString.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/equalsHashCodeToString.kt @@ -2,7 +2,7 @@ // WASM_MUTE_REASON: IGNORED_IN_JS // IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6, NATIVE // WITH_REFLECT -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/funWithInlineClassParameters.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/funWithInlineClassParameters.kt index f16793fdda3..f745ecc368b 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/funWithInlineClassParameters.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/funWithInlineClassParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionFun.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionFun.kt index 44fe012d273..346d6d3666a 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionVal.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionVal.kt index fc486adf987..027774b369b 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassInternalPrimaryVal.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassInternalPrimaryVal.kt index 794adadea85..31bcf2f19e6 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassInternalPrimaryVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassInternalPrimaryVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberFun.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberFun.kt index c3bdb6b6221..7d5ce8cd858 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberVal.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberVal.kt index 074d452cfc1..77c13e021a9 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryConstructor.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryConstructor.kt index f068cd90542..1be23d3a424 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryVal.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryVal.kt index 9aaf919002a..1b414387ddd 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrivatePrimaryVal.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrivatePrimaryVal.kt index 6a6852fe056..f38b730c5ee 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrivatePrimaryVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrivatePrimaryVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeBoundMemberVar.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeBoundMemberVar.kt index ac1e55ab403..89fed1a60ab 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeBoundMemberVar.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeBoundMemberVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline value class Z(val x: Int) diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeMemberVar.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeMemberVar.kt index 2b536f355b1..ccedf8a3381 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeMemberVar.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeMemberVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline value class Z(val x: Int) diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeTopLevelVar.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeTopLevelVar.kt index 1f35ba48645..6ee083f334a 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeTopLevelVar.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeTopLevelVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline value class Z(val x: Int) diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/kt37986.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/kt37986.kt index e32c150badf..17823ab9195 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/kt37986.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/kt37986.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/any.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/any.kt index 494dd53c8b3..337f9a2ea76 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/any.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/anyN.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/anyN.kt index 2c257104804..b47d6143141 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/anyN.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/anyN.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/int.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/int.kt index e68d366adbc..41cd7f1306e 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/int.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/int.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/intN.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/intN.kt index f4cfa60d826..0be91754b4b 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/intN.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/intN.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/null.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/null.kt index b7c65f726e1..9c6ad34c6b7 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/null.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/null.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/result.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/result.kt index 4b2badf9163..c0f86f0d72a 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/result.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/result.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM object Foo { diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/string.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/string.kt index 47c2bb8d885..d3a9e080c6d 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/string.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/string.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/stringN.kt b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/stringN.kt index c139cc4f7c7..12ebe62843e 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferences/let/stringN.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferences/let/stringN.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/callableReferencesWithInlineClasses.kt b/compiler/testData/codegen/box/inlineClasses/callableReferencesWithInlineClasses.kt index 54af0d57d67..00c609c5c94 100644 --- a/compiler/testData/codegen/box/inlineClasses/callableReferencesWithInlineClasses.kt +++ b/compiler/testData/codegen/box/inlineClasses/callableReferencesWithInlineClasses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/castInsideWhenExpression.kt b/compiler/testData/codegen/box/inlineClasses/castInsideWhenExpression.kt index 14026af573e..c9d410f6ee1 100644 --- a/compiler/testData/codegen/box/inlineClasses/castInsideWhenExpression.kt +++ b/compiler/testData/codegen/box/inlineClasses/castInsideWhenExpression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkBoxUnboxOfArgumentsOnInlinedFunctions.kt b/compiler/testData/codegen/box/inlineClasses/checkBoxUnboxOfArgumentsOnInlinedFunctions.kt index 562cabb11ce..6647635c5ed 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkBoxUnboxOfArgumentsOnInlinedFunctions.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkBoxUnboxOfArgumentsOnInlinedFunctions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkBoxingAfterAssertionOperator.kt b/compiler/testData/codegen/box/inlineClasses/checkBoxingAfterAssertionOperator.kt index 91e637ec40f..adbb5aa41e3 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkBoxingAfterAssertionOperator.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkBoxingAfterAssertionOperator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkBoxingForComplexClassHierarchy.kt b/compiler/testData/codegen/box/inlineClasses/checkBoxingForComplexClassHierarchy.kt index e684dd817b5..9d91914c94d 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkBoxingForComplexClassHierarchy.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkBoxingForComplexClassHierarchy.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt b/compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt index 185ae627a75..39aec5535d6 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkBoxingFromReturnTypeForInlineClasses.kt b/compiler/testData/codegen/box/inlineClasses/checkBoxingFromReturnTypeForInlineClasses.kt index b117e1b27ac..44a0743f33a 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkBoxingFromReturnTypeForInlineClasses.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkBoxingFromReturnTypeForInlineClasses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkBoxingOnFunctionCalls.kt b/compiler/testData/codegen/box/inlineClasses/checkBoxingOnFunctionCalls.kt index 434b1b99cc4..f6fe95acb1a 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkBoxingOnFunctionCalls.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkBoxingOnFunctionCalls.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkBoxingOnLocalVariableAssignments.kt b/compiler/testData/codegen/box/inlineClasses/checkBoxingOnLocalVariableAssignments.kt index 24ef986759f..f912adaf173 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkBoxingOnLocalVariableAssignments.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkBoxingOnLocalVariableAssignments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt b/compiler/testData/codegen/box/inlineClasses/checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt index ad5890d4e7b..edf0333f736 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkBoxingUnboxingForInheritedTypeSpecializedFunctions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkCallingMembersInsideInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/checkCallingMembersInsideInlineClass.kt index bdefd42dea9..2ae707b2ea8 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkCallingMembersInsideInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkCallingMembersInsideInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkCastToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/checkCastToInlineClass.kt index 48e2e60ff28..ee9fa5eff60 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkCastToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkCastToInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkForInstanceOfInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/checkForInstanceOfInlineClass.kt index 99a6c5e7871..11de649185f 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkForInstanceOfInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkForInstanceOfInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkLambdaWithInlineClassesInFunctionalType.kt b/compiler/testData/codegen/box/inlineClasses/checkLambdaWithInlineClassesInFunctionalType.kt index c141f1cc5f3..b39661410d5 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkLambdaWithInlineClassesInFunctionalType.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkLambdaWithInlineClassesInFunctionalType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/checkUnboxingResultFromTypeVariable.kt b/compiler/testData/codegen/box/inlineClasses/checkUnboxingResultFromTypeVariable.kt index 1c89b50fa4a..5bc2784ddbc 100644 --- a/compiler/testData/codegen/box/inlineClasses/checkUnboxingResultFromTypeVariable.kt +++ b/compiler/testData/codegen/box/inlineClasses/checkUnboxingResultFromTypeVariable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/classInInlineClassInit.kt b/compiler/testData/codegen/box/inlineClasses/classInInlineClassInit.kt index 467b0bca310..5148570b4fe 100644 --- a/compiler/testData/codegen/box/inlineClasses/classInInlineClassInit.kt +++ b/compiler/testData/codegen/box/inlineClasses/classInInlineClassInit.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var result = "Fail" diff --git a/compiler/testData/codegen/box/inlineClasses/classLiteralOnInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/classLiteralOnInlineClass.kt index eb317793253..ca7c7fb8458 100644 --- a/compiler/testData/codegen/box/inlineClasses/classLiteralOnInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/classLiteralOnInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inlineClasses/computablePropertyInsideInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/computablePropertyInsideInlineClass.kt index 257a6f9983c..4541cefaa44 100644 --- a/compiler/testData/codegen/box/inlineClasses/computablePropertyInsideInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/computablePropertyInsideInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/conformToComparableAndCallInterfaceMethod.kt b/compiler/testData/codegen/box/inlineClasses/conformToComparableAndCallInterfaceMethod.kt index 9e4cf583c47..2a120735c12 100644 --- a/compiler/testData/codegen/box/inlineClasses/conformToComparableAndCallInterfaceMethod.kt +++ b/compiler/testData/codegen/box/inlineClasses/conformToComparableAndCallInterfaceMethod.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/constructorCallableReference.kt b/compiler/testData/codegen/box/inlineClasses/constructorCallableReference.kt index 3049ea84fbe..f2d95371e5a 100644 --- a/compiler/testData/codegen/box/inlineClasses/constructorCallableReference.kt +++ b/compiler/testData/codegen/box/inlineClasses/constructorCallableReference.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_FULL_RUNTIME // SKIP_MANGLE_VERIFICATION // IGNORE_BACKEND: WASM diff --git a/compiler/testData/codegen/box/inlineClasses/constructorImplVisibility.kt b/compiler/testData/codegen/box/inlineClasses/constructorImplVisibility.kt index ab154ca0291..a4909334402 100644 --- a/compiler/testData/codegen/box/inlineClasses/constructorImplVisibility.kt +++ b/compiler/testData/codegen/box/inlineClasses/constructorImplVisibility.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.lang.reflect.Modifier diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod.kt index c12d5db4f98..3eaa4d6d1ef 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod2.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod2.kt index 086b2e15866..cefb94564dc 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod2.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassConstructorFromCompanion.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassConstructorFromCompanion.kt index 8cabf7ff191..e82462e1341 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassConstructorFromCompanion.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassConstructorFromCompanion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassConstructorFromLambda.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassConstructorFromLambda.kt index ce91dbb302a..7509a2fc364 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassConstructorFromLambda.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassConstructorFromLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromCompanion.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromCompanion.kt index ffd993c2e10..eaa06b7ceaf 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromCompanion.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromCompanion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromCompanion2.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromCompanion2.kt index e10ec4e98a1..2f0f3794232 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromCompanion2.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromCompanion2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromInlineLambda.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromInlineLambda.kt index 677b1b6ceca..4cb255dbd45 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromInlineLambda.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromInlineLambda2.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromInlineLambda2.kt index ae8234f782c..832bc17fcb2 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromInlineLambda2.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromInlineLambda2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromLambda.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromLambda.kt index 50b335cdcdf..3fb2d81859a 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromLambda.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun eval(fn: () -> T) = fn() diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromLambda2.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromLambda2.kt index 01c52902e1e..0618ecd6c9d 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromLambda2.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassMethodFromLambda2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateStaticInlineClassCompanionMethod.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateStaticInlineClassCompanionMethod.kt index 21a4b5bf8c4..af82cc77cb1 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateStaticInlineClassCompanionMethod.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateStaticInlineClassCompanionMethod.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInLambda.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInLambda.kt index 10c51eb5164..b7fed04829a 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInLambda.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInLambda2.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInLambda2.kt index 1d3bdb2d20c..b9c7f98c155 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInLambda2.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInLambda2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInObject.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInObject.kt index 48a16381315..f5400af14bc 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInObject.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/captureInlineClassInstanceInObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/inlineLambdaInInlineClassFun.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/inlineLambdaInInlineClassFun.kt index ef5bb3fff8e..a1a6664618a 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/inlineLambdaInInlineClassFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/inlineLambdaInInlineClassFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline fun runInline(fn: () -> String) = fn() diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt26858.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt26858.kt index 6127ada57e2..911cb01d683 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt26858.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt26858.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt27513.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt27513.kt index 21e6948af88..f8347028d9b 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt27513.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt27513.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt30780.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt30780.kt index 7a3301bb8a9..4df4672bd95 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt30780.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/kt30780.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/lambdaInInlineClassFun.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/lambdaInInlineClassFun.kt index 6265d51b30b..36ee159c97b 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/lambdaInInlineClassFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/lambdaInInlineClassFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun eval(fn: () -> T) = fn() diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/objectInInlineClassFun.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/objectInInlineClassFun.kt index 5c332e74f35..f54b175348f 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/objectInInlineClassFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/objectInInlineClassFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/toPrivateCompanionFun.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/toPrivateCompanionFun.kt index 0f55c18adb9..d6a97accd2b 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/toPrivateCompanionFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/toPrivateCompanionFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/toPrivateCompanionVal.kt b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/toPrivateCompanionVal.kt index 60102d6675d..4cf906220f1 100644 --- a/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/toPrivateCompanionVal.kt +++ b/compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/toPrivateCompanionVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/correctBoxingForBranchExpressions.kt b/compiler/testData/codegen/box/inlineClasses/correctBoxingForBranchExpressions.kt index b02d35b9111..6849931cad7 100644 --- a/compiler/testData/codegen/box/inlineClasses/correctBoxingForBranchExpressions.kt +++ b/compiler/testData/codegen/box/inlineClasses/correctBoxingForBranchExpressions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Base { fun result(): Int diff --git a/compiler/testData/codegen/box/inlineClasses/createInlineClassInArgumentPosition.kt b/compiler/testData/codegen/box/inlineClasses/createInlineClassInArgumentPosition.kt index 442df14ca98..ba84a03f7eb 100644 --- a/compiler/testData/codegen/box/inlineClasses/createInlineClassInArgumentPosition.kt +++ b/compiler/testData/codegen/box/inlineClasses/createInlineClassInArgumentPosition.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/crossinlineWithInlineClassInParameter.kt b/compiler/testData/codegen/box/inlineClasses/crossinlineWithInlineClassInParameter.kt index fd5d7f8bcaa..d0d53863170 100644 --- a/compiler/testData/codegen/box/inlineClasses/crossinlineWithInlineClassInParameter.kt +++ b/compiler/testData/codegen/box/inlineClasses/crossinlineWithInlineClassInParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/customIterator.kt b/compiler/testData/codegen/box/inlineClasses/customIterator.kt index 65457d14e3c..9d4771047eb 100644 --- a/compiler/testData/codegen/box/inlineClasses/customIterator.kt +++ b/compiler/testData/codegen/box/inlineClasses/customIterator.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB // KT-44529 @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/defaultFunctionsFromAnyForInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/defaultFunctionsFromAnyForInlineClass.kt index c9c05bec8b4..de56560e20b 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultFunctionsFromAnyForInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultFunctionsFromAnyForInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultInterfaceMethodsInInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/defaultInterfaceMethodsInInlineClass.kt index 30552d5f26d..37c7e7bc872 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultInterfaceMethodsInInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultInterfaceMethodsInInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun foo(x: T): String = "O" diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultConstructorParameterValuesOfInlineClassType.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultConstructorParameterValuesOfInlineClassType.kt index 794c1e906a6..ab45b6c505a 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultConstructorParameterValuesOfInlineClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultConstructorParameterValuesOfInlineClassType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultInterfaceFunParameterValuesOfInlineClassType.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultInterfaceFunParameterValuesOfInlineClassType.kt index a59649cace5..d3572230a64 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultInterfaceFunParameterValuesOfInlineClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultInterfaceFunParameterValuesOfInlineClassType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultParameterValuesOfInlineClassType.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultParameterValuesOfInlineClassType.kt index 5fe79e4a1f8..65e246d2581 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultParameterValuesOfInlineClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultParameterValuesOfInlineClassType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultParameterValuesOfInlineClassTypeBoxing.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultParameterValuesOfInlineClassTypeBoxing.kt index e67118cfd28..3e658c49a30 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultParameterValuesOfInlineClassTypeBoxing.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultParameterValuesOfInlineClassTypeBoxing.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun foo(): String diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultValueOfInlineClassTypeInInlineFun.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultValueOfInlineClassTypeInInlineFun.kt index 856710f27f9..897a058c565 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultValueOfInlineClassTypeInInlineFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultValueOfInlineClassTypeInInlineFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultValueOfInlineClassTypeInInlineFunInInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultValueOfInlineClassTypeInInlineFunInInlineClass.kt index 71c31bbbf1d..98ec5537a3b 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultValueOfInlineClassTypeInInlineFunInInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultValueOfInlineClassTypeInInlineFunInInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassFun.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassFun.kt index d8f0e18c910..84edb7251e5 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassPrimaryConstructor.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassPrimaryConstructor.kt index 21a4fb26183..3d75f403d8c 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassPrimaryConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassPrimaryConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassPrimaryConstructorWithInlineClassValue.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassPrimaryConstructorWithInlineClassValue.kt index a783673371d..56b3f3ba39f 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassPrimaryConstructorWithInlineClassValue.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassPrimaryConstructorWithInlineClassValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassSecondaryConstructor.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassSecondaryConstructor.kt index 148dda0312c..466f4adfb39 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassSecondaryConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/inlineClassSecondaryConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/kt26554.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/kt26554.kt index 2417f31e17e..87cd8da9922 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/kt26554.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/kt26554.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_GENERATED -// WITH_RUNTIME +// WITH_STDLIB data class RGBA(val rgba: Int) diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/kt27416.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/kt27416.kt index 2a5e6c12fce..1f1be51dab5 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/kt27416.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/kt27416.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/all-compatibility.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/all-compatibility.kt index 078b317c027..f9527459fcc 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/all-compatibility.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/all-compatibility.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/all.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/all.kt index 7576b879d7f..03c460d0433 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/all.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/all.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/compatibility.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/compatibility.kt index 403ed6847ec..e16a11bc0ff 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/compatibility.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/compatibility.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/default.kt b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/default.kt index 4d16fdc86f4..1e3c90d90b8 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/default.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter/default.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgument.kt b/compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgument.kt index 159141a0e86..3b73febc9ed 100644 --- a/compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgument.kt +++ b/compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt fun box() = A(0).f() diff --git a/compiler/testData/codegen/box/inlineClasses/elvisWithInlineClassAndNullConstant.kt b/compiler/testData/codegen/box/inlineClasses/elvisWithInlineClassAndNullConstant.kt index 0cd66c016b8..2a3a62e6bc6 100644 --- a/compiler/testData/codegen/box/inlineClasses/elvisWithInlineClassAndNullConstant.kt +++ b/compiler/testData/codegen/box/inlineClasses/elvisWithInlineClassAndNullConstant.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/emptyConstructorForInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/emptyConstructorForInlineClass.kt index 3d876a47a00..4aa153a4caa 100644 --- a/compiler/testData/codegen/box/inlineClasses/emptyConstructorForInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/emptyConstructorForInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksInlineClassNonNull.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksInlineClassNonNull.kt index d0466ef5b22..f113b3ebbd9 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksInlineClassNonNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksInlineClassNonNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksMixedNullability.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksMixedNullability.kt index cc50988d5a7..4d3ee3288be 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksMixedNullability.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksMixedNullability.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedInlineClassNonNull.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedInlineClassNonNull.kt index 371cd07bfb5..28ae933e405 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedInlineClassNonNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedInlineClassNonNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedNonNull.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedNonNull.kt index 5859ba65ba4..a35b037ec67 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedNonNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedNonNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedNullable.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedNullable.kt index 3ff18d844f6..bfcfccf68c6 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedNullable.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedNullable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedPrimitive.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedPrimitive.kt index 13fc65422cf..c12d0feb369 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedPrimitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksNegatedPrimitive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksNonNull.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksNonNull.kt index c0efe87a9aa..ca2f57a3a9d 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksNonNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksNonNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksNullable.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksNullable.kt index a9ede8df667..e199c8bb4f5 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksNullable.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksNullable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityChecksPrimitive.kt b/compiler/testData/codegen/box/inlineClasses/equalityChecksPrimitive.kt index f84224451e6..9aecee377ba 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityChecksPrimitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityChecksPrimitive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalityForBoxesOfNullableValuesOfInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/equalityForBoxesOfNullableValuesOfInlineClass.kt index a80c5ad18cf..fee5716b672 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalityForBoxesOfNullableValuesOfInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalityForBoxesOfNullableValuesOfInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalsCallsLeftArgument.kt b/compiler/testData/codegen/box/inlineClasses/equalsCallsLeftArgument.kt index 82d37ba7984..f7f451eb571 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalsCallsLeftArgument.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalsCallsLeftArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderInlineClass.kt index 4f66ba9afbe..1754d35dffa 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderInlineClass.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderNonNull.kt b/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderNonNull.kt index 1322a7f3cac..390b8d6910c 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderNonNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderNonNull.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderNullable.kt b/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderNullable.kt index 7aa675df47c..45ed9ea4ece 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderNullable.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderNullable.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderPrimitive.kt b/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderPrimitive.kt index 63f7fd7f9de..0792dcea06e 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderPrimitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalsEvaluationOrderPrimitive.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/equalsOperatorWithGenericCall.kt b/compiler/testData/codegen/box/inlineClasses/equalsOperatorWithGenericCall.kt index 07f8ad962bc..17122eabcbb 100644 --- a/compiler/testData/codegen/box/inlineClasses/equalsOperatorWithGenericCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/equalsOperatorWithGenericCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun.kt b/compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun.kt index 8ffabc45d85..9ad4dfc6082 100644 --- a/compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun T.runExt(fn: T.() -> String) = fn() diff --git a/compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun2.kt b/compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun2.kt index 1039e05ae6c..aea1a41bcaa 100644 --- a/compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun2.kt +++ b/compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun T.runExt(fn: T.() -> String) = fn() diff --git a/compiler/testData/codegen/box/inlineClasses/fieldNameClash.kt b/compiler/testData/codegen/box/inlineClasses/fieldNameClash.kt index 2411f7d24eb..abbce373c6f 100644 --- a/compiler/testData/codegen/box/inlineClasses/fieldNameClash.kt +++ b/compiler/testData/codegen/box/inlineClasses/fieldNameClash.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/funInterface/argumentIC.kt b/compiler/testData/codegen/box/inlineClasses/funInterface/argumentIC.kt index 2fe0d0f41b8..d835db15254 100644 --- a/compiler/testData/codegen/box/inlineClasses/funInterface/argumentIC.kt +++ b/compiler/testData/codegen/box/inlineClasses/funInterface/argumentIC.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/funInterface/argumentResult.kt b/compiler/testData/codegen/box/inlineClasses/funInterface/argumentResult.kt index c33afc313fe..064f5d84b73 100644 --- a/compiler/testData/codegen/box/inlineClasses/funInterface/argumentResult.kt +++ b/compiler/testData/codegen/box/inlineClasses/funInterface/argumentResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM fun interface ResultHandler { diff --git a/compiler/testData/codegen/box/inlineClasses/funInterface/javaSam.kt b/compiler/testData/codegen/box/inlineClasses/funInterface/javaSam.kt index 56030b4770b..1df9e3d9d40 100644 --- a/compiler/testData/codegen/box/inlineClasses/funInterface/javaSam.kt +++ b/compiler/testData/codegen/box/inlineClasses/funInterface/javaSam.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_RUNTIME // FILE: ResultHandler.java diff --git a/compiler/testData/codegen/box/inlineClasses/funInterface/javaSamReturnResult.kt b/compiler/testData/codegen/box/inlineClasses/funInterface/javaSamReturnResult.kt index 39abed86923..73609b3324b 100644 --- a/compiler/testData/codegen/box/inlineClasses/funInterface/javaSamReturnResult.kt +++ b/compiler/testData/codegen/box/inlineClasses/funInterface/javaSamReturnResult.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_RUNTIME // FILE: ResultHandler.java diff --git a/compiler/testData/codegen/box/inlineClasses/funInterface/mangledSamWrappers.kt b/compiler/testData/codegen/box/inlineClasses/funInterface/mangledSamWrappers.kt index c8e9f5ea392..95a7b0647f9 100644 --- a/compiler/testData/codegen/box/inlineClasses/funInterface/mangledSamWrappers.kt +++ b/compiler/testData/codegen/box/inlineClasses/funInterface/mangledSamWrappers.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline value class A(val value: String) diff --git a/compiler/testData/codegen/box/inlineClasses/funInterface/returnIC.kt b/compiler/testData/codegen/box/inlineClasses/funInterface/returnIC.kt index 55f82f512f9..2d369020f3c 100644 --- a/compiler/testData/codegen/box/inlineClasses/funInterface/returnIC.kt +++ b/compiler/testData/codegen/box/inlineClasses/funInterface/returnIC.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/funInterface/returnResult.kt b/compiler/testData/codegen/box/inlineClasses/funInterface/returnResult.kt index 9e73253c4c9..5b5b57ac4d0 100644 --- a/compiler/testData/codegen/box/inlineClasses/funInterface/returnResult.kt +++ b/compiler/testData/codegen/box/inlineClasses/funInterface/returnResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM fun interface ResultHandler { diff --git a/compiler/testData/codegen/box/inlineClasses/functionExpression.kt b/compiler/testData/codegen/box/inlineClasses/functionExpression.kt index 4f2d8acc782..b84c90c5876 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionExpression.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionExpression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline fun new(init: (Z) -> Unit): Z = Z(42) diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/anonymousObjectInFunctionWithMangledName.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/anonymousObjectInFunctionWithMangledName.kt index e4f1745be9d..bab9725109c 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/anonymousObjectInFunctionWithMangledName.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/anonymousObjectInFunctionWithMangledName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/extensionFunctionsDoNotClash.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/extensionFunctionsDoNotClash.kt index 52ccab240dc..ba9c4e7ab7f 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/extensionFunctionsDoNotClash.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/extensionFunctionsDoNotClash.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/functionsWithDifferentNullabilityDoNotClash.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/functionsWithDifferentNullabilityDoNotClash.kt index b28598c1e3d..f46476f62b1 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/functionsWithDifferentNullabilityDoNotClash.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/functionsWithDifferentNullabilityDoNotClash.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericFunctionsDoNotClash.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericFunctionsDoNotClash.kt index 5945593c16f..a98a224a1c9 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericFunctionsDoNotClash.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericFunctionsDoNotClash.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt index da7491e8a39..f1b40d7e1d1 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/localClassInFunctionWithMangledName.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/localClassInFunctionWithMangledName.kt index 252abd22b56..43b3ec87454 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/localClassInFunctionWithMangledName.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/localClassInFunctionWithMangledName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsCanBeOverridden.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsCanBeOverridden.kt index 33c5229fbad..49cfaab475a 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsCanBeOverridden.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsCanBeOverridden.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsDoNotClash.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsDoNotClash.kt index e5cc9a942c7..3c912397193 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsDoNotClash.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsDoNotClash.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsPresentInStackTrace.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsPresentInStackTrace.kt index ed5ca8ceb1a..25363023c21 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsPresentInStackTrace.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mangledFunctionsPresentInStackTrace.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: JS, JS_IR, WASM // IGNORE_BACKEND: JS_IR_ES6 // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WASM_MUTE_REASON: IGNORED_IN_JS @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mixedSignatureFunctionsDoNotClash.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mixedSignatureFunctionsDoNotClash.kt index 24164af2297..fa1878d2798 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mixedSignatureFunctionsDoNotClash.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/mixedSignatureFunctionsDoNotClash.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/overridingMethodInGenericClass.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/overridingMethodInGenericClass.kt index 42343a74f2f..e3fc91642d3 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/overridingMethodInGenericClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/overridingMethodInGenericClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class GenericBase { abstract fun foo(x: T): T diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/overridingMethodInGenericClass2.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/overridingMethodInGenericClass2.kt index d7ecb2b04cd..925811296e0 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/overridingMethodInGenericClass2.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/overridingMethodInGenericClass2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class GenericBase { abstract fun foo(x: T): T diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/propertySetterWithInlineClassTypeArgument.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/propertySetterWithInlineClassTypeArgument.kt index d5c08207990..18a47da4b1a 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/propertySetterWithInlineClassTypeArgument.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/propertySetterWithInlineClassTypeArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForFunctionWithMangledName.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForFunctionWithMangledName.kt index bd8fd6ae7b2..4909181b3a7 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForFunctionWithMangledName.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForFunctionWithMangledName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForPropertyOfInlineClassType.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForPropertyOfInlineClassType.kt index aab194caeb1..c9e05606b5b 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForPropertyOfInlineClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForPropertyOfInlineClassType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/syntheticAccessorForFunctionWithMangledName.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/syntheticAccessorForFunctionWithMangledName.kt index 2e42c0677a7..bac81268c31 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/syntheticAccessorForFunctionWithMangledName.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/syntheticAccessorForFunctionWithMangledName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/syntheticAccessorsForPropertyOfInlineClassType.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/syntheticAccessorsForPropertyOfInlineClassType.kt index ddb586751ef..ad24b686f62 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/syntheticAccessorsForPropertyOfInlineClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/syntheticAccessorsForPropertyOfInlineClassType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/genericInlineClassSynthMembers.kt b/compiler/testData/codegen/box/inlineClasses/genericInlineClassSynthMembers.kt index ab3438c7a1d..3b83a58d948 100644 --- a/compiler/testData/codegen/box/inlineClasses/genericInlineClassSynthMembers.kt +++ b/compiler/testData/codegen/box/inlineClasses/genericInlineClassSynthMembers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib1 // FILE: lib1.kt diff --git a/compiler/testData/codegen/box/inlineClasses/genericVararg2ndConstructor.kt b/compiler/testData/codegen/box/inlineClasses/genericVararg2ndConstructor.kt index 2ebc772666c..e34456cc60f 100644 --- a/compiler/testData/codegen/box/inlineClasses/genericVararg2ndConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/genericVararg2ndConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KT-41771 @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile1.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile1.kt index f573e5b3d93..672868a2d60 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile1.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt fun box(): String = X(Z("OK")).z.result diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile2.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile2.kt index e780f2f197e..5ec5173866c 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile2.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 2.kt fun box(): String = X(Z("OK")).z.result diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorWithDefaultParameters.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorWithDefaultParameters.kt index 495a850f34a..da8a689c21f 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorWithDefaultParameters.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorWithDefaultParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingSuperConstructorCall.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingSuperConstructorCall.kt index 77720795b58..2dc46c6c319 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingSuperConstructorCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingSuperConstructorCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingSuperConstructorCallInSecondaryConstructor.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingSuperConstructorCallInSecondaryConstructor.kt index 9b9a4fd6221..518cb863683 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingSuperConstructorCallInSecondaryConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingSuperConstructorCallInSecondaryConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingThisConstructorCall.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingThisConstructorCall.kt index 481c2009a17..b271ce2d9b2 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingThisConstructorCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/delegatingThisConstructorCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/enumClassConstructor.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/enumClassConstructor.kt index 54ef091de8b..e3a910a4f43 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/enumClassConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/enumClassConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/innerClassConstructor.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/innerClassConstructor.kt index fc9a1c9fd8f..bf924bd9d01 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/innerClassConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/innerClassConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/kt28855.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/kt28855.kt index 2193dfc2dcc..c731c4e6bd5 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/kt28855.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/kt28855.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C(val x: T, vararg ys: UInt) { val y0 = ys[0] diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/primaryConstructor.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/primaryConstructor.kt index a77fcce5b4b..d09c7b3064b 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/primaryConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/primaryConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/privateConstructor.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/privateConstructor.kt index ba33b2d1314..9822fbafe60 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/privateConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/privateConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/sealedClassConstructor.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/sealedClassConstructor.kt index 64a9fb4f016..6de9449fe0c 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/sealedClassConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/sealedClassConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/secondaryConstructor.kt b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/secondaryConstructor.kt index 23693ced65f..f8601e8ca05 100644 --- a/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/secondaryConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/hiddenConstructor/secondaryConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/initBlock.kt b/compiler/testData/codegen/box/inlineClasses/initBlock.kt index 795485a5142..f696f8aae11 100644 --- a/compiler/testData/codegen/box/inlineClasses/initBlock.kt +++ b/compiler/testData/codegen/box/inlineClasses/initBlock.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassAsLastExpressionInInLambda.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassAsLastExpressionInInLambda.kt index c33bf1d7fdb..252347f7e92 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassAsLastExpressionInInLambda.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassAsLastExpressionInInLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineCollectionOfInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineCollectionOfInlineClass.kt index 71167a46521..60881f19541 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineCollectionOfInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineCollectionOfInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineListOfInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineListOfInlineClass.kt index 691f2e40242..c48eebaf56b 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineListOfInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineListOfInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineMapOfInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineMapOfInlineClass.kt index a1d3508a559..9e396015e21 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineMapOfInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineMapOfInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassEqualityShouldUseTotalOrderForFloatingPointData.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassEqualityShouldUseTotalOrderForFloatingPointData.kt index a296985ec3d..9be7cef1cf6 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassEqualityShouldUseTotalOrderForFloatingPointData.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassEqualityShouldUseTotalOrderForFloatingPointData.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassFieldHandling.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassFieldHandling.kt index fac437fed17..431d6bbed99 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassFieldHandling.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassFieldHandling.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var result = "Fail" diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassFunctionInvoke.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassFunctionInvoke.kt index f4bba29e0bc..cb4ffb38280 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassFunctionInvoke.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassFunctionInvoke.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassImplementsCollection.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassImplementsCollection.kt index 39b67cf12f4..17f23309b86 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassImplementsCollection.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassImplementsCollection.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassInInitBlock.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassInInitBlock.kt index 7507fd4d332..6e18a613156 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassInInitBlock.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassInInitBlock.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var result = "Fail" diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassInStringTemplate.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassInStringTemplate.kt index d51af1c4554..543107fd032 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassInStringTemplate.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassInStringTemplate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassPropertyReferenceGetAndSet.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassPropertyReferenceGetAndSet.kt index bbcb09bb127..928bb773606 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassPropertyReferenceGetAndSet.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassPropertyReferenceGetAndSet.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassValueCapturedInInlineLambda.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassValueCapturedInInlineLambda.kt index e5b057177dc..b7809141184 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassValueCapturedInInlineLambda.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassValueCapturedInInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassValueCapturedInNonInlineLambda.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassValueCapturedInNonInlineLambda.kt index af83d0ef7a5..3c36113b7df 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassValueCapturedInNonInlineLambda.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassValueCapturedInNonInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassValuesInsideStrings.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassValuesInsideStrings.kt index bf9ac5fb5a1..9f85d85a7cf 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassValuesInsideStrings.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassValuesInsideStrings.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassWithCustomEquals.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassWithCustomEquals.kt index 018b07f9ba3..cf838d9e65d 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassWithCustomEquals.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassWithCustomEquals.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_BACKEND: JVM // IGNORE_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("RESERVED_MEMBER_INSIDE_VALUE_CLASS") diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassWithDefaultFunctionsFromAny.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassWithDefaultFunctionsFromAny.kt index 803d5352ec9..ecd87dfd7c5 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassWithDefaultFunctionsFromAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassWithDefaultFunctionsFromAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassesAsInlineFunParameters.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassesAsInlineFunParameters.kt index 67e6da1a197..d1b1c30cf18 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassesAsInlineFunParameters.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassesAsInlineFunParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassesCheckCast.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassesCheckCast.kt index e108e4d2c4f..75637022a1f 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassesCheckCast.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassesCheckCast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassesInInlineLambdaParameters.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassesInInlineLambdaParameters.kt index 44ff1201dfa..d6fd7edd500 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassesInInlineLambdaParameters.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassesInInlineLambdaParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineClassesRefTypesInInlineLambdaParameters.kt b/compiler/testData/codegen/box/inlineClasses/inlineClassesRefTypesInInlineLambdaParameters.kt index 5a157eddf2a..4014d072ba8 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineClassesRefTypesInInlineLambdaParameters.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineClassesRefTypesInInlineLambdaParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineExtLambdaInInlineClassFun.kt b/compiler/testData/codegen/box/inlineClasses/inlineExtLambdaInInlineClassFun.kt index 92d641ce690..116a1218349 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineExtLambdaInInlineClassFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineExtLambdaInInlineClassFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline fun T.runInlineExt(fn: T.() -> String) = fn() diff --git a/compiler/testData/codegen/box/inlineClasses/inlineExtLambdaInInlineClassFun2.kt b/compiler/testData/codegen/box/inlineClasses/inlineExtLambdaInInlineClassFun2.kt index 3fa8ac3df29..0426dc6c75d 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineExtLambdaInInlineClassFun2.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineExtLambdaInInlineClassFun2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline fun T.runInlineExt(fn: T.() -> String) = fn() diff --git a/compiler/testData/codegen/box/inlineClasses/inlineFunctionInsideInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/inlineFunctionInsideInlineClass.kt index 1d14a7b2d64..ee807a5e395 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineFunctionInsideInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineFunctionInsideInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineInCompanion.kt b/compiler/testData/codegen/box/inlineClasses/inlineInCompanion.kt index 87767b26159..8af410258b7 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineInCompanion.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineInCompanion.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: R.kt import kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/inlineToString.kt b/compiler/testData/codegen/box/inlineClasses/inlineToString.kt index 71b74953bc8..d1907407332 100644 --- a/compiler/testData/codegen/box/inlineClasses/inlineToString.kt +++ b/compiler/testData/codegen/box/inlineClasses/inlineToString.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB import kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/interfaceImplementationByDelegation.kt b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/interfaceImplementationByDelegation.kt index d820f2b6a39..d5ed1f492d7 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/interfaceImplementationByDelegation.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/interfaceImplementationByDelegation.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun getO(): String diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/kt38337.kt b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/kt38337.kt index 655fdfe9ce1..fba498583e6 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/kt38337.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/kt38337.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberExtValDelegationWithInlineClassParameterTypes.kt b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberExtValDelegationWithInlineClassParameterTypes.kt index abd811206d1..92ff2d9bea2 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberExtValDelegationWithInlineClassParameterTypes.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberExtValDelegationWithInlineClassParameterTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberExtVarDelegationWithInlineClassParameterTypes.kt b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberExtVarDelegationWithInlineClassParameterTypes.kt index 1b9d45528be..b69b5b47073 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberExtVarDelegationWithInlineClassParameterTypes.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberExtVarDelegationWithInlineClassParameterTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegatedToInlineClassInt.kt b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegatedToInlineClassInt.kt index b281732e996..cda900dccd9 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegatedToInlineClassInt.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegatedToInlineClassInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals interface IFoo { diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegatedToInlineClassLong.kt b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegatedToInlineClassLong.kt index 397088bf868..19640a8b513 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegatedToInlineClassLong.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegatedToInlineClassLong.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals interface IFoo { diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegationToInlineClassWithInlineClassParameterTypes.kt b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegationToInlineClassWithInlineClassParameterTypes.kt index 83c14e0e54c..da393d4d813 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegationToInlineClassWithInlineClassParameterTypes.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegationToInlineClassWithInlineClassParameterTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegationWithInlineClassParameterTypes.kt b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegationWithInlineClassParameterTypes.kt index 2b8f150f14e..f5f08fc2692 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegationWithInlineClassParameterTypes.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceDelegation/memberFunDelegationWithInlineClassParameterTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride.kt index b806660b858..c114c1bd239 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride2.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride2.kt index 60e5f241742..5c66acaed03 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride2.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride3.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride3.kt index e76d63c88b2..aa52604da7c 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride3.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/defaultInterfaceExtensionFunCall.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/defaultInterfaceExtensionFunCall.kt index 147a4e6866f..40fb3211f88 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/defaultInterfaceExtensionFunCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/defaultInterfaceExtensionFunCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun Long.foo() = bar() diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/defaultInterfaceMethodCall.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/defaultInterfaceMethodCall.kt index 8c9577fbe9a..cc81bbc5242 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/defaultInterfaceMethodCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/defaultInterfaceMethodCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun foo() = bar() diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericDefaultInterfaceExtensionFunCall.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericDefaultInterfaceExtensionFunCall.kt index 4080fa4b466..baf9cc12e37 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericDefaultInterfaceExtensionFunCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericDefaultInterfaceExtensionFunCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo> { fun T.foo(): String = bar() diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericDefaultInterfaceMethodCall.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericDefaultInterfaceMethodCall.kt index 20f486a75e6..5c2f0ecdd74 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericDefaultInterfaceMethodCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericDefaultInterfaceMethodCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo> { fun foo(t: T): String = t.bar() diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericInterfaceMethodCall.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericInterfaceMethodCall.kt index 6bf21b112e9..9b789354c3a 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericInterfaceMethodCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericInterfaceMethodCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun foo(x: T): String diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericMethodWithInlineClassOverride.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericMethodWithInlineClassOverride.kt index b1b7dc712b9..2032a7c3108 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericMethodWithInlineClassOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/genericMethodWithInlineClassOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/interfaceSuperCall.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/interfaceSuperCall.kt index 71fa42c57ee..2f8434c6776 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/interfaceSuperCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/interfaceSuperCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface A { fun f(x: String) = x diff --git a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/overriddenDefaultInterfaceMethodCall.kt b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/overriddenDefaultInterfaceMethodCall.kt index 026512d3fb1..f6a70b17e87 100644 --- a/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/overriddenDefaultInterfaceMethodCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/overriddenDefaultInterfaceMethodCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IBase { fun foo() = "BAD" diff --git a/compiler/testData/codegen/box/inlineClasses/iterateOverArrayOfInlineClassValues.kt b/compiler/testData/codegen/box/inlineClasses/iterateOverArrayOfInlineClassValues.kt index dd530301c4a..eadc4767286 100644 --- a/compiler/testData/codegen/box/inlineClasses/iterateOverArrayOfInlineClassValues.kt +++ b/compiler/testData/codegen/box/inlineClasses/iterateOverArrayOfInlineClassValues.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/iterateOverListOfInlineClassValues.kt b/compiler/testData/codegen/box/inlineClasses/iterateOverListOfInlineClassValues.kt index 65036712f11..721975e61cb 100644 --- a/compiler/testData/codegen/box/inlineClasses/iterateOverListOfInlineClassValues.kt +++ b/compiler/testData/codegen/box/inlineClasses/iterateOverListOfInlineClassValues.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/javaClassIntrinsicOnInlineClasses.kt b/compiler/testData/codegen/box/inlineClasses/javaClassIntrinsicOnInlineClasses.kt index a1ed87320e6..e5f7299d90a 100644 --- a/compiler/testData/codegen/box/inlineClasses/javaClassIntrinsicOnInlineClasses.kt +++ b/compiler/testData/codegen/box/inlineClasses/javaClassIntrinsicOnInlineClasses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM package root diff --git a/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignature.kt b/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignature.kt index 105c8b34707..cc21b431ceb 100644 --- a/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignature.kt +++ b/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignature.kt @@ -1,6 +1,6 @@ // LANGUAGE: +InlineClasses // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: WithInlineClass.java diff --git a/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignatureNonNull.kt b/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignatureNonNull.kt index 74ce893cbd3..760f6d77cee 100644 --- a/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignatureNonNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignatureNonNull.kt @@ -1,6 +1,6 @@ // LANGUAGE: +InlineClasses // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: WithInlineClass.java diff --git a/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignatureNullable.kt b/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignatureNullable.kt index f8f2aad8bc7..331ebaf3674 100644 --- a/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignatureNullable.kt +++ b/compiler/testData/codegen/box/inlineClasses/javaInterop/inlineClasInSignatureNullable.kt @@ -1,6 +1,6 @@ // LANGUAGE: +InlineClasses // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: WithInlineClass.java diff --git a/compiler/testData/codegen/box/inlineClasses/javaPrimitiveTypeIC.kt b/compiler/testData/codegen/box/inlineClasses/javaPrimitiveTypeIC.kt index 4b3b102932c..fd0aa234530 100644 --- a/compiler/testData/codegen/box/inlineClasses/javaPrimitiveTypeIC.kt +++ b/compiler/testData/codegen/box/inlineClasses/javaPrimitiveTypeIC.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/javaDefaultMethod.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/javaDefaultMethod.kt index 73eb36a0ffb..fc28bc551a4 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/javaDefaultMethod.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/javaDefaultMethod.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: javaDefaultMethod.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/javaDefaultMethodOverriddenByKotlin.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/javaDefaultMethodOverriddenByKotlin.kt index 5695679707f..9145eaf1cd1 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/javaDefaultMethodOverriddenByKotlin.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/javaDefaultMethodOverriddenByKotlin.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: javaDefaultMethod.kt interface K2 : J { override fun get2() = "Kotlin" diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAll.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAll.kt index 061d5d7cedc..ee841bab5a7 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAll.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAll.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: jvmDefaultAll.kt diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAllPrimaryProperty.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAllPrimaryProperty.kt index d0ae3aa949c..6333913e34f 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAllPrimaryProperty.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAllPrimaryProperty.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: jvmDefaultAll.kt diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAllProperty.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAllProperty.kt index 47b145d2d08..36d265df482 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAllProperty.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultAllProperty.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: jvmDefaultAll.kt diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnable.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnable.kt index 95b54fc000b..1e51ac3c774 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnable.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnable.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: jvmDefaultEnable.kt diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnablePrimaryProperty.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnablePrimaryProperty.kt index de4a66aabf5..2d81a957ab9 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnablePrimaryProperty.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnablePrimaryProperty.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: jvmDefaultEnable.kt diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnableProperty.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnableProperty.kt index 7570288d161..7d4b1554ad6 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnableProperty.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultEnableProperty.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: jvmDefaultEnable.kt diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultGeneric.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultGeneric.kt index 1655e1ce030..c110948a8f3 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultGeneric.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultGeneric.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 class Cell(val x: T) diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSafeCall.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSafeCall.kt index 0893ee063d1..14f015aa5d4 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSafeCall.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSafeCall.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 interface IOk { diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSmartCast.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSmartCast.kt index 57f006a2efb..b7f323b0b37 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSmartCast.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSmartCast.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 interface IOk { diff --git a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSuspend.kt b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSuspend.kt index 20400c07628..d06ecd766e5 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSuspend.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods/jvmDefaultSuspend.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/inlineClasses/jvmFieldInInlineClassCompanion.kt b/compiler/testData/codegen/box/inlineClasses/jvmFieldInInlineClassCompanion.kt index 874c7ff807f..4540694e2e1 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvmFieldInInlineClassCompanion.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvmFieldInInlineClassCompanion.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/jvmOverloadsOnTopLevelFunctionReturningInlineClassValue.kt b/compiler/testData/codegen/box/inlineClasses/jvmOverloadsOnTopLevelFunctionReturningInlineClassValue.kt index 3777acf5c2e..dcaaa649312 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvmOverloadsOnTopLevelFunctionReturningInlineClassValue.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvmOverloadsOnTopLevelFunctionReturningInlineClassValue.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/jvmStaticFunInInlineClassCompanion.kt b/compiler/testData/codegen/box/inlineClasses/jvmStaticFunInInlineClassCompanion.kt index 5737a6007ad..14a3d03a994 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvmStaticFunInInlineClassCompanion.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvmStaticFunInInlineClassCompanion.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/jvmStaticPropertyAccessorInInlineClassCompanion.kt b/compiler/testData/codegen/box/inlineClasses/jvmStaticPropertyAccessorInInlineClassCompanion.kt index 469869e3108..b0298d92a73 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvmStaticPropertyAccessorInInlineClassCompanion.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvmStaticPropertyAccessorInInlineClassCompanion.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/jvmStaticVarInInlineClassCompanion.kt b/compiler/testData/codegen/box/inlineClasses/jvmStaticVarInInlineClassCompanion.kt index fb584722d77..03c9fb9dc4b 100644 --- a/compiler/testData/codegen/box/inlineClasses/jvmStaticVarInInlineClassCompanion.kt +++ b/compiler/testData/codegen/box/inlineClasses/jvmStaticVarInInlineClassCompanion.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/kt25246.kt b/compiler/testData/codegen/box/inlineClasses/kt25246.kt index b2e1c41a081..848e845f4fe 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt25246.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt25246.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt25750.kt b/compiler/testData/codegen/box/inlineClasses/kt25750.kt index ed71012dbf3..5b92f13aab8 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt25750.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt25750.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KMutableProperty0 import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/inlineClasses/kt25771.kt b/compiler/testData/codegen/box/inlineClasses/kt25771.kt index c58720c544d..e6c936d407c 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt25771.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt25771.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt26103.kt b/compiler/testData/codegen/box/inlineClasses/kt26103.kt index c94d4366084..90d8274139e 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt26103.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt26103.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt26103_contravariantUnderlyingType.kt b/compiler/testData/codegen/box/inlineClasses/kt26103_contravariantUnderlyingType.kt index 9ea4c7d23af..d710ee00ae5 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt26103_contravariantUnderlyingType.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt26103_contravariantUnderlyingType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt26103_covariantUnderlyingType.kt b/compiler/testData/codegen/box/inlineClasses/kt26103_covariantUnderlyingType.kt index fe340483ccf..d28b233567e 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt26103_covariantUnderlyingType.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt26103_covariantUnderlyingType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt26103_original.kt b/compiler/testData/codegen/box/inlineClasses/kt26103_original.kt index e782361b3ea..258dbeed4af 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt26103_original.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt26103_original.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27096.kt b/compiler/testData/codegen/box/inlineClasses/kt27096.kt index 56abf077302..0627b98484a 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27096.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27096.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27096_enum.kt b/compiler/testData/codegen/box/inlineClasses/kt27096_enum.kt index 6327c497645..8e2f877dd34 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27096_enum.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27096_enum.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB enum class En { N, A, B, C } diff --git a/compiler/testData/codegen/box/inlineClasses/kt27096_functional.kt b/compiler/testData/codegen/box/inlineClasses/kt27096_functional.kt index 35ca4953481..1df4d00082b 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27096_functional.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27096_functional.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27096_innerClass.kt b/compiler/testData/codegen/box/inlineClasses/kt27096_innerClass.kt index 75041d4d1ae..c7f093594b0 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27096_innerClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27096_innerClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Outer(val x: X) { inner class Inner(val y: Y) { diff --git a/compiler/testData/codegen/box/inlineClasses/kt27096_nullablePrimitive.kt b/compiler/testData/codegen/box/inlineClasses/kt27096_nullablePrimitive.kt index 951ddbf3857..e6dac15521f 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27096_nullablePrimitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27096_nullablePrimitive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27096_nullableReference.kt b/compiler/testData/codegen/box/inlineClasses/kt27096_nullableReference.kt index 7addebacc0b..4525dbc4c7d 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27096_nullableReference.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27096_nullableReference.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27096_primitive.kt b/compiler/testData/codegen/box/inlineClasses/kt27096_primitive.kt index 5b347dbbb70..328f0f30583 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27096_primitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27096_primitive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27096_reference.kt b/compiler/testData/codegen/box/inlineClasses/kt27096_reference.kt index 0df9797e85e..ea2129c564e 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27096_reference.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27096_reference.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27113.kt b/compiler/testData/codegen/box/inlineClasses/kt27113.kt index e3555113125..2a10c8acb37 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27113.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27113.kt @@ -2,7 +2,7 @@ // WASM_MUTE_REASON: IGNORED_IN_JS // IGNORE_BACKEND: JS, JS_IR, NATIVE // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB class CharacterLiteral(private val prefix: NamelessString, private val s: NamelessString) { override fun toString(): String = "$prefix'$s'" diff --git a/compiler/testData/codegen/box/inlineClasses/kt27113a.kt b/compiler/testData/codegen/box/inlineClasses/kt27113a.kt index ecea4cd4609..ca091d5e2d2 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27113a.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27113a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27132.kt b/compiler/testData/codegen/box/inlineClasses/kt27132.kt index 51dc1806ce3..e84f7852fa3 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27132.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27132.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27140.kt b/compiler/testData/codegen/box/inlineClasses/kt27140.kt index 3e1a5290b32..0f37aacb18e 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27140.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27140.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27705.kt b/compiler/testData/codegen/box/inlineClasses/kt27705.kt index f0a7f273782..9b5d1fd4850 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27705.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27705.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt27706.kt b/compiler/testData/codegen/box/inlineClasses/kt27706.kt index a6820b7bea8..1b3be322c1a 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt27706.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt27706.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt28405.kt b/compiler/testData/codegen/box/inlineClasses/kt28405.kt index 3db05d92607..5c4345e7514 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt28405.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt28405.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/inlineClasses/kt28585.kt b/compiler/testData/codegen/box/inlineClasses/kt28585.kt index b6f5faad1f1..724a0b84b7f 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt28585.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt28585.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun eval(fn: () -> T) = fn() diff --git a/compiler/testData/codegen/box/inlineClasses/kt28920_javaObjectType.kt b/compiler/testData/codegen/box/inlineClasses/kt28920_javaObjectType.kt index 8646d43ed97..d55078b1df0 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt28920_javaObjectType.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt28920_javaObjectType.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val c = UInt::class.javaObjectType diff --git a/compiler/testData/codegen/box/inlineClasses/kt28920_javaPrimitiveType.kt b/compiler/testData/codegen/box/inlineClasses/kt28920_javaPrimitiveType.kt index 23104938a02..02b8c9aa4a4 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt28920_javaPrimitiveType.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt28920_javaPrimitiveType.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { if (UInt::class.javaPrimitiveType != null) throw AssertionError() diff --git a/compiler/testData/codegen/box/inlineClasses/kt32793.kt b/compiler/testData/codegen/box/inlineClasses/kt32793.kt index be2e20b9050..c3084801d73 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt32793.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt32793.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM diff --git a/compiler/testData/codegen/box/inlineClasses/kt33119.kt b/compiler/testData/codegen/box/inlineClasses/kt33119.kt index 398efb930bd..6fd5e318e19 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt33119.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt33119.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt34268.kt b/compiler/testData/codegen/box/inlineClasses/kt34268.kt index ed9a8aa8ddd..8a77af1ec9e 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt34268.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt34268.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { return when(val foo = 42UL) { diff --git a/compiler/testData/codegen/box/inlineClasses/kt34902.kt b/compiler/testData/codegen/box/inlineClasses/kt34902.kt index e8b5c0fcad5..2c636c75c23 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt34902.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt34902.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface OneofField { val value: T diff --git a/compiler/testData/codegen/box/inlineClasses/kt37998.kt b/compiler/testData/codegen/box/inlineClasses/kt37998.kt index 034ffb48316..7202c657ad5 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt37998.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt37998.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt38680.kt b/compiler/testData/codegen/box/inlineClasses/kt38680.kt index faba2bec77d..9932034870a 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt38680.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt38680.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt38680a.kt b/compiler/testData/codegen/box/inlineClasses/kt38680a.kt index 774f74eeed7..55ee595a434 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt38680a.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt38680a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt38680b.kt b/compiler/testData/codegen/box/inlineClasses/kt38680b.kt index ddf8121285e..6d3794d5700 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt38680b.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt38680b.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt44141.kt b/compiler/testData/codegen/box/inlineClasses/kt44141.kt index 57aeb62ff46..db643a5a2fa 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt44141.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt44141.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_FULL_RUNTIME fun > isSuccess(a: A): String = diff --git a/compiler/testData/codegen/box/inlineClasses/kt44701_jvmOverloads.kt b/compiler/testData/codegen/box/inlineClasses/kt44701_jvmOverloads.kt index 38d3062ba0e..4bc503e5a7b 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt44701_jvmOverloads.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt44701_jvmOverloads.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt44867.kt b/compiler/testData/codegen/box/inlineClasses/kt44867.kt index dcaa685c815..66d931a2832 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt44867.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt44867.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES diff --git a/compiler/testData/codegen/box/inlineClasses/kt44978.kt b/compiler/testData/codegen/box/inlineClasses/kt44978.kt index 274aa68d542..5f5cb3336c8 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt44978.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt44978.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt45084.kt b/compiler/testData/codegen/box/inlineClasses/kt45084.kt index c3352e65591..d7b1245890d 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt45084.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt45084.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt45991.kt b/compiler/testData/codegen/box/inlineClasses/kt45991.kt index 0eb129c453a..6af96bc707f 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt45991.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt45991.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS diff --git a/compiler/testData/codegen/box/inlineClasses/kt46554.kt b/compiler/testData/codegen/box/inlineClasses/kt46554.kt index 83d1fd6d203..4da714f6742 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt46554.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt46554.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var result = "Fail" diff --git a/compiler/testData/codegen/box/inlineClasses/kt47609.kt b/compiler/testData/codegen/box/inlineClasses/kt47609.kt index b42ee03777c..f7f32750738 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt47609.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt47609.kt @@ -1,6 +1,6 @@ // WITH_REFLECT // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB annotation class Ann(val value: String) diff --git a/compiler/testData/codegen/box/inlineClasses/kt47762.kt b/compiler/testData/codegen/box/inlineClasses/kt47762.kt index efb0bc252bd..76eb7c60509 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt47762.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt47762.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/kt48993.kt b/compiler/testData/codegen/box/inlineClasses/kt48993.kt index 58166532831..2a22b2483d6 100644 --- a/compiler/testData/codegen/box/inlineClasses/kt48993.kt +++ b/compiler/testData/codegen/box/inlineClasses/kt48993.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/mangledDefaultParameterFunction.kt b/compiler/testData/codegen/box/inlineClasses/mangledDefaultParameterFunction.kt index bca69d48f20..82e120aa1c8 100644 --- a/compiler/testData/codegen/box/inlineClasses/mangledDefaultParameterFunction.kt +++ b/compiler/testData/codegen/box/inlineClasses/mangledDefaultParameterFunction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline value class X(val s: String) diff --git a/compiler/testData/codegen/box/inlineClasses/mangledSuperCalls.kt b/compiler/testData/codegen/box/inlineClasses/mangledSuperCalls.kt index df8fb811a75..9f63324b14a 100644 --- a/compiler/testData/codegen/box/inlineClasses/mangledSuperCalls.kt +++ b/compiler/testData/codegen/box/inlineClasses/mangledSuperCalls.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/mapInlineClassesWithSuppressWildcardsMode.kt b/compiler/testData/codegen/box/inlineClasses/mapInlineClassesWithSuppressWildcardsMode.kt index c9462d97687..f9c70a41d66 100644 --- a/compiler/testData/codegen/box/inlineClasses/mapInlineClassesWithSuppressWildcardsMode.kt +++ b/compiler/testData/codegen/box/inlineClasses/mapInlineClassesWithSuppressWildcardsMode.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM class Foo(val x: Int) diff --git a/compiler/testData/codegen/box/inlineClasses/mappingOfBoxedFlexibleInlineClassType.kt b/compiler/testData/codegen/box/inlineClasses/mappingOfBoxedFlexibleInlineClassType.kt index b93d9adc927..309c03cb91e 100644 --- a/compiler/testData/codegen/box/inlineClasses/mappingOfBoxedFlexibleInlineClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/mappingOfBoxedFlexibleInlineClassType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: JavaClass.java diff --git a/compiler/testData/codegen/box/inlineClasses/multifileClass.kt b/compiler/testData/codegen/box/inlineClasses/multifileClass.kt index c447a64676c..4d501aa6597 100644 --- a/compiler/testData/codegen/box/inlineClasses/multifileClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/multifileClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val uia = uintArrayOf() diff --git a/compiler/testData/codegen/box/inlineClasses/nestedInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/nestedInlineClass.kt index 9ce727c6bd4..02fe7d213a1 100644 --- a/compiler/testData/codegen/box/inlineClasses/nestedInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/nestedInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C { @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt b/compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt index b6a9b760201..4602af24571 100644 --- a/compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt +++ b/compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/noReturnTypeMangling.kt b/compiler/testData/codegen/box/inlineClasses/noReturnTypeMangling.kt index 758412a7003..40b3eddb4b7 100644 --- a/compiler/testData/codegen/box/inlineClasses/noReturnTypeMangling.kt +++ b/compiler/testData/codegen/box/inlineClasses/noReturnTypeMangling.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: -MangleClassMembersReturningInlineClasses @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/noReturnTypeManglingJvmName.kt b/compiler/testData/codegen/box/inlineClasses/noReturnTypeManglingJvmName.kt index a54544f0355..8c99483275c 100644 --- a/compiler/testData/codegen/box/inlineClasses/noReturnTypeManglingJvmName.kt +++ b/compiler/testData/codegen/box/inlineClasses/noReturnTypeManglingJvmName.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses -MangleClassMembersReturningInlineClasses -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/nullableEqeqNonNull.kt b/compiler/testData/codegen/box/inlineClasses/nullableEqeqNonNull.kt index fee5d5e7de0..f3e57ea5703 100644 --- a/compiler/testData/codegen/box/inlineClasses/nullableEqeqNonNull.kt +++ b/compiler/testData/codegen/box/inlineClasses/nullableEqeqNonNull.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/nullableWrapperEquality.kt b/compiler/testData/codegen/box/inlineClasses/nullableWrapperEquality.kt index 52ec124eb28..c75b51d2809 100644 --- a/compiler/testData/codegen/box/inlineClasses/nullableWrapperEquality.kt +++ b/compiler/testData/codegen/box/inlineClasses/nullableWrapperEquality.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/overridingFunCallingPrivateFun.kt b/compiler/testData/codegen/box/inlineClasses/overridingFunCallingPrivateFun.kt index 64f51033003..ecb75b6db3f 100644 --- a/compiler/testData/codegen/box/inlineClasses/overridingFunCallingPrivateFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/overridingFunCallingPrivateFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun foo(): String diff --git a/compiler/testData/codegen/box/inlineClasses/passInlineClassAsVararg.kt b/compiler/testData/codegen/box/inlineClasses/passInlineClassAsVararg.kt index a6809fe760c..9382dcc7715 100644 --- a/compiler/testData/codegen/box/inlineClasses/passInlineClassAsVararg.kt +++ b/compiler/testData/codegen/box/inlineClasses/passInlineClassAsVararg.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/passInlineClassWithSpreadOperatorToVarargs.kt b/compiler/testData/codegen/box/inlineClasses/passInlineClassWithSpreadOperatorToVarargs.kt index 67a8559061a..b8de2444844 100644 --- a/compiler/testData/codegen/box/inlineClasses/passInlineClassWithSpreadOperatorToVarargs.kt +++ b/compiler/testData/codegen/box/inlineClasses/passInlineClassWithSpreadOperatorToVarargs.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/privateConstructorFunInterfaceMultiModule.kt b/compiler/testData/codegen/box/inlineClasses/privateConstructorFunInterfaceMultiModule.kt index 38ee36e4782..00ac55f5bf7 100644 --- a/compiler/testData/codegen/box/inlineClasses/privateConstructorFunInterfaceMultiModule.kt +++ b/compiler/testData/codegen/box/inlineClasses/privateConstructorFunInterfaceMultiModule.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/captureLocalVarDelegatedToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/captureLocalVarDelegatedToInlineClass.kt index 6490269f75b..18c5a3b052a 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/captureLocalVarDelegatedToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/captureLocalVarDelegatedToInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var setterInvoked = 0 diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateClassVarToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateClassVarToInlineClass.kt index 4578085b42f..082179a96f8 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateClassVarToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateClassVarToInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Foo { var a: Int = 42 diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateClassVarToInlineClassWithProvideDelegate.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateClassVarToInlineClassWithProvideDelegate.kt index 39b05e58d8b..3677010c7e9 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateClassVarToInlineClassWithProvideDelegate.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateClassVarToInlineClassWithProvideDelegate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Foo { var a: Int = 42 diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateCompanionVarToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateCompanionVarToInlineClass.kt index c49e3978264..9e374fa1ad7 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateCompanionVarToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateCompanionVarToInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Foo { companion object { diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateJvmStaticCompanionVarToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateJvmStaticCompanionVarToInlineClass.kt index e84f9d26904..7d6adaa8fa7 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateJvmStaticCompanionVarToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateJvmStaticCompanionVarToInlineClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class Foo { companion object { diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateLocalVarToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateLocalVarToInlineClass.kt index 803e8275e4c..f9c526990da 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateLocalVarToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateLocalVarToInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var setterInvoked = 0 diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateObjectVarToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateObjectVarToInlineClass.kt index 5642aa3a9ed..080b4981788 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateObjectVarToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateObjectVarToInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB object Foo { var a: Int = 42 diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatePrivateCompanionVarToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatePrivateCompanionVarToInlineClass.kt index bf04607e62f..97ff2debbc4 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatePrivateCompanionVarToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatePrivateCompanionVarToInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Foo { companion object { diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateTopLevelVarToInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateTopLevelVarToInlineClass.kt index 94746451364..ed888576759 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateTopLevelVarToInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateTopLevelVarToInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var setterInvoked = 0 var backing = 42 diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatedPropertyOfInlineClassType.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatedPropertyOfInlineClassType.kt index d9383e40ccf..6aefdd4c31c 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatedPropertyOfInlineClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatedPropertyOfInlineClassType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt27070.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt27070.kt index 4639b039397..a50a5115118 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt27070.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt27070.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.properties.ReadOnlyProperty import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt42933.kt b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt42933.kt index b3e2bdcba77..7ba4d82ccf0 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt42933.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt42933.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Delegate { operator fun getValue(t: Any?, p: Any): String = "OK" diff --git a/compiler/testData/codegen/box/inlineClasses/propertyLoweringOrder.kt b/compiler/testData/codegen/box/inlineClasses/propertyLoweringOrder.kt index 2e798534713..bf21ff6e459 100644 --- a/compiler/testData/codegen/box/inlineClasses/propertyLoweringOrder.kt +++ b/compiler/testData/codegen/box/inlineClasses/propertyLoweringOrder.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/referToPropertyInCompanionObjectOfInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/referToPropertyInCompanionObjectOfInlineClass.kt index e1bec734d35..d9a3e6786b1 100644 --- a/compiler/testData/codegen/box/inlineClasses/referToPropertyInCompanionObjectOfInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/referToPropertyInCompanionObjectOfInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyInsideInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyInsideInlineClass.kt index 111b6cf2d70..73cae8200e3 100644 --- a/compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyInsideInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyInsideInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyOfInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyOfInlineClass.kt index 4839b92dc84..612cc6efcde 100644 --- a/compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyOfInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyOfInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/removeInInlineCollectionOfInlineClassAsInt.kt b/compiler/testData/codegen/box/inlineClasses/removeInInlineCollectionOfInlineClassAsInt.kt index b0bd0c5c29a..cbde49efa11 100644 --- a/compiler/testData/codegen/box/inlineClasses/removeInInlineCollectionOfInlineClassAsInt.kt +++ b/compiler/testData/codegen/box/inlineClasses/removeInInlineCollectionOfInlineClassAsInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/result.kt b/compiler/testData/codegen/box/inlineClasses/result.kt index dc1e4db9c69..126c1420183 100644 --- a/compiler/testData/codegen/box/inlineClasses/result.kt +++ b/compiler/testData/codegen/box/inlineClasses/result.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: ANDROID // IGNORE_BACKEND: NATIVE // ALLOW_KOTLIN_PACKAGE -// WITH_RUNTIME +// WITH_STDLIB // FILE: result.kt package kotlin diff --git a/compiler/testData/codegen/box/inlineClasses/result/directCall1.kt b/compiler/testData/codegen/box/inlineClasses/result/directCall1.kt index 92cbc739504..f0cc9dbba5c 100644 --- a/compiler/testData/codegen/box/inlineClasses/result/directCall1.kt +++ b/compiler/testData/codegen/box/inlineClasses/result/directCall1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM, WASM interface I { fun foo(x: T): T diff --git a/compiler/testData/codegen/box/inlineClasses/result/directCall2.kt b/compiler/testData/codegen/box/inlineClasses/result/directCall2.kt index fab440cbd77..823dcc7968c 100644 --- a/compiler/testData/codegen/box/inlineClasses/result/directCall2.kt +++ b/compiler/testData/codegen/box/inlineClasses/result/directCall2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM, WASM interface I { fun foo(x: T): Any? diff --git a/compiler/testData/codegen/box/inlineClasses/result/doubleOverride.kt b/compiler/testData/codegen/box/inlineClasses/result/doubleOverride.kt index 536cda6d7cb..7fce45c43b0 100644 --- a/compiler/testData/codegen/box/inlineClasses/result/doubleOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/result/doubleOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM interface C { abstract fun foo(x: T): String diff --git a/compiler/testData/codegen/box/inlineClasses/result/extensionOverride.kt b/compiler/testData/codegen/box/inlineClasses/result/extensionOverride.kt index 0230d96bfd8..3b1e68338c6 100644 --- a/compiler/testData/codegen/box/inlineClasses/result/extensionOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/result/extensionOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun Result.get(): T = getOrNull()!! interface C { diff --git a/compiler/testData/codegen/box/inlineClasses/result/inlineMethodOnResult.kt b/compiler/testData/codegen/box/inlineClasses/result/inlineMethodOnResult.kt index f7667771f7c..83207c6af00 100644 --- a/compiler/testData/codegen/box/inlineClasses/result/inlineMethodOnResult.kt +++ b/compiler/testData/codegen/box/inlineClasses/result/inlineMethodOnResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM interface I { fun foo(x: T): V diff --git a/compiler/testData/codegen/box/inlineClasses/result/lambdaTakesResultThroughBridge.kt b/compiler/testData/codegen/box/inlineClasses/result/lambdaTakesResultThroughBridge.kt index abce7abe2ab..efad5c719c0 100644 --- a/compiler/testData/codegen/box/inlineClasses/result/lambdaTakesResultThroughBridge.kt +++ b/compiler/testData/codegen/box/inlineClasses/result/lambdaTakesResultThroughBridge.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun Result.getOrNullNoinline() = getOrNull() val x = { a: Int, b: Result -> b.getOrNullNoinline() } diff --git a/compiler/testData/codegen/box/inlineClasses/resultInlining.kt b/compiler/testData/codegen/box/inlineClasses/resultInlining.kt index aeaf19a1b85..17da53d69e5 100644 --- a/compiler/testData/codegen/box/inlineClasses/resultInlining.kt +++ b/compiler/testData/codegen/box/inlineClasses/resultInlining.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val ok = Result.success("OK") diff --git a/compiler/testData/codegen/box/inlineClasses/resultRunCatchingOrElse.kt b/compiler/testData/codegen/box/inlineClasses/resultRunCatchingOrElse.kt index 3d1ef182953..d5cb82541b2 100644 --- a/compiler/testData/codegen/box/inlineClasses/resultRunCatchingOrElse.kt +++ b/compiler/testData/codegen/box/inlineClasses/resultRunCatchingOrElse.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: TYPE_ISSUES -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/returnResult/class.kt b/compiler/testData/codegen/box/inlineClasses/returnResult/class.kt index 22edd5e2093..15892327b15 100644 --- a/compiler/testData/codegen/box/inlineClasses/returnResult/class.kt +++ b/compiler/testData/codegen/box/inlineClasses/returnResult/class.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES // On wasm this will produce conflicting return types, Result:: will return Any but we will try to interpret it as String. diff --git a/compiler/testData/codegen/box/inlineClasses/returnResult/classAnyOverride.kt b/compiler/testData/codegen/box/inlineClasses/returnResult/classAnyOverride.kt index d338ffc3c3e..c10471eb035 100644 --- a/compiler/testData/codegen/box/inlineClasses/returnResult/classAnyOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/returnResult/classAnyOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES // On wasm this will produce conflicting return types, Result. will return Any but we will try to interpret it as String. diff --git a/compiler/testData/codegen/box/inlineClasses/returnResult/classGenericOverride.kt b/compiler/testData/codegen/box/inlineClasses/returnResult/classGenericOverride.kt index 4fe523812c5..a0a7d55d70d 100644 --- a/compiler/testData/codegen/box/inlineClasses/returnResult/classGenericOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/returnResult/classGenericOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES // On wasm this will produce conflicting return types, foo will return Any but we will try to interpret it as String. diff --git a/compiler/testData/codegen/box/inlineClasses/returnResult/classResultOverride.kt b/compiler/testData/codegen/box/inlineClasses/returnResult/classResultOverride.kt index b428cbd9b87..064ee70522f 100644 --- a/compiler/testData/codegen/box/inlineClasses/returnResult/classResultOverride.kt +++ b/compiler/testData/codegen/box/inlineClasses/returnResult/classResultOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES // On wasm this will produce conflicting return types, foo will return Any but we will try to interpret it as String. diff --git a/compiler/testData/codegen/box/inlineClasses/returnResult/interface.kt b/compiler/testData/codegen/box/inlineClasses/returnResult/interface.kt index 3f7cc1941ff..4bdd00f79d4 100644 --- a/compiler/testData/codegen/box/inlineClasses/returnResult/interface.kt +++ b/compiler/testData/codegen/box/inlineClasses/returnResult/interface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES // On wasm this will produce conflicting return types, Result. will return Any but we will try to interpret it as String. diff --git a/compiler/testData/codegen/box/inlineClasses/returnResult/topLevel.kt b/compiler/testData/codegen/box/inlineClasses/returnResult/topLevel.kt index 88048a37c73..cf9bf8cd066 100644 --- a/compiler/testData/codegen/box/inlineClasses/returnResult/topLevel.kt +++ b/compiler/testData/codegen/box/inlineClasses/returnResult/topLevel.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES // On wasm this will produce conflicting return types, Result. will return Any but we will try to interpret it as String. diff --git a/compiler/testData/codegen/box/inlineClasses/safeAsOfTypeParameterWithInlineClassBound.kt b/compiler/testData/codegen/box/inlineClasses/safeAsOfTypeParameterWithInlineClassBound.kt index e0274d2449e..5b360e137c7 100644 --- a/compiler/testData/codegen/box/inlineClasses/safeAsOfTypeParameterWithInlineClassBound.kt +++ b/compiler/testData/codegen/box/inlineClasses/safeAsOfTypeParameterWithInlineClassBound.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface X @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/samWrapperDifferentModule.kt b/compiler/testData/codegen/box/inlineClasses/samWrapperDifferentModule.kt index e53ef8453dd..a4ca32e2b71 100644 --- a/compiler/testData/codegen/box/inlineClasses/samWrapperDifferentModule.kt +++ b/compiler/testData/codegen/box/inlineClasses/samWrapperDifferentModule.kt @@ -1,5 +1,5 @@ // See KT-49659 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/secondaryConstructorWithVararg.kt b/compiler/testData/codegen/box/inlineClasses/secondaryConstructorWithVararg.kt index 6ee59638848..a7edba7da41 100644 --- a/compiler/testData/codegen/box/inlineClasses/secondaryConstructorWithVararg.kt +++ b/compiler/testData/codegen/box/inlineClasses/secondaryConstructorWithVararg.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/secondaryConstructorsInsideInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/secondaryConstructorsInsideInlineClass.kt index 912f7137ddf..5f7f9854c02 100644 --- a/compiler/testData/codegen/box/inlineClasses/secondaryConstructorsInsideInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/secondaryConstructorsInsideInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("SECONDARY_CONSTRUCTOR_WITH_BODY_INSIDE_VALUE_CLASS") diff --git a/compiler/testData/codegen/box/inlineClasses/secondaryConstructorsInsideInlineClassWithPrimitiveCarrierType.kt b/compiler/testData/codegen/box/inlineClasses/secondaryConstructorsInsideInlineClassWithPrimitiveCarrierType.kt index e6440133fd7..533ee03dd6b 100644 --- a/compiler/testData/codegen/box/inlineClasses/secondaryConstructorsInsideInlineClassWithPrimitiveCarrierType.kt +++ b/compiler/testData/codegen/box/inlineClasses/secondaryConstructorsInsideInlineClassWithPrimitiveCarrierType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var global = "wrong" diff --git a/compiler/testData/codegen/box/inlineClasses/simpleSecondaryConstructor.kt b/compiler/testData/codegen/box/inlineClasses/simpleSecondaryConstructor.kt index e365f73d8e7..c0f3b50acf5 100644 --- a/compiler/testData/codegen/box/inlineClasses/simpleSecondaryConstructor.kt +++ b/compiler/testData/codegen/box/inlineClasses/simpleSecondaryConstructor.kt @@ -2,7 +2,7 @@ // WASM_MUTE_REASON: IGNORED_IN_JS // IGNORE_BACKEND: JS, JS_IR, NATIVE, JVM // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("SECONDARY_CONSTRUCTOR_WITH_BODY_INSIDE_VALUE_CLASS") diff --git a/compiler/testData/codegen/box/inlineClasses/smartCastOnThisOfInlineClassType.kt b/compiler/testData/codegen/box/inlineClasses/smartCastOnThisOfInlineClassType.kt index ff1e35cc4c2..5dc715f7545 100644 --- a/compiler/testData/codegen/box/inlineClasses/smartCastOnThisOfInlineClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/smartCastOnThisOfInlineClassType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IBase { fun testDefault1() = if (this is B) this.foo() else "fail" diff --git a/compiler/testData/codegen/box/inlineClasses/stringPlus.kt b/compiler/testData/codegen/box/inlineClasses/stringPlus.kt index 777b13d8fb0..e66c18e1f61 100644 --- a/compiler/testData/codegen/box/inlineClasses/stringPlus.kt +++ b/compiler/testData/codegen/box/inlineClasses/stringPlus.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(a: IC): T = a.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/toStringCallingPrivateFun.kt b/compiler/testData/codegen/box/inlineClasses/toStringCallingPrivateFun.kt index 67e8f7db600..5e1a36b7ae3 100644 --- a/compiler/testData/codegen/box/inlineClasses/toStringCallingPrivateFun.kt +++ b/compiler/testData/codegen/box/inlineClasses/toStringCallingPrivateFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/toStringOfUnboxedNullable.kt b/compiler/testData/codegen/box/inlineClasses/toStringOfUnboxedNullable.kt index 91d65b9dfa5..7bb6f58b230 100644 --- a/compiler/testData/codegen/box/inlineClasses/toStringOfUnboxedNullable.kt +++ b/compiler/testData/codegen/box/inlineClasses/toStringOfUnboxedNullable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/typeChecksForInlineClasses.kt b/compiler/testData/codegen/box/inlineClasses/typeChecksForInlineClasses.kt index 2b6d38615b7..81470da40a9 100644 --- a/compiler/testData/codegen/box/inlineClasses/typeChecksForInlineClasses.kt +++ b/compiler/testData/codegen/box/inlineClasses/typeChecksForInlineClasses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/any.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/any.kt index 7dd6a1e98a7..4780c232e76 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/any.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { it.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/anyN.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/anyN.kt index a3d74ef3803..bdfc27be4bb 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/anyN.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/anyN.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { it.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/iface.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/iface.kt index a0b4c72609b..f6ca4a03bef 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/iface.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/iface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { (it.value as FooHolder).value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/ifaceChild.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/ifaceChild.kt index cda889a396d..1fb541ffdce 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/ifaceChild.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/ifaceChild.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { (it.value as FooHolder).value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/nullableResult.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/nullableResult.kt index 8f9a9bafb52..87765ed2b12 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/nullableResult.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/nullableResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(a: Result?): T? = bar(a) { it?.getOrThrow() diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/primitive.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/primitive.kt index 8f8102ac6f4..cc25e246aa7 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/primitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/primitive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T1 = bar(a) { it.value as T1 } diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/result.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/result.kt index df2c5c51afe..5189de257ef 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/result.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/result.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(a: Result): T = bar(a) { it.getOrThrow() diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/resultAny.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/resultAny.kt index 3e626282753..9ec79c49d62 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/resultAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/resultAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/string.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/string.kt index aa4a15fdf93..56e62753999 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/string.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/string.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { it.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/any.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/any.kt index 7e0690b2967..d467c7275e4 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/any.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { it.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/anyN.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/anyN.kt index 4fe2ba5069e..47d78480dd9 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/anyN.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/anyN.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { it.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/iface.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/iface.kt index 34dd9df97af..e863eec165a 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/iface.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/iface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { (it.value as FooHolder).value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/ifaceChild.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/ifaceChild.kt index e37bde7fa92..d42735ce0ed 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/ifaceChild.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/ifaceChild.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { (it.value as FooHolder).value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/nullableResult.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/nullableResult.kt index fade59e7cce..1ba775681b6 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/nullableResult.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/nullableResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(a: Result?): T? = bar(a) { it?.getOrThrow() diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/primitive.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/primitive.kt index ad0634d4228..d771738415d 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/primitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/primitive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { it.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/result.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/result.kt index 3d7f972343a..88bb93f14eb 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/result.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/result.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(a: Result): T = bar(a) { it.getOrThrow() diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/resultAny.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/resultAny.kt index e4a257120a3..6ad76cec40a 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/resultAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/resultAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/string.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/string.kt index 58008b1edf3..6ff239e7dec 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/string.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/string.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a) { it.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/any.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/any.kt index f5133552b9b..38eddc55e1b 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/any.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/any.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a, object : IFace { override fun call(ic: IC): T = ic.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/anyN.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/anyN.kt index f1f2078743e..87f69d836bf 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/anyN.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/anyN.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a, object : IFace { override fun call(ic: IC): T = ic.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/iface.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/iface.kt index 9089d933d26..ef8b596918c 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/iface.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/iface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a, object : IFace { override fun call(ic: IC): T = (ic.value as FooHolder).value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/ifaceChild.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/ifaceChild.kt index 6f6a9671841..5e157e3daf8 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/ifaceChild.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/ifaceChild.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a, object : IFace { override fun call(ic: IC): T = (ic.value as FooHolder).value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/nullableResult.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/nullableResult.kt index 9ed4baf16ae..43c8e201bbc 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/nullableResult.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/nullableResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/primitive.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/primitive.kt index a66ade1575c..1897d12bba8 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/primitive.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/primitive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a, object : IFace { override fun call(ic: IC): T = ic.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/result.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/result.kt index f2a0d10bdd2..84922658869 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/result.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/result.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(a: Result): T = bar(a, object : IFace, T> { override fun call(ic: Result): T = ic.getOrThrow() diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/resultAny.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/resultAny.kt index 5105b221dbd..0204b4de714 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/resultAny.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/resultAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/string.kt b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/string.kt index 6c7b38edc06..b14d918c208 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/string.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/string.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun underlying(a: IC): T = bar(a, object : IFace { override fun call(ic: IC): T = ic.value as T diff --git a/compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithNonNullUnderlyingType.kt b/compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithNonNullUnderlyingType.kt index b55fdecb4ad..8480d256d60 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithNonNullUnderlyingType.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithNonNullUnderlyingType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class BoxT(val boxed: T) class BoxAny(val boxed: Any?) diff --git a/compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt b/compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt index f0bb6438717..c75e13779ba 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class BoxT(val boxed: T) class BoxAny(val boxed: Any?) diff --git a/compiler/testData/codegen/box/inlineClasses/unboxParameterOfSuspendLambdaBeforeInvoke.kt b/compiler/testData/codegen/box/inlineClasses/unboxParameterOfSuspendLambdaBeforeInvoke.kt index 738519dd249..1f239b73921 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxParameterOfSuspendLambdaBeforeInvoke.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxParameterOfSuspendLambdaBeforeInvoke.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: IGNORED_IN_JS // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 diff --git a/compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt index 89bd7517e7c..92a1bd51aef 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt b/compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt index 11bb01278dc..51eff731cfc 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/inlineClasses/unboxValueFromPlatformType.kt b/compiler/testData/codegen/box/inlineClasses/unboxValueFromPlatformType.kt index 41462138dce..e38a12f18c9 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxValueFromPlatformType.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxValueFromPlatformType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: NATIVE @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/compiler/testData/codegen/box/inlineClasses/unboxValueOfAnyBeforeMethodInvocation.kt b/compiler/testData/codegen/box/inlineClasses/unboxValueOfAnyBeforeMethodInvocation.kt index 00fcccb4703..060094f02bb 100644 --- a/compiler/testData/codegen/box/inlineClasses/unboxValueOfAnyBeforeMethodInvocation.kt +++ b/compiler/testData/codegen/box/inlineClasses/unboxValueOfAnyBeforeMethodInvocation.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/useInlineClassesInsideElvisOperator.kt b/compiler/testData/codegen/box/inlineClasses/useInlineClassesInsideElvisOperator.kt index c949522be70..ab0e79cd925 100644 --- a/compiler/testData/codegen/box/inlineClasses/useInlineClassesInsideElvisOperator.kt +++ b/compiler/testData/codegen/box/inlineClasses/useInlineClassesInsideElvisOperator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/useInlineFunctionInsideInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/useInlineFunctionInsideInlineClass.kt index 177d079e046..992c829abec 100644 --- a/compiler/testData/codegen/box/inlineClasses/useInlineFunctionInsideInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/useInlineFunctionInsideInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/useOfInlineClassWithGenericMethodFromJava.kt b/compiler/testData/codegen/box/inlineClasses/useOfInlineClassWithGenericMethodFromJava.kt index a14bcab42c3..b25ecfc8489 100644 --- a/compiler/testData/codegen/box/inlineClasses/useOfInlineClassWithGenericMethodFromJava.kt +++ b/compiler/testData/codegen/box/inlineClasses/useOfInlineClassWithGenericMethodFromJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt diff --git a/compiler/testData/codegen/box/inlineClasses/useThisInsideInlineClass.kt b/compiler/testData/codegen/box/inlineClasses/useThisInsideInlineClass.kt index 33552076b91..65f15eb9d83 100644 --- a/compiler/testData/codegen/box/inlineClasses/useThisInsideInlineClass.kt +++ b/compiler/testData/codegen/box/inlineClasses/useThisInsideInlineClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/inlineClasses/whenWithSubject.kt b/compiler/testData/codegen/box/inlineClasses/whenWithSubject.kt index c2c2b1a982e..b7bc97a7466 100644 --- a/compiler/testData/codegen/box/inlineClasses/whenWithSubject.kt +++ b/compiler/testData/codegen/box/inlineClasses/whenWithSubject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") @kotlin.jvm.JvmInline diff --git a/compiler/testData/codegen/box/intrinsics/defaultObjectMapping.kt b/compiler/testData/codegen/box/intrinsics/defaultObjectMapping.kt index 05d67ca4839..e6cd1e6d0d0 100644 --- a/compiler/testData/codegen/box/intrinsics/defaultObjectMapping.kt +++ b/compiler/testData/codegen/box/intrinsics/defaultObjectMapping.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/intrinsics/javaObjectType.kt b/compiler/testData/codegen/box/intrinsics/javaObjectType.kt index 7384846d2d7..3d5cb454e3d 100644 --- a/compiler/testData/codegen/box/intrinsics/javaObjectType.kt +++ b/compiler/testData/codegen/box/intrinsics/javaObjectType.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A { } diff --git a/compiler/testData/codegen/box/intrinsics/javaPrimitiveType.kt b/compiler/testData/codegen/box/intrinsics/javaPrimitiveType.kt index 950fa3ce887..88f6e535600 100644 --- a/compiler/testData/codegen/box/intrinsics/javaPrimitiveType.kt +++ b/compiler/testData/codegen/box/intrinsics/javaPrimitiveType.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A { } diff --git a/compiler/testData/codegen/box/intrinsics/javaPrimitiveType_UnitAndNothing.kt b/compiler/testData/codegen/box/intrinsics/javaPrimitiveType_UnitAndNothing.kt index 5455ab48db9..b173f21de56 100644 --- a/compiler/testData/codegen/box/intrinsics/javaPrimitiveType_UnitAndNothing.kt +++ b/compiler/testData/codegen/box/intrinsics/javaPrimitiveType_UnitAndNothing.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val pUnit = Unit diff --git a/compiler/testData/codegen/box/intrinsics/kt10131.kt b/compiler/testData/codegen/box/intrinsics/kt10131.kt index b388bc4fb62..f3987db5ff6 100644 --- a/compiler/testData/codegen/box/intrinsics/kt10131.kt +++ b/compiler/testData/codegen/box/intrinsics/kt10131.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String = listOf('O', 'K').fold("", String::plus) diff --git a/compiler/testData/codegen/box/intrinsics/kt10131a.kt b/compiler/testData/codegen/box/intrinsics/kt10131a.kt index db05fd54b18..ddc12fec80c 100644 --- a/compiler/testData/codegen/box/intrinsics/kt10131a.kt +++ b/compiler/testData/codegen/box/intrinsics/kt10131a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String = charArrayOf('O', 'K').fold("", String::plus) diff --git a/compiler/testData/codegen/box/intrinsics/kt5937.kt b/compiler/testData/codegen/box/intrinsics/kt5937.kt index cbb14f5ed5c..3075e0efe6f 100644 --- a/compiler/testData/codegen/box/intrinsics/kt5937.kt +++ b/compiler/testData/codegen/box/intrinsics/kt5937.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB var result = "Fail" diff --git a/compiler/testData/codegen/box/intrinsics/monitorEnterMonitorExit.kt b/compiler/testData/codegen/box/intrinsics/monitorEnterMonitorExit.kt index c157415377c..5d82712b97b 100644 --- a/compiler/testData/codegen/box/intrinsics/monitorEnterMonitorExit.kt +++ b/compiler/testData/codegen/box/intrinsics/monitorEnterMonitorExit.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.jvm.internal.unsafe.* diff --git a/compiler/testData/codegen/box/intrinsics/trimMarginWithBlankString.kt b/compiler/testData/codegen/box/intrinsics/trimMarginWithBlankString.kt index cdfaf5b08a8..f06baec30a2 100644 --- a/compiler/testData/codegen/box/intrinsics/trimMarginWithBlankString.kt +++ b/compiler/testData/codegen/box/intrinsics/trimMarginWithBlankString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/lambdas/lambdaToSting.kt b/compiler/testData/codegen/box/invokedynamic/lambdas/lambdaToSting.kt index 4da73cf4bed..d7459698ae2 100644 --- a/compiler/testData/codegen/box/invokedynamic/lambdas/lambdaToSting.kt +++ b/compiler/testData/codegen/box/invokedynamic/lambdas/lambdaToSting.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: JVM // JVM_TARGET: 1.8 // LAMBDAS: INDY -// WITH_RUNTIME +// WITH_STDLIB // desugaring on Android // IGNORE_BACKEND: ANDROID diff --git a/compiler/testData/codegen/box/invokedynamic/lambdas/nullabilityAssertions.kt b/compiler/testData/codegen/box/invokedynamic/lambdas/nullabilityAssertions.kt index 341de8d02f4..0903584bf07 100644 --- a/compiler/testData/codegen/box/invokedynamic/lambdas/nullabilityAssertions.kt +++ b/compiler/testData/codegen/box/invokedynamic/lambdas/nullabilityAssertions.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // LAMBDAS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // FILE: nullabilityAssertions.kt diff --git a/compiler/testData/codegen/box/invokedynamic/lambdas/suspendLambda.kt b/compiler/testData/codegen/box/invokedynamic/lambdas/suspendLambda.kt index f6986d04f99..39678cefea1 100644 --- a/compiler/testData/codegen/box/invokedynamic/lambdas/suspendLambda.kt +++ b/compiler/testData/codegen/box/invokedynamic/lambdas/suspendLambda.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // LAMBDAS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/boundFunctionReferenceEquality.kt b/compiler/testData/codegen/box/invokedynamic/sam/boundFunctionReferenceEquality.kt index 58659bba597..0380e1fa881 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/boundFunctionReferenceEquality.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/boundFunctionReferenceEquality.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperClassMethod.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperClassMethod.kt index 98a4683e571..411c5bd5266 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperClassMethod.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperClassMethod.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperInterfaceMethod.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperInterfaceMethod.kt index 7e17ede2780..24addf8e115 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperInterfaceMethod.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/boundRefToSuperInterfaceMethod.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/highOrderFunRef.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/highOrderFunRef.kt index 12d654677ef..41a23268eca 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/highOrderFunRef.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/highOrderFunRef.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/inlineFunWithReifiedTypeParameterRef.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/inlineFunWithReifiedTypeParameterRef.kt index 78df5146e92..bb8a67e39bf 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/inlineFunWithReifiedTypeParameterRef.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/inlineFunWithReifiedTypeParameterRef.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/inlineHighOrderFunRef.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/inlineHighOrderFunRef.kt index bb3a2f2d862..f52cfaba99d 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/inlineHighOrderFunRef.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/inlineHighOrderFunRef.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt45581.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt45581.kt index a67c03bd0a0..27fda6b8e8b 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt45581.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt45581.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY // FULL_JDK diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/multifileClassMemberFromStdlib.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/multifileClassMemberFromStdlib.kt index d92dcdc7a73..f059de94357 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/multifileClassMemberFromStdlib.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/multifileClassMemberFromStdlib.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/nonTrivialReceiver.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/nonTrivialReceiver.kt index bd5f4351121..8051888fa1f 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/nonTrivialReceiver.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/nonTrivialReceiver.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions/intPlus.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions/intPlus.kt index c7acb751c00..f8376b8f9d0 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions/intPlus.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions/intPlus.kt @@ -4,7 +4,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // ^ fir2ir creates an IrConst(value=2, type=@EnhancedNullability Int), which // the backend generates as an int instead of Integer -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FULL_JDK diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor/protectedCompanionObjectStaticMember.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor/protectedCompanionObjectStaticMember.kt index 1196100d7ad..c342476b919 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor/protectedCompanionObjectStaticMember.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor/protectedCompanionObjectStaticMember.kt @@ -3,7 +3,7 @@ // IGNORE_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor/protectedMember.kt b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor/protectedMember.kt index 3c3f305c6be..11aa448d394 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor/protectedMember.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor/protectedMember.kt @@ -4,7 +4,7 @@ // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/inlineFunWithPrivateMethod.kt b/compiler/testData/codegen/box/invokedynamic/sam/inlineFunWithPrivateMethod.kt index e729d595544..ba7f2c67a48 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/inlineFunWithPrivateMethod.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/inlineFunWithPrivateMethod.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/inlineOnly.kt b/compiler/testData/codegen/box/invokedynamic/sam/inlineOnly.kt index c8b7d1433f2..a4d90ea9056 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/inlineOnly.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/inlineOnly.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/kt45779.kt b/compiler/testData/codegen/box/invokedynamic/sam/kt45779.kt index 8860cdc93ee..ce5532ac45f 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/kt45779.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/kt45779.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/kt47510.kt b/compiler/testData/codegen/box/invokedynamic/sam/kt47510.kt index eef434003a1..572aa3f7082 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/kt47510.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/kt47510.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.concurrent.Executor diff --git a/compiler/testData/codegen/box/invokedynamic/sam/reifiedTypeParameter.kt b/compiler/testData/codegen/box/invokedynamic/sam/reifiedTypeParameter.kt index 861639167f0..e87add908b0 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/reifiedTypeParameter.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/reifiedTypeParameter.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/mixGenericAndIntArray.kt b/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/mixGenericAndIntArray.kt index e1ef40ce477..cbe733eee09 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/mixGenericAndIntArray.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/mixGenericAndIntArray.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/mixGenericArrayAndArrayOfString.kt b/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/mixGenericArrayAndArrayOfString.kt index 70362747f65..0cab11c1d3b 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/mixGenericArrayAndArrayOfString.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/mixGenericArrayAndArrayOfString.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/specializedWithReifiedTypeParameter.kt b/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/specializedWithReifiedTypeParameter.kt index 47ac1e3bbef..9a5a496cb5f 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/specializedWithReifiedTypeParameter.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/specializedWithReifiedTypeParameter.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // CHECK_BYTECODE_TEXT diff --git a/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt b/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt index 57b20b21ffb..e8241425f30 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // no stream api on Android diff --git a/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt b/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt index e147b98d8a8..6662dd4dce6 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // no stream api on Android diff --git a/compiler/testData/codegen/box/invokedynamic/sam/suspendFunInterface.kt b/compiler/testData/codegen/box/invokedynamic/sam/suspendFunInterface.kt index b8b143a2259..05d85bbe94a 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/suspendFunInterface.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/suspendFunInterface.kt @@ -4,7 +4,7 @@ // IGNORE_LIGHT_ANALYSIS // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/invokedynamic/sam/unboundFunctionReferenceEquality.kt b/compiler/testData/codegen/box/invokedynamic/sam/unboundFunctionReferenceEquality.kt index 711d5c28fa5..1f71a6c27e2 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/unboundFunctionReferenceEquality.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/unboundFunctionReferenceEquality.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // CHECK_BYTECODE_TEXT // JVM_IR_TEMPLATES diff --git a/compiler/testData/codegen/box/ir/anonymousClassLeak.kt b/compiler/testData/codegen/box/ir/anonymousClassLeak.kt index e367e3406d6..90dcd09e34b 100644 --- a/compiler/testData/codegen/box/ir/anonymousClassLeak.kt +++ b/compiler/testData/codegen/box/ir/anonymousClassLeak.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_LAZY -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt diff --git a/compiler/testData/codegen/box/ir/anonymousObjectInForLoopIteratorAndBody.kt b/compiler/testData/codegen/box/ir/anonymousObjectInForLoopIteratorAndBody.kt index 5a55bec1c0b..1f5ff570572 100644 --- a/compiler/testData/codegen/box/ir/anonymousObjectInForLoopIteratorAndBody.kt +++ b/compiler/testData/codegen/box/ir/anonymousObjectInForLoopIteratorAndBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var result = "" diff --git a/compiler/testData/codegen/box/ir/classInitializers.kt b/compiler/testData/codegen/box/ir/classInitializers.kt index aea1d8f3a92..fdb4bdfc6b5 100644 --- a/compiler/testData/codegen/box/ir/classInitializers.kt +++ b/compiler/testData/codegen/box/ir/classInitializers.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals class Test(val x: Int) { diff --git a/compiler/testData/codegen/box/ir/enumClass.kt b/compiler/testData/codegen/box/ir/enumClass.kt index c5e8b6550ce..9e881a275f3 100644 --- a/compiler/testData/codegen/box/ir/enumClass.kt +++ b/compiler/testData/codegen/box/ir/enumClass.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ir/enumClass2.kt b/compiler/testData/codegen/box/ir/enumClass2.kt index 077bc5d5ea3..122d9bb9477 100644 --- a/compiler/testData/codegen/box/ir/enumClass2.kt +++ b/compiler/testData/codegen/box/ir/enumClass2.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals enum class TestEnumClass(val x: Int) { diff --git a/compiler/testData/codegen/box/ir/enumClass3.kt b/compiler/testData/codegen/box/ir/enumClass3.kt index 7f66bbaf040..b31200ceaa5 100644 --- a/compiler/testData/codegen/box/ir/enumClass3.kt +++ b/compiler/testData/codegen/box/ir/enumClass3.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals enum class TestEnumClass { diff --git a/compiler/testData/codegen/box/ir/fileClassInitializers.kt b/compiler/testData/codegen/box/ir/fileClassInitializers.kt index 90815398755..06c9c39387c 100644 --- a/compiler/testData/codegen/box/ir/fileClassInitializers.kt +++ b/compiler/testData/codegen/box/ir/fileClassInitializers.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals val x = 1 diff --git a/compiler/testData/codegen/box/ir/lambdaWithLoop.kt b/compiler/testData/codegen/box/ir/lambdaWithLoop.kt index ff2d564d379..723cf4a93aa 100644 --- a/compiler/testData/codegen/box/ir/lambdaWithLoop.kt +++ b/compiler/testData/codegen/box/ir/lambdaWithLoop.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun fooInt(b: (Int, Int) -> String): String { return b(3, 5) diff --git a/compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt b/compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt index df2f560ffd4..2c16c608146 100644 --- a/compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt +++ b/compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB // extracted case from KT-48912 diff --git a/compiler/testData/codegen/box/javaInterop/generics/allWildcardsOnClass.kt b/compiler/testData/codegen/box/javaInterop/generics/allWildcardsOnClass.kt index e46f3aed9cd..c3389e0ceae 100644 --- a/compiler/testData/codegen/box/javaInterop/generics/allWildcardsOnClass.kt +++ b/compiler/testData/codegen/box/javaInterop/generics/allWildcardsOnClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaClass.java public class JavaClass { diff --git a/compiler/testData/codegen/box/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt b/compiler/testData/codegen/box/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt index 8851929302f..012f0c140b8 100644 --- a/compiler/testData/codegen/box/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt +++ b/compiler/testData/codegen/box/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaClass.java public class JavaClass { diff --git a/compiler/testData/codegen/box/javaInterop/kt48590.kt b/compiler/testData/codegen/box/javaInterop/kt48590.kt index a0e3282b73b..443931bc0ba 100644 --- a/compiler/testData/codegen/box/javaInterop/kt48590.kt +++ b/compiler/testData/codegen/box/javaInterop/kt48590.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: Foo.java diff --git a/compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt b/compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt index 294d7a295b0..b99af32e9f8 100644 --- a/compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt +++ b/compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java import kotlin.Function; diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/destructuringAssignmentWithNullabilityAssertionOnExtensionReceiver_lv12.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/destructuringAssignmentWithNullabilityAssertionOnExtensionReceiver_lv12.kt index 6f81c5c535c..f33452dfa25 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/destructuringAssignmentWithNullabilityAssertionOnExtensionReceiver_lv12.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/destructuringAssignmentWithNullabilityAssertionOnExtensionReceiver_lv12.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: destructuringAssignmentWithNullabilityAssertionOnExtensionReceiver_lv12.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/functionAssertion.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/functionAssertion.kt index 5a39088ad03..81b18a4b6b5 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/functionAssertion.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/functionAssertion.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: F.java import java.util.function.Function; diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/functionWithBigArity.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/functionWithBigArity.kt index 3b61307f7b0..fa23e295597 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/functionWithBigArity.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/functionWithBigArity.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +FunctionTypesWithBigArity // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java // import kotlin.jvm.functions.Arity; diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver.kt index 056f1e429aa..073e3619506 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiverInPrivateOperator.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiverInPrivateOperator.kt index 9c18cde65ee..72738b69d78 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiverInPrivateOperator.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiverInPrivateOperator.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt18911.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt18911.kt index 014c03df113..e4ad773d6e1 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt18911.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt18911.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt18911.kt fun testNullString() { try { diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258.kt index 989964b04be..645cb095fcf 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt24258.kt val lazyNullString: String by lazy { J.nullString() } diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258nn.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258nn.kt index cff3b9d8d14..673b871f159 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258nn.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258nn.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt24258nn.kt val lazyNotNullString: String by lazy { J.nullNotNullString() } diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/localEntities.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/localEntities.kt index 95de17765a3..49924998ba1 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/localEntities.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/localEntities.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: F.java import java.util.function.Function; diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver.kt index fd60e9e469b..92be1047009 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnInlineFunExtensionReceiver.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnInlineFunExtensionReceiver.kt index 61e9b7eb70c..65e7adf76bb 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnInlineFunExtensionReceiver.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnInlineFunExtensionReceiver.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnMemberExtensionReceiver.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnMemberExtensionReceiver.kt index 4444ee18621..9cafffb7582 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnMemberExtensionReceiver.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnMemberExtensionReceiver.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnPrivateMemberExtensionReceiver.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnPrivateMemberExtensionReceiver.kt index 5b1bb29e249..aabc698c2a1 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnPrivateMemberExtensionReceiver.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnPrivateMemberExtensionReceiver.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/javaInterop/samUnboundTypeParameter.kt b/compiler/testData/codegen/box/javaInterop/samUnboundTypeParameter.kt index f8b94dfc059..a3cc6581a83 100644 --- a/compiler/testData/codegen/box/javaInterop/samUnboundTypeParameter.kt +++ b/compiler/testData/codegen/box/javaInterop/samUnboundTypeParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Base.java import java.lang.Runnable; import java.lang.IllegalStateException; diff --git a/compiler/testData/codegen/box/jdk/removeIf.kt b/compiler/testData/codegen/box/jdk/removeIf.kt index 17eb3f5578f..9b77fcf3e6c 100644 --- a/compiler/testData/codegen/box/jdk/removeIf.kt +++ b/compiler/testData/codegen/box/jdk/removeIf.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB import java.util.* import java.util.function.Predicate diff --git a/compiler/testData/codegen/box/jdk/stream.kt b/compiler/testData/codegen/box/jdk/stream.kt index 874eadcc8a4..3433864f939 100644 --- a/compiler/testData/codegen/box/jdk/stream.kt +++ b/compiler/testData/codegen/box/jdk/stream.kt @@ -5,7 +5,7 @@ // IGNORE_BACKEND: ANDROID // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB import java.util.stream.* diff --git a/compiler/testData/codegen/box/jdk/streamBackwardCompatibility.kt b/compiler/testData/codegen/box/jdk/streamBackwardCompatibility.kt index 5156b75eded..c6179014a41 100644 --- a/compiler/testData/codegen/box/jdk/streamBackwardCompatibility.kt +++ b/compiler/testData/codegen/box/jdk/streamBackwardCompatibility.kt @@ -1,7 +1,7 @@ // !LANGUAGE: -AdditionalBuiltInsMembers // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK class A(val x: List) : List by x diff --git a/compiler/testData/codegen/box/jdk/useStream.kt b/compiler/testData/codegen/box/jdk/useStream.kt index 1d65fc43834..ff3c091343f 100644 --- a/compiler/testData/codegen/box/jdk/useStream.kt +++ b/compiler/testData/codegen/box/jdk/useStream.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // KT-5190 Java 8 Stream.collect couldn't be called -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.stream.Collectors diff --git a/compiler/testData/codegen/box/jvm8/defaults/26360.kt b/compiler/testData/codegen/box/jvm8/defaults/26360.kt index 424c557cb13..4979ed55a17 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/26360.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/26360.kt @@ -1,6 +1,6 @@ // JVM_TARGET: 1.8 // !JVM_DEFAULT_MODE: enable -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM interface Base { fun value(): String diff --git a/compiler/testData/codegen/box/jvm8/defaults/accessor.kt b/compiler/testData/codegen/box/jvm8/defaults/accessor.kt index c6bcff77dec..261e7d5e612 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/accessor.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/accessor.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB var storage = "fail" diff --git a/compiler/testData/codegen/box/jvm8/defaults/accessorFromCompanion.kt b/compiler/testData/codegen/box/jvm8/defaults/accessorFromCompanion.kt index 80e774ed6b7..fc7b42a593a 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/accessorFromCompanion.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/accessorFromCompanion.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/accessorsFromDefaultImpls.kt b/compiler/testData/codegen/box/jvm8/defaults/accessorsFromDefaultImpls.kt index 7973d8e6b39..6cf84e0aafc 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/accessorsFromDefaultImpls.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/accessorsFromDefaultImpls.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/accessor.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/accessor.kt index 392b0ea62d9..87c2f848bd7 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/accessor.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/accessor.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB var storage = "fail" diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/accessorFromCompanion.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/accessorFromCompanion.kt index 18800902361..ad6ce412f5a 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/accessorFromCompanion.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/accessorFromCompanion.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { private val foo: String diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge.kt index 8b893cb39c9..e0755070efb 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge2.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge2.kt index 15bdaf20fa4..64209f8f817 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge3.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge3.kt index 871b6b64213..471257040f2 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge3.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridge3.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface3 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInClass.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInClass.kt index 04efc5c77c9..1e420ccf1fc 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInClass.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInClass.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { fun test(p: T): T { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterface.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterface.kt index 3114fb331e3..64584c6ffe7 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterface.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterface.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { fun test(p: T): T { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterface2.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterface2.kt index 32b026d9377..6bfbad2092c 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterface2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterface2.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterfaceWithProperties.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterfaceWithProperties.kt index 10307f9d915..0c96979be0d 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterfaceWithProperties.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterfaceWithProperties.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { var test: T diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterfaceWithProperties2.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterfaceWithProperties2.kt index 04d38a40582..181069645a7 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterfaceWithProperties2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeInInterfaceWithProperties2.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithJava.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithJava.kt index fb5dfd1b617..202428cd9af 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithJava.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithJava.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: Test.java diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties.kt index 704fc44cde0..fe1accafbae 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties2.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties2.kt index fe86ba1ba17..f86e6af72ff 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties3.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties3.kt index ef170cae8d8..66087dedc8c 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties3.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/bridgeWithProperties3.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface3 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/callStackTrace.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/callStackTrace.kt index 5f398116b70..f91cab9dac4 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/callStackTrace.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/callStackTrace.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: Simple.java diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/defaultArgs.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/defaultArgs.kt index d32ca14b80e..74be8c2fc16 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/defaultArgs.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/defaultArgs.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/defaultArgsViaAnonymousObject.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/defaultArgsViaAnonymousObject.kt index 34b63135905..e2090dd14a3 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/defaultArgsViaAnonymousObject.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/defaultArgsViaAnonymousObject.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface A { fun foo(x: String = "OK"): String { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simple.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simple.kt index 352517fc003..7271e861b7d 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simple.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simple.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.kt index 321448288a7..c33c7635340 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/deprecatedDefaultMethod.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/deprecatedDefaultMethod.kt index e79d895b5d4..693c03f498c 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/deprecatedDefaultMethod.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/deprecatedDefaultMethod.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface I { @Deprecated("message") diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/funInterface.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/funInterface.kt index 2bfcccf6100..4fecd116403 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/funInterface.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/funInterface.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Base { fun f(o: String): String = g(o) diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/inheritedJvmDefault.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/inheritedJvmDefault.kt index ee52eb6b0cf..eb36fe23f04 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/inheritedJvmDefault.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/inheritedJvmDefault.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/interfaceExtension.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/interfaceExtension.kt index c0e7c0e1250..a70ae28443a 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/interfaceExtension.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/interfaceExtension.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface A { fun String.foo(k: String) = "O" + k } diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt14243.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt14243.kt index 8ea4f009cd3..e7b6fd9f523 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt14243.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt14243.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { fun test(p: T): T { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt14243_2.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt14243_2.kt index 445c1d8891b..edf4ac0bd87 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt14243_2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt14243_2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { fun test(p: T): T { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt42674.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt42674.kt index 9e184a88a78..a47adbbf880 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt42674.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/kt42674.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public interface A { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/localDelegatedProperties.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/localDelegatedProperties.kt index 2e636aaf555..a9353e834c2 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/localDelegatedProperties.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/localDelegatedProperties.kt @@ -2,7 +2,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunInInterface.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunInInterface.kt index b7b99d5729e..a4905eded21 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunInInterface.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunInInterface.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { fun test(): String { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg.kt index cb7dfc29343..6927faa699f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg.kt @@ -3,7 +3,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg2.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg2.kt index 08be8d13d49..e59e8b049c2 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg2.kt @@ -3,7 +3,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB interface Foo { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateSuspend.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateSuspend.kt index d3102eea384..cfc1b5dd87f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateSuspend.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateSuspend.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM import helpers.* import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/simpleFunction.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/simpleFunction.kt index 27d58d78286..ae2b3f19c27 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/simpleFunction.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/simpleFunction.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all-compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/superCall.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/superCall.kt index 0e9cc2b05dc..ce2836c99d0 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/superCall.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/superCall.kt @@ -4,7 +4,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB interface Foo { diff --git a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/suspendFunction.kt b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/suspendFunction.kt index 94d968f913f..3e405230701 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/suspendFunction.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/allCompatibility/suspendFunction.kt @@ -3,7 +3,7 @@ // IGNORE_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* import helpers.* diff --git a/compiler/testData/codegen/box/jvm8/defaults/bridgeInClass.kt b/compiler/testData/codegen/box/jvm8/defaults/bridgeInClass.kt index 4b2012a071e..1dcad627332 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/bridgeInClass.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/bridgeInClass.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterface.kt b/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterface.kt index 07bc4c0c248..9ffbf1ebd4a 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterface.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterface.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterface2.kt b/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterface2.kt index 511acbc6f6f..8ca1fbb665c 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterface2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterface2.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterfaceWithProperties.kt b/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterfaceWithProperties.kt index 314bae1c1d9..816a8159c73 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterfaceWithProperties.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterfaceWithProperties.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterfaceWithProperties2.kt b/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterfaceWithProperties2.kt index 10a52ecbe10..c1e84e15709 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterfaceWithProperties2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/bridgeInInterfaceWithProperties2.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/bridgeWithJava.kt b/compiler/testData/codegen/box/jvm8/defaults/bridgeWithJava.kt index 73255fd30a3..8bdbe41905e 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/bridgeWithJava.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/bridgeWithJava.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: Test.java diff --git a/compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt b/compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt index fac5bec66f5..f417c3c79b6 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/builtInsInherited.kt @@ -4,7 +4,7 @@ // IGNORE_BACKEND: ANDROID // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB import java.util.function.Consumer diff --git a/compiler/testData/codegen/box/jvm8/defaults/callableReference.kt b/compiler/testData/codegen/box/jvm8/defaults/callableReference.kt index 9ccd6cc7e97..654cc67d916 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/callableReference.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/callableReference.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/capturedSuperCall.kt b/compiler/testData/codegen/box/jvm8/defaults/capturedSuperCall.kt index 63d0599b2d2..ba9b85a90ad 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/capturedSuperCall.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/capturedSuperCall.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface IBase { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge.kt index 4b44ef3d22a..e62dfab721c 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge2.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge2.kt index cb0ce44550d..df412430b4d 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge3.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge3.kt index c254900a5b7..6c100045626 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge3.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridge3.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface3 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties.kt index d90ec95d184..4d1247b7fd9 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties2.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties2.kt index 4e2bdcdb094..ac38ac225eb 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties3.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties3.kt index 53e346cc884..58f335bb234 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties3.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/bridgeWithProperties3.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface3 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/defaultArgs.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/defaultArgs.kt index 1f386b69644..8774b053fa1 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/defaultArgs.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/defaultArgs.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/defaultArgsViaAnonymousObject.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/defaultArgsViaAnonymousObject.kt index fff3176d631..53ca14dde7f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/defaultArgsViaAnonymousObject.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/defaultArgsViaAnonymousObject.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface A { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/deprecatedAnnotation.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/deprecatedAnnotation.kt index 59051a6bafc..5f7dd77a81b 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/deprecatedAnnotation.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/deprecatedAnnotation.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/deprecatedDefaultMethod.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/deprecatedDefaultMethod.kt index 139018d21c1..ce7e67b77e1 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/deprecatedDefaultMethod.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/deprecatedDefaultMethod.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface I { @Deprecated("message") diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/inheritedFunctionWithDefaultParameters.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/inheritedFunctionWithDefaultParameters.kt index 13abb55f637..5b16fd844d9 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/inheritedFunctionWithDefaultParameters.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/inheritedFunctionWithDefaultParameters.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface I { @JvmDefault fun foo(x: String = "OK"): String = x diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/inheritedJvmDefault.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/inheritedJvmDefault.kt index 0e879b832fe..8065eed7c91 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/inheritedJvmDefault.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/inheritedJvmDefault.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/interfaceExtension.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/interfaceExtension.kt index 9948bb9bffb..3102f2aba6e 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/interfaceExtension.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/interfaceExtension.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface A { @JvmDefault fun String.foo(k: String) = "O" + k diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/kt42674.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/kt42674.kt index 4edb7d125f6..41390913773 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/kt42674.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/kt42674.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public interface A { diff --git a/compiler/testData/codegen/box/jvm8/defaults/compatibility/simpleFunction.kt b/compiler/testData/codegen/box/jvm8/defaults/compatibility/simpleFunction.kt index db7ebb237de..14f8b092d2d 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/compatibility/simpleFunction.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/compatibility/simpleFunction.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface { diff --git a/compiler/testData/codegen/box/jvm8/defaults/defaultArgs.kt b/compiler/testData/codegen/box/jvm8/defaults/defaultArgs.kt index 086f7cc889d..3206fe883a5 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/defaultArgs.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/defaultArgs.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/defaultArgsViaAnonymousObject.kt b/compiler/testData/codegen/box/jvm8/defaults/defaultArgsViaAnonymousObject.kt index c3a4f66d5db..ebeb7a2d4f4 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/defaultArgsViaAnonymousObject.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/defaultArgsViaAnonymousObject.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface A { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/delegationBy/simple.kt b/compiler/testData/codegen/box/jvm8/defaults/delegationBy/simple.kt index 5980d2b12f1..a490911001f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/delegationBy/simple.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/delegationBy/simple.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/delegationBy/simpleProperty.kt b/compiler/testData/codegen/box/jvm8/defaults/delegationBy/simpleProperty.kt index 6234054a716..701adb3ee93 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/delegationBy/simpleProperty.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/delegationBy/simpleProperty.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/inheritedFunctionWithDefaultParameters.kt b/compiler/testData/codegen/box/jvm8/defaults/inheritedFunctionWithDefaultParameters.kt index a9b48da10b8..da03db479b8 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/inheritedFunctionWithDefaultParameters.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/inheritedFunctionWithDefaultParameters.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface I { @JvmDefault fun foo(x: String = "OK"): String = x diff --git a/compiler/testData/codegen/box/jvm8/defaults/inline.kt b/compiler/testData/codegen/box/jvm8/defaults/inline.kt index 02357f8346a..8dfaae056ab 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/inline.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/inline.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/inlineProperty.kt b/compiler/testData/codegen/box/jvm8/defaults/inlineProperty.kt index 5599ca7c425..e7d99a35bc2 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/inlineProperty.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/inlineProperty.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/kt11969.kt b/compiler/testData/codegen/box/jvm8/defaults/kt11969.kt index 01ab258ee0b..beb4df58d87 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/kt11969.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/kt11969.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { diff --git a/compiler/testData/codegen/box/jvm8/defaults/kt14243.kt b/compiler/testData/codegen/box/jvm8/defaults/kt14243.kt index e55cba6b123..1c8ecf7316a 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/kt14243.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/kt14243.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/kt14243_2.kt b/compiler/testData/codegen/box/jvm8/defaults/kt14243_2.kt index 7f35ea1eaf8..9141adb5a6f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/kt14243_2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/kt14243_2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/kt14243_prop.kt b/compiler/testData/codegen/box/jvm8/defaults/kt14243_prop.kt index 4604088acd1..3e28ba85bf3 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/kt14243_prop.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/kt14243_prop.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { diff --git a/compiler/testData/codegen/box/jvm8/defaults/kt40920.kt b/compiler/testData/codegen/box/jvm8/defaults/kt40920.kt index cb9d348c3b0..baccd36b9d5 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/kt40920.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/kt40920.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: JBase.java public interface JBase extends Base { diff --git a/compiler/testData/codegen/box/jvm8/defaults/kt42674.kt b/compiler/testData/codegen/box/jvm8/defaults/kt42674.kt index 986599605f9..3f03460224f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/kt42674.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/kt42674.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public interface A { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/accessor.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/accessor.kt index a63670bddd6..62e743f3b3d 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/accessor.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/accessor.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB var storage = "fail" diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/accessorFromCompanion.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/accessorFromCompanion.kt index 0641bcc8799..712d29369e8 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/accessorFromCompanion.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/accessorFromCompanion.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { private val foo: String diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge.kt index 080f1da1955..96cf5f987cf 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge2.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge2.kt index 790dc242ddb..49a99dd0b60 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge3.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge3.kt index 48847c91c42..60c948bf7d5 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge3.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridge3.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface3 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInClass.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInClass.kt index c02e44b12c8..e5992b3ea55 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInClass.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInClass.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { fun test(p: T): T { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterface.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterface.kt index e2a60f85e79..9a14c98a7c9 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterface.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterface.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { fun test(p: T): T { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterface2.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterface2.kt index 673d20d4d6b..577f8bb6c98 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterface2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterface2.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterfaceWithProperties.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterfaceWithProperties.kt index 434d2011a38..65fd3c188d1 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterfaceWithProperties.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterfaceWithProperties.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { var test: T diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterfaceWithProperties2.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterfaceWithProperties2.kt index 436e15853c6..2ae603ab747 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterfaceWithProperties2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeInInterfaceWithProperties2.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithJava.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithJava.kt index 163f988f416..5770a299109 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithJava.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithJava.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: Test.java diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties.kt index ebb2290eb4e..ba54b6ccf2e 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties2.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties2.kt index 4ddef56ed3f..ff6d961e540 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties3.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties3.kt index d7e1531654b..bb0521c1bc0 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties3.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/bridgeWithProperties3.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface3 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/defaultArgs.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/defaultArgs.kt index ff735f391e1..f598faeea68 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/defaultArgs.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/defaultArgs.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/defaultArgsViaAnonymousObject.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/defaultArgsViaAnonymousObject.kt index 331d328271a..1e4a8076e15 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/defaultArgsViaAnonymousObject.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/defaultArgsViaAnonymousObject.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface A { fun foo(x: String = "OK"): String { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy/simple.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy/simple.kt index 59839f167d9..035c7925b8e 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy/simple.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy/simple.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy/simpleProperty.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy/simpleProperty.kt index ca4f91aaa96..1ba6f3823e7 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy/simpleProperty.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy/simpleProperty.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/funInterface.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/funInterface.kt index 13d03169501..9070cc569d8 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/funInterface.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/funInterface.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Base { fun f(o: String): String = g(o) diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/inheritedJvmDefault.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/inheritedJvmDefault.kt index 9fcb2f15971..b91ea71bfcc 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/inheritedJvmDefault.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/inheritedJvmDefault.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface2 { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/interfaceExtension.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/interfaceExtension.kt index cac4c651fe7..09e6ba786a3 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/interfaceExtension.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/interfaceExtension.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface A { fun String.foo(k: String) = "O" + k } diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt14243.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt14243.kt index 8b1a21c46ca..eab3dd24b77 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt14243.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt14243.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { fun test(p: T): T { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt14243_2.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt14243_2.kt index 5181fa79e36..2ed4078d23f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt14243_2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt14243_2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { fun test(p: T): T { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt40920.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt40920.kt index bc147b2f1a4..6b31f31a1bb 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt40920.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt40920.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: JBase.java public interface JBase extends Base { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt42674.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt42674.kt index ca728d3b2d5..f7081496bed 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt42674.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/kt42674.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.java public interface A { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateFunInInterface.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateFunInInterface.kt index 5843400ebd4..61ecfec2578 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateFunInInterface.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateFunInInterface.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { fun test(): String { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateFunWithDefaultArg.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateFunWithDefaultArg.kt index 259b6754137..b5bf4ce8578 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateFunWithDefaultArg.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateFunWithDefaultArg.kt @@ -3,7 +3,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import helpers.* import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateSuspend.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateSuspend.kt index 6e98772e943..a40b8fd80c3 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateSuspend.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/privateSuspend.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import helpers.* import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/simpleFunction.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/simpleFunction.kt index 9283a38072f..cdaedc23f15 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/simpleFunction.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/simpleFunction.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: all // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Simple.java public interface Simple extends KInterface { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/suspendFunction.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/suspendFunction.kt index c449e7e231a..016bb117f43 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/suspendFunction.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/suspendFunction.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* import helpers.* diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/suspendSuperCall.kt b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/suspendSuperCall.kt index 4d01bedb07f..c4622027e05 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/suspendSuperCall.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/suspendSuperCall.kt @@ -3,7 +3,7 @@ // IGNORE_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* import helpers.* diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInClass.kt b/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInClass.kt index de199058d10..6689570348b 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInClass.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInClass.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInInterface.kt b/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInInterface.kt index c9178ca2eeb..f93caaba249 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInInterface.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInInterface.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInInterface2.kt b/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInInterface2.kt index 4687a5d08f2..08e9f5e2e1e 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInInterface2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/noDelegation/noDelegationToDefaultMethodInInterface2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/simple.kt b/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/simple.kt index f0e9e8ac5b1..308f8f9a7dc 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/simple.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/simple.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // FULL_JDK // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // !JVM_DEFAULT_MODE: all // FILE: Foo.kt diff --git a/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/simple2.kt b/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/simple2.kt index d87fa2c5e12..d282f563d3d 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/simple2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/simple2.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // FULL_JDK // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // !JVM_DEFAULT_MODE: all // FILE: Foo.kt diff --git a/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/specialization.kt b/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/specialization.kt index 9454eba85f4..eddddfad7d7 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/specialization.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/specialization.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // !JVM_DEFAULT_MODE: all // FILE: Foo.kt diff --git a/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/superCall.kt b/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/superCall.kt index b6b11cbfe86..3faf90d3a0f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/superCall.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/superCall.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // !JVM_DEFAULT_MODE: all // FILE: Foo.kt diff --git a/compiler/testData/codegen/box/jvm8/defaults/oneImplementation.kt b/compiler/testData/codegen/box/jvm8/defaults/oneImplementation.kt index 61dd177704d..3649d347e74 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/oneImplementation.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/oneImplementation.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface KCallable { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/oneImplementation2.kt b/compiler/testData/codegen/box/jvm8/defaults/oneImplementation2.kt index d758ea81eab..49412f1af3f 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/oneImplementation2.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/oneImplementation2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface KCallable { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/privateDefaultFromDefaultImpl.kt b/compiler/testData/codegen/box/jvm8/defaults/privateDefaultFromDefaultImpl.kt index 393c52f6718..96c44c3c334 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/privateDefaultFromDefaultImpl.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/privateDefaultFromDefaultImpl.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { fun test(): String { diff --git a/compiler/testData/codegen/box/jvm8/defaults/privateInDefaultImpls.kt b/compiler/testData/codegen/box/jvm8/defaults/privateInDefaultImpls.kt index a5ab5728745..55f7d4727d8 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/privateInDefaultImpls.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/privateInDefaultImpls.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/simpleCall.kt b/compiler/testData/codegen/box/jvm8/defaults/simpleCall.kt index 4156a51427c..88d9314d3c4 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/simpleCall.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/simpleCall.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/simpleProperty.kt b/compiler/testData/codegen/box/jvm8/defaults/simpleProperty.kt index 5fadbf6ad23..119225c7393 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/simpleProperty.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/simpleProperty.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Z { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/superCall.kt b/compiler/testData/codegen/box/jvm8/defaults/superCall.kt index 320ee85fb91..5e888c275f8 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/superCall.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/superCall.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/codegen/box/jvm8/defaults/suspendFunction.kt b/compiler/testData/codegen/box/jvm8/defaults/suspendFunction.kt index 11672cb0c5b..539f5ece656 100644 --- a/compiler/testData/codegen/box/jvm8/defaults/suspendFunction.kt +++ b/compiler/testData/codegen/box/jvm8/defaults/suspendFunction.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* import helpers.* diff --git a/compiler/testData/codegen/box/jvm8/inlineFromAnotherFile.kt b/compiler/testData/codegen/box/jvm8/inlineFromAnotherFile.kt index eb2e7f5d75f..da2e62e658d 100644 --- a/compiler/testData/codegen/box/jvm8/inlineFromAnotherFile.kt +++ b/compiler/testData/codegen/box/jvm8/inlineFromAnotherFile.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -//WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/box/jvm8/inlineFromStdlib.kt b/compiler/testData/codegen/box/jvm8/inlineFromStdlib.kt index ca938ab91a8..bf569ad213c 100644 --- a/compiler/testData/codegen/box/jvm8/inlineFromStdlib.kt +++ b/compiler/testData/codegen/box/jvm8/inlineFromStdlib.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -//WITH_RUNTIME +// WITH_STDLIB fun box(): String { val list = listOf("O", "K") diff --git a/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920.kt b/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920.kt index ca7b6462c4b..b3678480ff7 100644 --- a/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920.kt +++ b/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: disable // JVM_TARGET: 1.8 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JBase.java public interface JBase extends Base { diff --git a/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_java.kt b/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_java.kt index 3a098ffde2a..6a28a989834 100644 --- a/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_java.kt +++ b/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_java.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: disable // JVM_TARGET: 1.8 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Base.java public interface Base { diff --git a/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_java2.kt b/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_java2.kt index 71f311f87dc..bdb4dfda0cb 100644 --- a/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_java2.kt +++ b/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_java2.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: disable // JVM_TARGET: 1.8 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Base.java public interface Base { diff --git a/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_map.kt b/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_map.kt index b8b95adf319..7abc92cb357 100644 --- a/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_map.kt +++ b/compiler/testData/codegen/box/jvm8/javaDefaults/kt40920_map.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: disable // JVM_TARGET: 1.8 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: main.kt var result = "" diff --git a/compiler/testData/codegen/box/jvm8/kt11969.kt b/compiler/testData/codegen/box/jvm8/kt11969.kt index 32a659ed557..8a9ea4aae3c 100644 --- a/compiler/testData/codegen/box/jvm8/kt11969.kt +++ b/compiler/testData/codegen/box/jvm8/kt11969.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB package test interface Z { diff --git a/compiler/testData/codegen/box/jvm8/kt6301.kt b/compiler/testData/codegen/box/jvm8/kt6301.kt index 369a40900fb..854b8911b5a 100644 --- a/compiler/testData/codegen/box/jvm8/kt6301.kt +++ b/compiler/testData/codegen/box/jvm8/kt6301.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +JvmStaticInInterface -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // FILE: test.kt diff --git a/compiler/testData/codegen/box/jvm8/kt6301_2.kt b/compiler/testData/codegen/box/jvm8/kt6301_2.kt index 935d16b2a26..2f7540dac20 100644 --- a/compiler/testData/codegen/box/jvm8/kt6301_2.kt +++ b/compiler/testData/codegen/box/jvm8/kt6301_2.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +JvmStaticInInterface -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // FILE: test.kt diff --git a/compiler/testData/codegen/box/jvmField/annotationCompanion.kt b/compiler/testData/codegen/box/jvmField/annotationCompanion.kt index 26741f1dda1..219b993e3b2 100644 --- a/compiler/testData/codegen/box/jvmField/annotationCompanion.kt +++ b/compiler/testData/codegen/box/jvmField/annotationCompanion.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +JvmFieldInInterface +NestedClassesInAnnotations // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Foo.kt public class Bar(public val value: String) diff --git a/compiler/testData/codegen/box/jvmField/annotationCompanionWithJava.kt b/compiler/testData/codegen/box/jvmField/annotationCompanionWithJava.kt index 1b8002ff7da..feb68481a38 100644 --- a/compiler/testData/codegen/box/jvmField/annotationCompanionWithJava.kt +++ b/compiler/testData/codegen/box/jvmField/annotationCompanionWithJava.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +JvmFieldInInterface +NestedClassesInAnnotations // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java public class Test { diff --git a/compiler/testData/codegen/box/jvmField/captureClassFields.kt b/compiler/testData/codegen/box/jvmField/captureClassFields.kt index 3402e5f6784..fa9115892d4 100644 --- a/compiler/testData/codegen/box/jvmField/captureClassFields.kt +++ b/compiler/testData/codegen/box/jvmField/captureClassFields.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class A { @JvmField public val publicField = "1"; diff --git a/compiler/testData/codegen/box/jvmField/capturePackageFields.kt b/compiler/testData/codegen/box/jvmField/capturePackageFields.kt index 03591e82534..1524419b4d2 100644 --- a/compiler/testData/codegen/box/jvmField/capturePackageFields.kt +++ b/compiler/testData/codegen/box/jvmField/capturePackageFields.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @JvmField public val publicField = "1"; @JvmField internal val internalField = "23"; diff --git a/compiler/testData/codegen/box/jvmField/checkNoAccessors.kt b/compiler/testData/codegen/box/jvmField/checkNoAccessors.kt index 24952386a40..d85b3717334 100644 --- a/compiler/testData/codegen/box/jvmField/checkNoAccessors.kt +++ b/compiler/testData/codegen/box/jvmField/checkNoAccessors.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertFalse diff --git a/compiler/testData/codegen/box/jvmField/clashWithJavaSuperClassField.kt b/compiler/testData/codegen/box/jvmField/clashWithJavaSuperClassField.kt index 70bb49657d9..5912a5ac50d 100644 --- a/compiler/testData/codegen/box/jvmField/clashWithJavaSuperClassField.kt +++ b/compiler/testData/codegen/box/jvmField/clashWithJavaSuperClassField.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt abstract class A { diff --git a/compiler/testData/codegen/box/jvmField/classFieldReference.kt b/compiler/testData/codegen/box/jvmField/classFieldReference.kt index 8391329f534..2c9b180edf2 100644 --- a/compiler/testData/codegen/box/jvmField/classFieldReference.kt +++ b/compiler/testData/codegen/box/jvmField/classFieldReference.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package zzz import java.lang.reflect.Field diff --git a/compiler/testData/codegen/box/jvmField/compoundAccess.kt b/compiler/testData/codegen/box/jvmField/compoundAccess.kt index decfb7cc8a7..f09c40a9400 100644 --- a/compiler/testData/codegen/box/jvmField/compoundAccess.kt +++ b/compiler/testData/codegen/box/jvmField/compoundAccess.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A { @JvmField val b = B() diff --git a/compiler/testData/codegen/box/jvmField/constructorProperty.kt b/compiler/testData/codegen/box/jvmField/constructorProperty.kt index 8801d0805a5..67673860ba7 100644 --- a/compiler/testData/codegen/box/jvmField/constructorProperty.kt +++ b/compiler/testData/codegen/box/jvmField/constructorProperty.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java public class Test { diff --git a/compiler/testData/codegen/box/jvmField/fileOrder.kt b/compiler/testData/codegen/box/jvmField/fileOrder.kt index a04b0ae895b..b1226d669c9 100644 --- a/compiler/testData/codegen/box/jvmField/fileOrder.kt +++ b/compiler/testData/codegen/box/jvmField/fileOrder.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt fun box(): String = Z.result diff --git a/compiler/testData/codegen/box/jvmField/fileOrderWithCopying.kt b/compiler/testData/codegen/box/jvmField/fileOrderWithCopying.kt index ed600240152..31cd0e7ab9a 100644 --- a/compiler/testData/codegen/box/jvmField/fileOrderWithCopying.kt +++ b/compiler/testData/codegen/box/jvmField/fileOrderWithCopying.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt fun box(): String = A.result diff --git a/compiler/testData/codegen/box/jvmField/initializersOrder.kt b/compiler/testData/codegen/box/jvmField/initializersOrder.kt index 13950584c96..5a0752ddf3c 100644 --- a/compiler/testData/codegen/box/jvmField/initializersOrder.kt +++ b/compiler/testData/codegen/box/jvmField/initializersOrder.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/jvmField/interfaceCompanion.kt b/compiler/testData/codegen/box/jvmField/interfaceCompanion.kt index f99d3fec96a..025eac548bb 100644 --- a/compiler/testData/codegen/box/jvmField/interfaceCompanion.kt +++ b/compiler/testData/codegen/box/jvmField/interfaceCompanion.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +JvmFieldInInterface // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Foo.kt public class Bar(public val value: String) diff --git a/compiler/testData/codegen/box/jvmField/interfaceCompanionWithJava.kt b/compiler/testData/codegen/box/jvmField/interfaceCompanionWithJava.kt index 76f63e669c4..c3eb9a3c600 100644 --- a/compiler/testData/codegen/box/jvmField/interfaceCompanionWithJava.kt +++ b/compiler/testData/codegen/box/jvmField/interfaceCompanionWithJava.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +JvmFieldInInterface // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java public class Test { diff --git a/compiler/testData/codegen/box/jvmField/kt47328.kt b/compiler/testData/codegen/box/jvmField/kt47328.kt index 69f5df44e0e..7abffe0bce8 100644 --- a/compiler/testData/codegen/box/jvmField/kt47328.kt +++ b/compiler/testData/codegen/box/jvmField/kt47328.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface A { val x: Int } diff --git a/compiler/testData/codegen/box/jvmField/kt47328_inherited.kt b/compiler/testData/codegen/box/jvmField/kt47328_inherited.kt index 3d75f28b46c..fece1b68385 100644 --- a/compiler/testData/codegen/box/jvmField/kt47328_inherited.kt +++ b/compiler/testData/codegen/box/jvmField/kt47328_inherited.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface A { val x: Int } diff --git a/compiler/testData/codegen/box/jvmField/kt47328_super.kt b/compiler/testData/codegen/box/jvmField/kt47328_super.kt index 64fc8372d2f..f959364bb9c 100644 --- a/compiler/testData/codegen/box/jvmField/kt47328_super.kt +++ b/compiler/testData/codegen/box/jvmField/kt47328_super.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface A { val x: String } diff --git a/compiler/testData/codegen/box/jvmField/kt47328_var.kt b/compiler/testData/codegen/box/jvmField/kt47328_var.kt index 060363272ce..8fdbf9d327f 100644 --- a/compiler/testData/codegen/box/jvmField/kt47328_var.kt +++ b/compiler/testData/codegen/box/jvmField/kt47328_var.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface A { var x: Int } diff --git a/compiler/testData/codegen/box/jvmField/kt47739.kt b/compiler/testData/codegen/box/jvmField/kt47739.kt index 77da39d198b..a588c038c88 100644 --- a/compiler/testData/codegen/box/jvmField/kt47739.kt +++ b/compiler/testData/codegen/box/jvmField/kt47739.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Value.kt diff --git a/compiler/testData/codegen/box/jvmField/kt48295.kt b/compiler/testData/codegen/box/jvmField/kt48295.kt index 77cff1c08bc..2a5c2eafea5 100644 --- a/compiler/testData/codegen/box/jvmField/kt48295.kt +++ b/compiler/testData/codegen/box/jvmField/kt48295.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt diff --git a/compiler/testData/codegen/box/jvmField/kt48295a.kt b/compiler/testData/codegen/box/jvmField/kt48295a.kt index 69900f7551d..b1dd8d00b47 100644 --- a/compiler/testData/codegen/box/jvmField/kt48295a.kt +++ b/compiler/testData/codegen/box/jvmField/kt48295a.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt diff --git a/compiler/testData/codegen/box/jvmField/publicField.kt b/compiler/testData/codegen/box/jvmField/publicField.kt index 44a114205b3..170b5704195 100644 --- a/compiler/testData/codegen/box/jvmField/publicField.kt +++ b/compiler/testData/codegen/box/jvmField/publicField.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class A { @JvmField public val field = "OK"; diff --git a/compiler/testData/codegen/box/jvmField/publicFieldJava.kt b/compiler/testData/codegen/box/jvmField/publicFieldJava.kt index 43b71c9d5bd..43e741a960f 100644 --- a/compiler/testData/codegen/box/jvmField/publicFieldJava.kt +++ b/compiler/testData/codegen/box/jvmField/publicFieldJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/codegen/box/jvmField/simpleMemberProperty.kt b/compiler/testData/codegen/box/jvmField/simpleMemberProperty.kt index 46459db5fa4..fd6ef48325b 100644 --- a/compiler/testData/codegen/box/jvmField/simpleMemberProperty.kt +++ b/compiler/testData/codegen/box/jvmField/simpleMemberProperty.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java public class Test { diff --git a/compiler/testData/codegen/box/jvmField/superCall.kt b/compiler/testData/codegen/box/jvmField/superCall.kt index 6b0bf6ac279..f93338cb393 100644 --- a/compiler/testData/codegen/box/jvmField/superCall.kt +++ b/compiler/testData/codegen/box/jvmField/superCall.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class A { @JvmField public val publicField = "1"; diff --git a/compiler/testData/codegen/box/jvmField/superCall2.kt b/compiler/testData/codegen/box/jvmField/superCall2.kt index 9a133531ba3..7f9525870c5 100644 --- a/compiler/testData/codegen/box/jvmField/superCall2.kt +++ b/compiler/testData/codegen/box/jvmField/superCall2.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class A { @JvmField public val publicField = "1"; diff --git a/compiler/testData/codegen/box/jvmField/topLevelFieldReference.kt b/compiler/testData/codegen/box/jvmField/topLevelFieldReference.kt index d865a22d26c..b2dd2fbb0d3 100644 --- a/compiler/testData/codegen/box/jvmField/topLevelFieldReference.kt +++ b/compiler/testData/codegen/box/jvmField/topLevelFieldReference.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package zzz import java.lang.reflect.Field diff --git a/compiler/testData/codegen/box/jvmField/writeFieldReference.kt b/compiler/testData/codegen/box/jvmField/writeFieldReference.kt index 1475872288e..d427eb61bdc 100644 --- a/compiler/testData/codegen/box/jvmField/writeFieldReference.kt +++ b/compiler/testData/codegen/box/jvmField/writeFieldReference.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package zzz import kotlin.reflect.KMutableProperty1 diff --git a/compiler/testData/codegen/box/jvmName/callableReference.kt b/compiler/testData/codegen/box/jvmName/callableReference.kt index e7d1e3c20ff..7e326fd7471 100644 --- a/compiler/testData/codegen/box/jvmName/callableReference.kt +++ b/compiler/testData/codegen/box/jvmName/callableReference.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @JvmName("bar") fun foo() = "foo" diff --git a/compiler/testData/codegen/box/jvmName/clashingErasure.kt b/compiler/testData/codegen/box/jvmName/clashingErasure.kt index 0be13b4e3f7..7c1a6392cf4 100644 --- a/compiler/testData/codegen/box/jvmName/clashingErasure.kt +++ b/compiler/testData/codegen/box/jvmName/clashingErasure.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun List.foo() = "foo" diff --git a/compiler/testData/codegen/box/jvmName/classMembers.kt b/compiler/testData/codegen/box/jvmName/classMembers.kt index a6ebda45bd9..be1d59cb597 100644 --- a/compiler/testData/codegen/box/jvmName/classMembers.kt +++ b/compiler/testData/codegen/box/jvmName/classMembers.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // See: // http://kotlinlang.org/docs/reference/java-interop.html#handling-signature-clashes-with-platformname // https://youtrack.jetbrains.com/issue/KT-5524 diff --git a/compiler/testData/codegen/box/jvmName/fileFacades/differentFiles.kt b/compiler/testData/codegen/box/jvmName/fileFacades/differentFiles.kt index b0680a63395..ac1bc5d3bb1 100644 --- a/compiler/testData/codegen/box/jvmName/fileFacades/differentFiles.kt +++ b/compiler/testData/codegen/box/jvmName/fileFacades/differentFiles.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Baz.java public class Baz { diff --git a/compiler/testData/codegen/box/jvmName/fileFacades/javaAnnotationOnFileFacade.kt b/compiler/testData/codegen/box/jvmName/fileFacades/javaAnnotationOnFileFacade.kt index 34d7f33f24c..5dd04401122 100644 --- a/compiler/testData/codegen/box/jvmName/fileFacades/javaAnnotationOnFileFacade.kt +++ b/compiler/testData/codegen/box/jvmName/fileFacades/javaAnnotationOnFileFacade.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: StringHolder.java import java.lang.annotation.ElementType; diff --git a/compiler/testData/codegen/box/jvmName/fileFacades/simple.kt b/compiler/testData/codegen/box/jvmName/fileFacades/simple.kt index fa10c0cf6e1..52c5b927236 100644 --- a/compiler/testData/codegen/box/jvmName/fileFacades/simple.kt +++ b/compiler/testData/codegen/box/jvmName/fileFacades/simple.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Bar.java public class Bar { diff --git a/compiler/testData/codegen/box/jvmName/functionName.kt b/compiler/testData/codegen/box/jvmName/functionName.kt index ce89102fe01..ac0192632d5 100644 --- a/compiler/testData/codegen/box/jvmName/functionName.kt +++ b/compiler/testData/codegen/box/jvmName/functionName.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @JvmName("bar") fun foo() = "foo" diff --git a/compiler/testData/codegen/box/jvmName/functionWithDefault.kt b/compiler/testData/codegen/box/jvmName/functionWithDefault.kt index 6ab5ff8b77b..0a07c43b1d2 100644 --- a/compiler/testData/codegen/box/jvmName/functionWithDefault.kt +++ b/compiler/testData/codegen/box/jvmName/functionWithDefault.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @JvmName("bar") fun foo(x: String = (object {}).javaClass.enclosingMethod.name) = x diff --git a/compiler/testData/codegen/box/jvmName/kt23974.kt b/compiler/testData/codegen/box/jvmName/kt23974.kt index fd15ca094a9..c2b41d1c835 100644 --- a/compiler/testData/codegen/box/jvmName/kt23974.kt +++ b/compiler/testData/codegen/box/jvmName/kt23974.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @Suppress("x") @get:JvmName("foo") diff --git a/compiler/testData/codegen/box/jvmName/loadJvmName.kt b/compiler/testData/codegen/box/jvmName/loadJvmName.kt index dc094539dbf..fef2b762798 100644 --- a/compiler/testData/codegen/box/jvmName/loadJvmName.kt +++ b/compiler/testData/codegen/box/jvmName/loadJvmName.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @JvmName("bar") fun foo() {} diff --git a/compiler/testData/codegen/box/jvmName/multifileClass.kt b/compiler/testData/codegen/box/jvmName/multifileClass.kt index 4c5164ba4b2..b5fcdd9ac69 100644 --- a/compiler/testData/codegen/box/jvmName/multifileClass.kt +++ b/compiler/testData/codegen/box/jvmName/multifileClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("Test") @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/jvmName/multifileClassWithLocalClass.kt b/compiler/testData/codegen/box/jvmName/multifileClassWithLocalClass.kt index 64928a95637..8c0328366b4 100644 --- a/compiler/testData/codegen/box/jvmName/multifileClassWithLocalClass.kt +++ b/compiler/testData/codegen/box/jvmName/multifileClassWithLocalClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("Test") @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/jvmName/multifileClassWithLocalGeneric.kt b/compiler/testData/codegen/box/jvmName/multifileClassWithLocalGeneric.kt index 334fd082b2a..fa1b267a70c 100644 --- a/compiler/testData/codegen/box/jvmName/multifileClassWithLocalGeneric.kt +++ b/compiler/testData/codegen/box/jvmName/multifileClassWithLocalGeneric.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("Test") @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/jvmName/propertyAccessorsUseSite.kt b/compiler/testData/codegen/box/jvmName/propertyAccessorsUseSite.kt index 168e3e3164b..003366584ec 100644 --- a/compiler/testData/codegen/box/jvmName/propertyAccessorsUseSite.kt +++ b/compiler/testData/codegen/box/jvmName/propertyAccessorsUseSite.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/jvmName/propertyName.kt b/compiler/testData/codegen/box/jvmName/propertyName.kt index c90d367e974..8d1d6774e16 100644 --- a/compiler/testData/codegen/box/jvmName/propertyName.kt +++ b/compiler/testData/codegen/box/jvmName/propertyName.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB var v: Int = 1 @JvmName("vget") diff --git a/compiler/testData/codegen/box/jvmName/renamedFileClass.kt b/compiler/testData/codegen/box/jvmName/renamedFileClass.kt index ae248c38933..2af72d62e38 100644 --- a/compiler/testData/codegen/box/jvmName/renamedFileClass.kt +++ b/compiler/testData/codegen/box/jvmName/renamedFileClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("Util") package test diff --git a/compiler/testData/codegen/box/jvmOverloads/companionObject.kt b/compiler/testData/codegen/box/jvmOverloads/companionObject.kt index 19f29eefce3..d99db9fda34 100644 --- a/compiler/testData/codegen/box/jvmOverloads/companionObject.kt +++ b/compiler/testData/codegen/box/jvmOverloads/companionObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { companion object { diff --git a/compiler/testData/codegen/box/jvmOverloads/constructorWithTypeParams.kt b/compiler/testData/codegen/box/jvmOverloads/constructorWithTypeParams.kt index 5ac48f3ae1f..f7e8f9f424a 100644 --- a/compiler/testData/codegen/box/jvmOverloads/constructorWithTypeParams.kt +++ b/compiler/testData/codegen/box/jvmOverloads/constructorWithTypeParams.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C @JvmOverloads constructor(val s: String = "OK") diff --git a/compiler/testData/codegen/box/jvmOverloads/defaultsNotAtEnd.kt b/compiler/testData/codegen/box/jvmOverloads/defaultsNotAtEnd.kt index a1822e439b9..a0e7a9e4b3b 100644 --- a/compiler/testData/codegen/box/jvmOverloads/defaultsNotAtEnd.kt +++ b/compiler/testData/codegen/box/jvmOverloads/defaultsNotAtEnd.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { @kotlin.jvm.JvmOverloads public fun foo(o: String = "O", i1: Int, k: String = "K", i2: Int): String { diff --git a/compiler/testData/codegen/box/jvmOverloads/doubleParameters.kt b/compiler/testData/codegen/box/jvmOverloads/doubleParameters.kt index 7b310b2800b..80a344eae89 100644 --- a/compiler/testData/codegen/box/jvmOverloads/doubleParameters.kt +++ b/compiler/testData/codegen/box/jvmOverloads/doubleParameters.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { @kotlin.jvm.JvmOverloads public fun foo(d1: Double, d2: Double, status: String = "OK"): String { diff --git a/compiler/testData/codegen/box/jvmOverloads/extensionMethod.kt b/compiler/testData/codegen/box/jvmOverloads/extensionMethod.kt index fb455708776..928ba037d95 100644 --- a/compiler/testData/codegen/box/jvmOverloads/extensionMethod.kt +++ b/compiler/testData/codegen/box/jvmOverloads/extensionMethod.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { } diff --git a/compiler/testData/codegen/box/jvmOverloads/generics.kt b/compiler/testData/codegen/box/jvmOverloads/generics.kt index 051557cbc86..c68c91f1a06 100644 --- a/compiler/testData/codegen/box/jvmOverloads/generics.kt +++ b/compiler/testData/codegen/box/jvmOverloads/generics.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java public class Test { diff --git a/compiler/testData/codegen/box/jvmOverloads/innerClass.kt b/compiler/testData/codegen/box/jvmOverloads/innerClass.kt index f35285427d4..498f8fd0604 100644 --- a/compiler/testData/codegen/box/jvmOverloads/innerClass.kt +++ b/compiler/testData/codegen/box/jvmOverloads/innerClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class Outer { inner class Inner @JvmOverloads constructor(val s1: String, val s2: String = "OK") { diff --git a/compiler/testData/codegen/box/jvmOverloads/manyParameters.kt b/compiler/testData/codegen/box/jvmOverloads/manyParameters.kt index d7873a92b73..433aa054e6f 100644 --- a/compiler/testData/codegen/box/jvmOverloads/manyParameters.kt +++ b/compiler/testData/codegen/box/jvmOverloads/manyParameters.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaCall.java public class JavaCall { diff --git a/compiler/testData/codegen/box/jvmOverloads/multifileClass.kt b/compiler/testData/codegen/box/jvmOverloads/multifileClass.kt index 54125ce7b75..252d11b7046 100644 --- a/compiler/testData/codegen/box/jvmOverloads/multifileClass.kt +++ b/compiler/testData/codegen/box/jvmOverloads/multifileClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: facade.kt @file:JvmName("Facade") diff --git a/compiler/testData/codegen/box/jvmOverloads/multipleDefaultParameters.kt b/compiler/testData/codegen/box/jvmOverloads/multipleDefaultParameters.kt index ea14a6f69e0..42e1778bc2d 100644 --- a/compiler/testData/codegen/box/jvmOverloads/multipleDefaultParameters.kt +++ b/compiler/testData/codegen/box/jvmOverloads/multipleDefaultParameters.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { @kotlin.jvm.JvmOverloads public fun foo(o: String = "O", k: String = "K"): String { diff --git a/compiler/testData/codegen/box/jvmOverloads/noRedundantVarargs.kt b/compiler/testData/codegen/box/jvmOverloads/noRedundantVarargs.kt index 2dbae6a3258..6c001689be1 100644 --- a/compiler/testData/codegen/box/jvmOverloads/noRedundantVarargs.kt +++ b/compiler/testData/codegen/box/jvmOverloads/noRedundantVarargs.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: test.kt diff --git a/compiler/testData/codegen/box/jvmOverloads/nonDefaultParameter.kt b/compiler/testData/codegen/box/jvmOverloads/nonDefaultParameter.kt index 4f10810b2c0..a34aedc931e 100644 --- a/compiler/testData/codegen/box/jvmOverloads/nonDefaultParameter.kt +++ b/compiler/testData/codegen/box/jvmOverloads/nonDefaultParameter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { @kotlin.jvm.JvmOverloads public fun foo(o: String, k: String = "K"): String { diff --git a/compiler/testData/codegen/box/jvmOverloads/primaryConstructor.kt b/compiler/testData/codegen/box/jvmOverloads/primaryConstructor.kt index 07852ad5352..685a8646ada 100644 --- a/compiler/testData/codegen/box/jvmOverloads/primaryConstructor.kt +++ b/compiler/testData/codegen/box/jvmOverloads/primaryConstructor.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C @kotlin.jvm.JvmOverloads constructor(s1: String, s2: String = "K") { public val status: String = s1 + s2 diff --git a/compiler/testData/codegen/box/jvmOverloads/primaryConstructorWithAllDefaults.kt b/compiler/testData/codegen/box/jvmOverloads/primaryConstructorWithAllDefaults.kt index a77c0b54757..4fd509ee7e0 100644 --- a/compiler/testData/codegen/box/jvmOverloads/primaryConstructorWithAllDefaults.kt +++ b/compiler/testData/codegen/box/jvmOverloads/primaryConstructorWithAllDefaults.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C @kotlin.jvm.JvmOverloads constructor(s1: String = "O", s2: String = "K") { public val status: String = s1 + s2 diff --git a/compiler/testData/codegen/box/jvmOverloads/privateClass.kt b/compiler/testData/codegen/box/jvmOverloads/privateClass.kt index 772a5ea10e6..7088c409edc 100644 --- a/compiler/testData/codegen/box/jvmOverloads/privateClass.kt +++ b/compiler/testData/codegen/box/jvmOverloads/privateClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB private data class C(val status: String = "OK") diff --git a/compiler/testData/codegen/box/jvmOverloads/secondaryConstructor.kt b/compiler/testData/codegen/box/jvmOverloads/secondaryConstructor.kt index 5132e8cfd3f..6676efa725f 100644 --- a/compiler/testData/codegen/box/jvmOverloads/secondaryConstructor.kt +++ b/compiler/testData/codegen/box/jvmOverloads/secondaryConstructor.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C(val i: Int) { var status = "fail" diff --git a/compiler/testData/codegen/box/jvmOverloads/simple.kt b/compiler/testData/codegen/box/jvmOverloads/simple.kt index f21926a8226..06853de8ee4 100644 --- a/compiler/testData/codegen/box/jvmOverloads/simple.kt +++ b/compiler/testData/codegen/box/jvmOverloads/simple.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { @kotlin.jvm.JvmOverloads public fun foo(s: String = "OK"): String { diff --git a/compiler/testData/codegen/box/jvmOverloads/simpleJavaCall.kt b/compiler/testData/codegen/box/jvmOverloads/simpleJavaCall.kt index 0dbd98255b8..62f6a793d59 100644 --- a/compiler/testData/codegen/box/jvmOverloads/simpleJavaCall.kt +++ b/compiler/testData/codegen/box/jvmOverloads/simpleJavaCall.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java public class Test { diff --git a/compiler/testData/codegen/box/jvmOverloads/subClass.kt b/compiler/testData/codegen/box/jvmOverloads/subClass.kt index c06b3eb61ea..40a80be7f67 100644 --- a/compiler/testData/codegen/box/jvmOverloads/subClass.kt +++ b/compiler/testData/codegen/box/jvmOverloads/subClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class A { @JvmOverloads diff --git a/compiler/testData/codegen/box/jvmOverloads/typeParameters.kt b/compiler/testData/codegen/box/jvmOverloads/typeParameters.kt index 27c796bf37e..29bf3a458d3 100644 --- a/compiler/testData/codegen/box/jvmOverloads/typeParameters.kt +++ b/compiler/testData/codegen/box/jvmOverloads/typeParameters.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt class C { diff --git a/compiler/testData/codegen/box/jvmOverloads/varargs.kt b/compiler/testData/codegen/box/jvmOverloads/varargs.kt index e78bb312d1d..5a0a13043a1 100644 --- a/compiler/testData/codegen/box/jvmOverloads/varargs.kt +++ b/compiler/testData/codegen/box/jvmOverloads/varargs.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { @JvmOverloads diff --git a/compiler/testData/codegen/box/jvmPackageName/anonymousObject.kt b/compiler/testData/codegen/box/jvmPackageName/anonymousObject.kt index 8258ca2b458..ccc2e8d7dbe 100644 --- a/compiler/testData/codegen/box/jvmPackageName/anonymousObject.kt +++ b/compiler/testData/codegen/box/jvmPackageName/anonymousObject.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: anonymousObject.kt import x.* diff --git a/compiler/testData/codegen/box/jvmPackageName/anonymousObjectInInheritedMultifilePart.kt b/compiler/testData/codegen/box/jvmPackageName/anonymousObjectInInheritedMultifilePart.kt index b3f5358937e..9af03a7be46 100644 --- a/compiler/testData/codegen/box/jvmPackageName/anonymousObjectInInheritedMultifilePart.kt +++ b/compiler/testData/codegen/box/jvmPackageName/anonymousObjectInInheritedMultifilePart.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_LIGHT_ANALYSIS // !INHERIT_MULTIFILE_PARTS diff --git a/compiler/testData/codegen/box/jvmPackageName/anonymousObjectInMultifilePart.kt b/compiler/testData/codegen/box/jvmPackageName/anonymousObjectInMultifilePart.kt index 49f865f34d0..2d4eaabd8d3 100644 --- a/compiler/testData/codegen/box/jvmPackageName/anonymousObjectInMultifilePart.kt +++ b/compiler/testData/codegen/box/jvmPackageName/anonymousObjectInMultifilePart.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: anonymousObject.kt import x.* diff --git a/compiler/testData/codegen/box/jvmPackageName/localClass.kt b/compiler/testData/codegen/box/jvmPackageName/localClass.kt index c667ad05c12..080bfcd11e5 100644 --- a/compiler/testData/codegen/box/jvmPackageName/localClass.kt +++ b/compiler/testData/codegen/box/jvmPackageName/localClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: anonymousObject.kt import x.* diff --git a/compiler/testData/codegen/box/jvmPackageName/metadataField.kt b/compiler/testData/codegen/box/jvmPackageName/metadataField.kt index 7efd2b4eb9e..697dad884e8 100644 --- a/compiler/testData/codegen/box/jvmPackageName/metadataField.kt +++ b/compiler/testData/codegen/box/jvmPackageName/metadataField.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: singleFileFacade.kt diff --git a/compiler/testData/codegen/box/jvmPackageName/multifileClass.kt b/compiler/testData/codegen/box/jvmPackageName/multifileClass.kt index aba8692fa6b..ba1d00fdc7e 100644 --- a/compiler/testData/codegen/box/jvmPackageName/multifileClass.kt +++ b/compiler/testData/codegen/box/jvmPackageName/multifileClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A1.kt diff --git a/compiler/testData/codegen/box/jvmPackageName/rootPackage.kt b/compiler/testData/codegen/box/jvmPackageName/rootPackage.kt index 9a2c21a959a..acde136893c 100644 --- a/compiler/testData/codegen/box/jvmPackageName/rootPackage.kt +++ b/compiler/testData/codegen/box/jvmPackageName/rootPackage.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: foo.kt diff --git a/compiler/testData/codegen/box/jvmPackageName/simple.kt b/compiler/testData/codegen/box/jvmPackageName/simple.kt index aecccdb64cd..dd2a7840388 100644 --- a/compiler/testData/codegen/box/jvmPackageName/simple.kt +++ b/compiler/testData/codegen/box/jvmPackageName/simple.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: foo.kt diff --git a/compiler/testData/codegen/box/jvmPackageName/withJvmName.kt b/compiler/testData/codegen/box/jvmPackageName/withJvmName.kt index ee9d09a4e98..0361708ce02 100644 --- a/compiler/testData/codegen/box/jvmPackageName/withJvmName.kt +++ b/compiler/testData/codegen/box/jvmPackageName/withJvmName.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: foo.kt diff --git a/compiler/testData/codegen/box/jvmStatic/annotations.kt b/compiler/testData/codegen/box/jvmStatic/annotations.kt index 2de3f5b4a09..180ff52f818 100644 --- a/compiler/testData/codegen/box/jvmStatic/annotations.kt +++ b/compiler/testData/codegen/box/jvmStatic/annotations.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java import java.lang.annotation.Annotation; diff --git a/compiler/testData/codegen/box/jvmStatic/closure.kt b/compiler/testData/codegen/box/jvmStatic/closure.kt index 9cc29b7e1b3..74005f90e8a 100644 --- a/compiler/testData/codegen/box/jvmStatic/closure.kt +++ b/compiler/testData/codegen/box/jvmStatic/closure.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object A { diff --git a/compiler/testData/codegen/box/jvmStatic/companionObject.kt b/compiler/testData/codegen/box/jvmStatic/companionObject.kt index 3e0d941cacf..0e719628fc9 100644 --- a/compiler/testData/codegen/box/jvmStatic/companionObject.kt +++ b/compiler/testData/codegen/box/jvmStatic/companionObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/jvmStatic/convention.kt b/compiler/testData/codegen/box/jvmStatic/convention.kt index 2be8c415533..24828250ce8 100644 --- a/compiler/testData/codegen/box/jvmStatic/convention.kt +++ b/compiler/testData/codegen/box/jvmStatic/convention.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class B(var s: Int = 0) { diff --git a/compiler/testData/codegen/box/jvmStatic/default.kt b/compiler/testData/codegen/box/jvmStatic/default.kt index 16ac93e173c..ee4aac1cbc8 100644 --- a/compiler/testData/codegen/box/jvmStatic/default.kt +++ b/compiler/testData/codegen/box/jvmStatic/default.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object A { diff --git a/compiler/testData/codegen/box/jvmStatic/defaultCrossFile.kt b/compiler/testData/codegen/box/jvmStatic/defaultCrossFile.kt index 1df37e63e21..346764d3e03 100644 --- a/compiler/testData/codegen/box/jvmStatic/defaultCrossFile.kt +++ b/compiler/testData/codegen/box/jvmStatic/defaultCrossFile.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt fun box(): String { diff --git a/compiler/testData/codegen/box/jvmStatic/enumCompanion.kt b/compiler/testData/codegen/box/jvmStatic/enumCompanion.kt index 5ec71179efb..80aa83760c5 100644 --- a/compiler/testData/codegen/box/jvmStatic/enumCompanion.kt +++ b/compiler/testData/codegen/box/jvmStatic/enumCompanion.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/jvmStatic/explicitObject.kt b/compiler/testData/codegen/box/jvmStatic/explicitObject.kt index 2f51b3875c9..4ed2531cbcf 100644 --- a/compiler/testData/codegen/box/jvmStatic/explicitObject.kt +++ b/compiler/testData/codegen/box/jvmStatic/explicitObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object AX { diff --git a/compiler/testData/codegen/box/jvmStatic/extensionPropertyGetter.kt b/compiler/testData/codegen/box/jvmStatic/extensionPropertyGetter.kt index 72bff4c7570..71c72b2d4ec 100644 --- a/compiler/testData/codegen/box/jvmStatic/extensionPropertyGetter.kt +++ b/compiler/testData/codegen/box/jvmStatic/extensionPropertyGetter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // KT-42990 object O { diff --git a/compiler/testData/codegen/box/jvmStatic/funAccess.kt b/compiler/testData/codegen/box/jvmStatic/funAccess.kt index d56eae3ffcf..7e4e141da3e 100644 --- a/compiler/testData/codegen/box/jvmStatic/funAccess.kt +++ b/compiler/testData/codegen/box/jvmStatic/funAccess.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB var holder = "" diff --git a/compiler/testData/codegen/box/jvmStatic/functionReference.kt b/compiler/testData/codegen/box/jvmStatic/functionReference.kt index 93f187f3904..43981108593 100644 --- a/compiler/testData/codegen/box/jvmStatic/functionReference.kt +++ b/compiler/testData/codegen/box/jvmStatic/functionReference.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: u1.kt object O { diff --git a/compiler/testData/codegen/box/jvmStatic/importStaticMemberFromObject.kt b/compiler/testData/codegen/box/jvmStatic/importStaticMemberFromObject.kt index 05643950b88..8faae092179 100644 --- a/compiler/testData/codegen/box/jvmStatic/importStaticMemberFromObject.kt +++ b/compiler/testData/codegen/box/jvmStatic/importStaticMemberFromObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import O.p import O.f diff --git a/compiler/testData/codegen/box/jvmStatic/inline.kt b/compiler/testData/codegen/box/jvmStatic/inline.kt index 802d6b8da0b..8987a3d2110 100644 --- a/compiler/testData/codegen/box/jvmStatic/inline.kt +++ b/compiler/testData/codegen/box/jvmStatic/inline.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object A { diff --git a/compiler/testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt b/compiler/testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt index 9c1b6613bee..f4287b33cde 100644 --- a/compiler/testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt +++ b/compiler/testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB var result = "fail 1" object Foo { diff --git a/compiler/testData/codegen/box/jvmStatic/interfaceCompanion.kt b/compiler/testData/codegen/box/jvmStatic/interfaceCompanion.kt index 134112c59cd..30dc60ac9e2 100644 --- a/compiler/testData/codegen/box/jvmStatic/interfaceCompanion.kt +++ b/compiler/testData/codegen/box/jvmStatic/interfaceCompanion.kt @@ -2,7 +2,7 @@ // JVM_TARGET: 1.8 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/jvmStatic/jvmNameForAccessor.kt b/compiler/testData/codegen/box/jvmStatic/jvmNameForAccessor.kt index 01e8f40ff0c..9a9720c36d1 100644 --- a/compiler/testData/codegen/box/jvmStatic/jvmNameForAccessor.kt +++ b/compiler/testData/codegen/box/jvmStatic/jvmNameForAccessor.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: tt.kt package tt diff --git a/compiler/testData/codegen/box/jvmStatic/kt21246.kt b/compiler/testData/codegen/box/jvmStatic/kt21246.kt index 7c8504f9904..40e20a248ba 100644 --- a/compiler/testData/codegen/box/jvmStatic/kt21246.kt +++ b/compiler/testData/codegen/box/jvmStatic/kt21246.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM object Test { diff --git a/compiler/testData/codegen/box/jvmStatic/kt21246a.kt b/compiler/testData/codegen/box/jvmStatic/kt21246a.kt index 2c188e8dfd3..d2d1d96a158 100644 --- a/compiler/testData/codegen/box/jvmStatic/kt21246a.kt +++ b/compiler/testData/codegen/box/jvmStatic/kt21246a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM object Test { diff --git a/compiler/testData/codegen/box/jvmStatic/kt31389.kt b/compiler/testData/codegen/box/jvmStatic/kt31389.kt index 5b105554ec6..4abc31c3e25 100644 --- a/compiler/testData/codegen/box/jvmStatic/kt31389.kt +++ b/compiler/testData/codegen/box/jvmStatic/kt31389.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/jvmStatic/kt35716.kt b/compiler/testData/codegen/box/jvmStatic/kt35716.kt index 65d1cec9aeb..77d2d3aaf5e 100644 --- a/compiler/testData/codegen/box/jvmStatic/kt35716.kt +++ b/compiler/testData/codegen/box/jvmStatic/kt35716.kt @@ -1,7 +1,7 @@ // JVM_TARGET: 1.8 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/jvmStatic/kt45408.kt b/compiler/testData/codegen/box/jvmStatic/kt45408.kt index c11759ea9cf..965d6d4a868 100644 --- a/compiler/testData/codegen/box/jvmStatic/kt45408.kt +++ b/compiler/testData/codegen/box/jvmStatic/kt45408.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box() = X.tag().d() diff --git a/compiler/testData/codegen/box/jvmStatic/kt46568.kt b/compiler/testData/codegen/box/jvmStatic/kt46568.kt index ce23ce342c7..2888cc5ae7b 100644 --- a/compiler/testData/codegen/box/jvmStatic/kt46568.kt +++ b/compiler/testData/codegen/box/jvmStatic/kt46568.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB abstract class Foo { companion object { diff --git a/compiler/testData/codegen/box/jvmStatic/kt9897_static.kt b/compiler/testData/codegen/box/jvmStatic/kt9897_static.kt index 94b9d76ce34..3c6a130d6c4 100644 --- a/compiler/testData/codegen/box/jvmStatic/kt9897_static.kt +++ b/compiler/testData/codegen/box/jvmStatic/kt9897_static.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object Test { var z = "0" diff --git a/compiler/testData/codegen/box/jvmStatic/object.kt b/compiler/testData/codegen/box/jvmStatic/object.kt index ca8320b4e8c..2c41b2570ca 100644 --- a/compiler/testData/codegen/box/jvmStatic/object.kt +++ b/compiler/testData/codegen/box/jvmStatic/object.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/jvmStatic/postfixInc.kt b/compiler/testData/codegen/box/jvmStatic/postfixInc.kt index 03989995324..809b896819c 100644 --- a/compiler/testData/codegen/box/jvmStatic/postfixInc.kt +++ b/compiler/testData/codegen/box/jvmStatic/postfixInc.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object A { diff --git a/compiler/testData/codegen/box/jvmStatic/prefixInc.kt b/compiler/testData/codegen/box/jvmStatic/prefixInc.kt index 7177f224d85..b70500a1d18 100644 --- a/compiler/testData/codegen/box/jvmStatic/prefixInc.kt +++ b/compiler/testData/codegen/box/jvmStatic/prefixInc.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object A { diff --git a/compiler/testData/codegen/box/jvmStatic/privateMethod.kt b/compiler/testData/codegen/box/jvmStatic/privateMethod.kt index 099b6ed01a7..3e1a8d49744 100644 --- a/compiler/testData/codegen/box/jvmStatic/privateMethod.kt +++ b/compiler/testData/codegen/box/jvmStatic/privateMethod.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object A { diff --git a/compiler/testData/codegen/box/jvmStatic/privateSetter.kt b/compiler/testData/codegen/box/jvmStatic/privateSetter.kt index 606edff3df7..2b3f2611e0e 100644 --- a/compiler/testData/codegen/box/jvmStatic/privateSetter.kt +++ b/compiler/testData/codegen/box/jvmStatic/privateSetter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaClass.java class JavaClass { diff --git a/compiler/testData/codegen/box/jvmStatic/propertyAccess.kt b/compiler/testData/codegen/box/jvmStatic/propertyAccess.kt index c76a2cf262c..8047cf7dea1 100644 --- a/compiler/testData/codegen/box/jvmStatic/propertyAccess.kt +++ b/compiler/testData/codegen/box/jvmStatic/propertyAccess.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB var holder = "" diff --git a/compiler/testData/codegen/box/jvmStatic/propertyAccessorsCompanion.kt b/compiler/testData/codegen/box/jvmStatic/propertyAccessorsCompanion.kt index 528dfc8718d..8dab2c8d523 100644 --- a/compiler/testData/codegen/box/jvmStatic/propertyAccessorsCompanion.kt +++ b/compiler/testData/codegen/box/jvmStatic/propertyAccessorsCompanion.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB var result = "fail 2" class Foo { diff --git a/compiler/testData/codegen/box/jvmStatic/propertyAccessorsObject.kt b/compiler/testData/codegen/box/jvmStatic/propertyAccessorsObject.kt index 187b9a12929..3a22189ed47 100644 --- a/compiler/testData/codegen/box/jvmStatic/propertyAccessorsObject.kt +++ b/compiler/testData/codegen/box/jvmStatic/propertyAccessorsObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB var result = "fail 2" object Foo { diff --git a/compiler/testData/codegen/box/jvmStatic/propertyAsDefault.kt b/compiler/testData/codegen/box/jvmStatic/propertyAsDefault.kt index 2974b5366f6..406aa0fde50 100644 --- a/compiler/testData/codegen/box/jvmStatic/propertyAsDefault.kt +++ b/compiler/testData/codegen/box/jvmStatic/propertyAsDefault.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object X { @JvmStatic val x = "OK" diff --git a/compiler/testData/codegen/box/jvmStatic/propertyGetterDelegatesToAnother.kt b/compiler/testData/codegen/box/jvmStatic/propertyGetterDelegatesToAnother.kt index 767a0b188ae..cd96e208e57 100644 --- a/compiler/testData/codegen/box/jvmStatic/propertyGetterDelegatesToAnother.kt +++ b/compiler/testData/codegen/box/jvmStatic/propertyGetterDelegatesToAnother.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM object ObjectThisTest { diff --git a/compiler/testData/codegen/box/jvmStatic/propertyReference.kt b/compiler/testData/codegen/box/jvmStatic/propertyReference.kt index ddbcadf0082..74b4b648ef2 100644 --- a/compiler/testData/codegen/box/jvmStatic/propertyReference.kt +++ b/compiler/testData/codegen/box/jvmStatic/propertyReference.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.* diff --git a/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/defaultArguments.kt b/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/defaultArguments.kt index 7e1ae24ac90..f37abec73f7 100644 --- a/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/defaultArguments.kt +++ b/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/defaultArguments.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package a diff --git a/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/simpleFunction.kt b/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/simpleFunction.kt index b5f5d7fd017..57605e4258e 100644 --- a/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/simpleFunction.kt +++ b/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/simpleFunction.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package a diff --git a/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/simpleProperty.kt b/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/simpleProperty.kt index b01f953dd48..a3970a0bbc3 100644 --- a/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/simpleProperty.kt +++ b/compiler/testData/codegen/box/jvmStatic/protectedInSuperClass/simpleProperty.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package a diff --git a/compiler/testData/codegen/box/jvmStatic/simple.kt b/compiler/testData/codegen/box/jvmStatic/simple.kt index 24289b13cfc..1c745a5e572 100644 --- a/compiler/testData/codegen/box/jvmStatic/simple.kt +++ b/compiler/testData/codegen/box/jvmStatic/simple.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object A { diff --git a/compiler/testData/codegen/box/jvmStatic/syntheticAccessor.kt b/compiler/testData/codegen/box/jvmStatic/syntheticAccessor.kt index ebc66fedb74..06d0a25e425 100644 --- a/compiler/testData/codegen/box/jvmStatic/syntheticAccessor.kt +++ b/compiler/testData/codegen/box/jvmStatic/syntheticAccessor.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class C { companion object { diff --git a/compiler/testData/codegen/box/mangling/field.kt b/compiler/testData/codegen/box/mangling/field.kt index 221cb830788..406a2bea734 100644 --- a/compiler/testData/codegen/box/mangling/field.kt +++ b/compiler/testData/codegen/box/mangling/field.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/mangling/fun.kt b/compiler/testData/codegen/box/mangling/fun.kt index f720e9ca53a..78cea50f59a 100644 --- a/compiler/testData/codegen/box/mangling/fun.kt +++ b/compiler/testData/codegen/box/mangling/fun.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/multiDecl/component.kt b/compiler/testData/codegen/box/multiDecl/component.kt index 250489a57c3..e7b60b09668 100644 --- a/compiler/testData/codegen/box/multiDecl/component.kt +++ b/compiler/testData/codegen/box/multiDecl/component.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB class S(val a: String, val b: String) { operator fun component1() : String = a diff --git a/compiler/testData/codegen/box/multiDecl/kt9828_hashMap.kt b/compiler/testData/codegen/box/multiDecl/kt9828_hashMap.kt index 8793aef1b14..2b3f5f1be57 100644 --- a/compiler/testData/codegen/box/multiDecl/kt9828_hashMap.kt +++ b/compiler/testData/codegen/box/multiDecl/kt9828_hashMap.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val hashMap = HashMap() diff --git a/compiler/testData/codegen/box/multifileClasses/callMultifileClassMemberFromOtherPackage.kt b/compiler/testData/codegen/box/multifileClasses/callMultifileClassMemberFromOtherPackage.kt index 82b3cd049b4..56b21a75489 100644 --- a/compiler/testData/codegen/box/multifileClasses/callMultifileClassMemberFromOtherPackage.kt +++ b/compiler/testData/codegen/box/multifileClasses/callMultifileClassMemberFromOtherPackage.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/multifileClasses/callsToMultifileClassFromOtherPackage.kt b/compiler/testData/codegen/box/multifileClasses/callsToMultifileClassFromOtherPackage.kt index 0dec11f9a46..ea6cd2dca44 100644 --- a/compiler/testData/codegen/box/multifileClasses/callsToMultifileClassFromOtherPackage.kt +++ b/compiler/testData/codegen/box/multifileClasses/callsToMultifileClassFromOtherPackage.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt import a.* diff --git a/compiler/testData/codegen/box/multifileClasses/genericProperty.kt b/compiler/testData/codegen/box/multifileClasses/genericProperty.kt index 914b84f1444..f477b139bd4 100644 --- a/compiler/testData/codegen/box/multifileClasses/genericProperty.kt +++ b/compiler/testData/codegen/box/multifileClasses/genericProperty.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.kt @file:kotlin.jvm.JvmMultifileClass diff --git a/compiler/testData/codegen/box/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt b/compiler/testData/codegen/box/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt index 8631b9ac874..dd8253edf00 100644 --- a/compiler/testData/codegen/box/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt +++ b/compiler/testData/codegen/box/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/multifileClasses/kt16077.kt b/compiler/testData/codegen/box/multifileClasses/kt16077.kt index 3639809c63d..3908fe2907f 100644 --- a/compiler/testData/codegen/box/multifileClasses/kt16077.kt +++ b/compiler/testData/codegen/box/multifileClasses/kt16077.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/multifileClasses/metadataFlag.kt b/compiler/testData/codegen/box/multifileClasses/metadataFlag.kt index a870f178729..aff0a555997 100644 --- a/compiler/testData/codegen/box/multifileClasses/metadataFlag.kt +++ b/compiler/testData/codegen/box/multifileClasses/metadataFlag.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: optimized // !INHERIT_MULTIFILE_PARTS diff --git a/compiler/testData/codegen/box/multifileClasses/multifileClassPartsInitialization.kt b/compiler/testData/codegen/box/multifileClasses/multifileClassPartsInitialization.kt index e13c83cb457..56c17cc32de 100644 --- a/compiler/testData/codegen/box/multifileClasses/multifileClassPartsInitialization.kt +++ b/compiler/testData/codegen/box/multifileClasses/multifileClassPartsInitialization.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import a.* diff --git a/compiler/testData/codegen/box/multifileClasses/multifileClassWith2Files.kt b/compiler/testData/codegen/box/multifileClasses/multifileClassWith2Files.kt index 5d69607f932..353b2b19538 100644 --- a/compiler/testData/codegen/box/multifileClasses/multifileClassWith2Files.kt +++ b/compiler/testData/codegen/box/multifileClasses/multifileClassWith2Files.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Baz.java public class Baz { diff --git a/compiler/testData/codegen/box/multifileClasses/multifileClassWithCrossCall.kt b/compiler/testData/codegen/box/multifileClasses/multifileClassWithCrossCall.kt index 6c33e3a4c96..2cb14d99fb2 100644 --- a/compiler/testData/codegen/box/multifileClasses/multifileClassWithCrossCall.kt +++ b/compiler/testData/codegen/box/multifileClasses/multifileClassWithCrossCall.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Baz.java public class Baz { diff --git a/compiler/testData/codegen/box/multifileClasses/multifileClassWithPrivate.kt b/compiler/testData/codegen/box/multifileClasses/multifileClassWithPrivate.kt index 76826d27c68..0f325356a0b 100644 --- a/compiler/testData/codegen/box/multifileClasses/multifileClassWithPrivate.kt +++ b/compiler/testData/codegen/box/multifileClasses/multifileClassWithPrivate.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Baz.java public class Baz { diff --git a/compiler/testData/codegen/box/multifileClasses/namesInMetadataAreSorted.kt b/compiler/testData/codegen/box/multifileClasses/namesInMetadataAreSorted.kt index 64194d28cab..d0b6d0eeac2 100644 --- a/compiler/testData/codegen/box/multifileClasses/namesInMetadataAreSorted.kt +++ b/compiler/testData/codegen/box/multifileClasses/namesInMetadataAreSorted.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID -// WITH_RUNTIME +// WITH_STDLIB // FILE: ccc.kt @file:JvmName("Facade") diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/callInInlineLambda.kt b/compiler/testData/codegen/box/multifileClasses/optimized/callInInlineLambda.kt index 6eaacfc3209..e4b85af1776 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/callInInlineLambda.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/callInInlineLambda.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: result.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToConstVal.kt b/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToConstVal.kt index 55354181495..0eefd7db3e3 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToConstVal.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToConstVal.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: box.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToFun.kt b/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToFun.kt index 26471b5a732..9a1ffcf9a6b 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToFun.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToFun.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: box.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToInternalConstValInline.kt b/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToInternalConstValInline.kt index 566e2a83b8a..4df12c42ac2 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToInternalConstValInline.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToInternalConstValInline.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: box.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToPrivateConstVal.kt b/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToPrivateConstVal.kt index 6d149510381..62c0f6062af 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToPrivateConstVal.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/callableRefToPrivateConstVal.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: box.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/callableReferencesToSameFunctionsFromDifferentPackages.kt b/compiler/testData/codegen/box/multifileClasses/optimized/callableReferencesToSameFunctionsFromDifferentPackages.kt index 027a3132794..f2a2ff7286f 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/callableReferencesToSameFunctionsFromDifferentPackages.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/callableReferencesToSameFunctionsFromDifferentPackages.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: box.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/callableReferencesToSamePropertiesFromDifferentPackages.kt b/compiler/testData/codegen/box/multifileClasses/optimized/callableReferencesToSamePropertiesFromDifferentPackages.kt index 941b38e1d4a..8f0d74e8108 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/callableReferencesToSamePropertiesFromDifferentPackages.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/callableReferencesToSamePropertiesFromDifferentPackages.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // TODO: KT-37972 IllegalAccessError on initializing property reference for a property declared in JvmMultifileClass with -Xmultifile-parts-inherit // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: box.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/calls.kt b/compiler/testData/codegen/box/multifileClasses/optimized/calls.kt index 5bb73767b12..5d98a173fef 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/calls.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/calls.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: Baz.java diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt b/compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt index 69d159e1929..98b37b43cdb 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: test.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/namesInMetadataAreSorted.kt b/compiler/testData/codegen/box/multifileClasses/optimized/namesInMetadataAreSorted.kt index 0b8fd0e3805..eb0296375f7 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/namesInMetadataAreSorted.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/namesInMetadataAreSorted.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: ccc.kt diff --git a/compiler/testData/codegen/box/multifileClasses/optimized/overlappingFuns.kt b/compiler/testData/codegen/box/multifileClasses/optimized/overlappingFuns.kt index 145e6125970..9cfd5602e3f 100644 --- a/compiler/testData/codegen/box/multifileClasses/optimized/overlappingFuns.kt +++ b/compiler/testData/codegen/box/multifileClasses/optimized/overlappingFuns.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: box.kt diff --git a/compiler/testData/codegen/box/multifileClasses/privateConstVal.kt b/compiler/testData/codegen/box/multifileClasses/privateConstVal.kt index 1e6eb93207f..69e51b4ee91 100644 --- a/compiler/testData/codegen/box/multifileClasses/privateConstVal.kt +++ b/compiler/testData/codegen/box/multifileClasses/privateConstVal.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: foo.kt @file:JvmName("Util") @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/multifileClasses/samePartNameDifferentFacades.kt b/compiler/testData/codegen/box/multifileClasses/samePartNameDifferentFacades.kt index eeb69d5d451..50b72b5d24f 100644 --- a/compiler/testData/codegen/box/multifileClasses/samePartNameDifferentFacades.kt +++ b/compiler/testData/codegen/box/multifileClasses/samePartNameDifferentFacades.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1/part.kt @file:JvmName("Foo") diff --git a/compiler/testData/codegen/box/multifileClasses/sealedClassHierarchy.kt b/compiler/testData/codegen/box/multifileClasses/sealedClassHierarchy.kt index 9aff61d2774..daf4f60d626 100644 --- a/compiler/testData/codegen/box/multifileClasses/sealedClassHierarchy.kt +++ b/compiler/testData/codegen/box/multifileClasses/sealedClassHierarchy.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:JvmMultifileClass @file:JvmName("Test") diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/annotations.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/annotations.kt index 88c03174440..19ca9cd2f74 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/annotations.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/annotations.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect annotation class A1(val x: Int, val y: String = "OK") diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/constructor.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/constructor.kt index 981971966a9..fbfb5d70bb9 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/constructor.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/constructor.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect class Foo(a: String, b: Int = 0, c: Double? = null) diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/function.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/function.kt index 15c08e3e55e..7af0442b04c 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/function.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/function.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect fun topLevel(a: String, b: Int = 0, c: Double? = null): String diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/functionFromOtherModule.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/functionFromOtherModule.kt index 0696d2cd396..7436593f8ca 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/functionFromOtherModule.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/functionFromOtherModule.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromCommonClass.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromCommonClass.kt index 329fce77e75..99afd861ee1 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromCommonClass.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromCommonClass.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt open class A() { diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromExpectedClass.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromExpectedClass.kt index a876b109c29..47eb812a1f9 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromExpectedClass.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromExpectedClass.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect open class A() { diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromExpectedMethod.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromExpectedMethod.kt index 6735fdf445d..5dad5f4d94e 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromExpectedMethod.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedFromExpectedMethod.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect open class C() { diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedInExpectedDeclarations.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedInExpectedDeclarations.kt index abd98db0105..57b94603989 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedInExpectedDeclarations.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/inheritedInExpectedDeclarations.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect open class A() { diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/inlineFunctionWithDefaultLambda.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/inlineFunctionWithDefaultLambda.kt index 99dfbe174b8..0af5d49b977 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/inlineFunctionWithDefaultLambda.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/inlineFunctionWithDefaultLambda.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect inline fun topLevel(a: String, b: Int = 0, c: () -> Double? = { null }): String diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/jvmOverloads.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/jvmOverloads.kt index c995a71349f..3107ac5a067 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/jvmOverloads.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/jvmOverloads.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java public class J { diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/kt23239.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/kt23239.kt index 27d986c6f07..5d30d0b1b03 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/kt23239.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/kt23239.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect open class C() { diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/suspend.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/suspend.kt index edf4b923c79..3b9528eb6ec 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/suspend.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/suspend.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: lib.kt diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt index c208b5894b8..fc656ad5843 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +MultiPlatformProjects -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect annotation class Foo(val z: String = "OK") diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt index 2210764e3b2..927190bc02d 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND: WASM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/expectClassInJvmMultifileFacade.kt b/compiler/testData/codegen/box/multiplatform/expectClassInJvmMultifileFacade.kt index fc5b4190ffe..fba9f01eb58 100644 --- a/compiler/testData/codegen/box/multiplatform/expectClassInJvmMultifileFacade.kt +++ b/compiler/testData/codegen/box/multiplatform/expectClassInJvmMultifileFacade.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/multiplatform/noArgActualConstructor.kt b/compiler/testData/codegen/box/multiplatform/noArgActualConstructor.kt index 667b28e7626..6f58e5a7d9e 100644 --- a/compiler/testData/codegen/box/multiplatform/noArgActualConstructor.kt +++ b/compiler/testData/codegen/box/multiplatform/noArgActualConstructor.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt expect class Foo(a: String = "", b: Int = 42) diff --git a/compiler/testData/codegen/box/multiplatform/optionalExpectation.kt b/compiler/testData/codegen/box/multiplatform/optionalExpectation.kt index a306af02d5e..88731aa36d6 100644 --- a/compiler/testData/codegen/box/multiplatform/optionalExpectation.kt +++ b/compiler/testData/codegen/box/multiplatform/optionalExpectation.kt @@ -2,7 +2,7 @@ // !LANGUAGE: +MultiPlatformProjects // !OPT_IN: kotlin.ExperimentalMultiplatform // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // MODULE: library // FILE: expected.kt diff --git a/compiler/testData/codegen/box/multiplatform/optionalExpectationJvm.kt b/compiler/testData/codegen/box/multiplatform/optionalExpectationJvm.kt index 550d60aa698..ce23dd98056 100644 --- a/compiler/testData/codegen/box/multiplatform/optionalExpectationJvm.kt +++ b/compiler/testData/codegen/box/multiplatform/optionalExpectationJvm.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects // !OPT_IN: kotlin.ExperimentalMultiplatform // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: common.kt @OptionalExpectation diff --git a/compiler/testData/codegen/box/nonLocalReturns/kt6895.kt b/compiler/testData/codegen/box/nonLocalReturns/kt6895.kt index 4e6fb1160a6..a8e9f8c364a 100644 --- a/compiler/testData/codegen/box/nonLocalReturns/kt6895.kt +++ b/compiler/testData/codegen/box/nonLocalReturns/kt6895.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.util.concurrent.locks.ReentrantReadWriteLock import kotlin.concurrent.write diff --git a/compiler/testData/codegen/box/nonLocalReturns/kt9644let.kt b/compiler/testData/codegen/box/nonLocalReturns/kt9644let.kt index 2972f593a56..ad60187d852 100644 --- a/compiler/testData/codegen/box/nonLocalReturns/kt9644let.kt +++ b/compiler/testData/codegen/box/nonLocalReturns/kt9644let.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo() { with(1) { diff --git a/compiler/testData/codegen/box/nonLocalReturns/use.kt b/compiler/testData/codegen/box/nonLocalReturns/use.kt index 4c48dd8b39f..0c404df3594 100644 --- a/compiler/testData/codegen/box/nonLocalReturns/use.kt +++ b/compiler/testData/codegen/box/nonLocalReturns/use.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.io.Closeable diff --git a/compiler/testData/codegen/box/nonLocalReturns/useWithException.kt b/compiler/testData/codegen/box/nonLocalReturns/useWithException.kt index 5dc707cdfea..61dc5fa68d2 100644 --- a/compiler/testData/codegen/box/nonLocalReturns/useWithException.kt +++ b/compiler/testData/codegen/box/nonLocalReturns/useWithException.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.io.Closeable import kotlin.test.assertTrue diff --git a/compiler/testData/codegen/box/nullCheckOptimization/exclExclThrowsKnpe_1_3.kt b/compiler/testData/codegen/box/nullCheckOptimization/exclExclThrowsKnpe_1_3.kt index 54063d52397..5c6ab296970 100644 --- a/compiler/testData/codegen/box/nullCheckOptimization/exclExclThrowsKnpe_1_3.kt +++ b/compiler/testData/codegen/box/nullCheckOptimization/exclExclThrowsKnpe_1_3.kt @@ -1,5 +1,5 @@ // NO_UNIFIED_NULL_CHECKS -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM fun box(): String { diff --git a/compiler/testData/codegen/box/objects/compoundAssignmentToArrayAccessToExtensionPropertyImportedFromObject.kt b/compiler/testData/codegen/box/objects/compoundAssignmentToArrayAccessToExtensionPropertyImportedFromObject.kt index 358a1b9ddfd..b2d34c37fe6 100644 --- a/compiler/testData/codegen/box/objects/compoundAssignmentToArrayAccessToExtensionPropertyImportedFromObject.kt +++ b/compiler/testData/codegen/box/objects/compoundAssignmentToArrayAccessToExtensionPropertyImportedFromObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import Host.x diff --git a/compiler/testData/codegen/box/objects/compoundAssignmentToArrayAccessToPropertyImportedFromObject.kt b/compiler/testData/codegen/box/objects/compoundAssignmentToArrayAccessToPropertyImportedFromObject.kt index bfe33afdeaa..7825229f135 100644 --- a/compiler/testData/codegen/box/objects/compoundAssignmentToArrayAccessToPropertyImportedFromObject.kt +++ b/compiler/testData/codegen/box/objects/compoundAssignmentToArrayAccessToPropertyImportedFromObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import Host.x diff --git a/compiler/testData/codegen/box/objects/interfaceCompanionObjectReference.kt b/compiler/testData/codegen/box/objects/interfaceCompanionObjectReference.kt index 34e65303514..2bfdfc325bb 100644 --- a/compiler/testData/codegen/box/objects/interfaceCompanionObjectReference.kt +++ b/compiler/testData/codegen/box/objects/interfaceCompanionObjectReference.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +NestedClassesInAnnotations -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/objects/kt32351.kt b/compiler/testData/codegen/box/objects/kt32351.kt index 0aa1f9a6287..e2c129f27a3 100644 --- a/compiler/testData/codegen/box/objects/kt32351.kt +++ b/compiler/testData/codegen/box/objects/kt32351.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: UNKNOWN -// WITH_RUNTIME +// WITH_STDLIB interface Runnable { fun run() diff --git a/compiler/testData/codegen/box/objects/kt3238.kt b/compiler/testData/codegen/box/objects/kt3238.kt index f44d030ce42..89b21785f86 100644 --- a/compiler/testData/codegen/box/objects/kt3238.kt +++ b/compiler/testData/codegen/box/objects/kt3238.kt @@ -4,7 +4,7 @@ // IGNORE_BACKEND: JS_IR_ES6 // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB object Obj { class Inner() { diff --git a/compiler/testData/codegen/box/objects/kt32749.kt b/compiler/testData/codegen/box/objects/kt32749.kt index 7aeac240fea..bb417ac3d6d 100644 --- a/compiler/testData/codegen/box/objects/kt32749.kt +++ b/compiler/testData/codegen/box/objects/kt32749.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class X { val num = 42 diff --git a/compiler/testData/codegen/box/objects/kt42758.kt b/compiler/testData/codegen/box/objects/kt42758.kt index 54e3680f3a4..bdbbd06cfb0 100644 --- a/compiler/testData/codegen/box/objects/kt42758.kt +++ b/compiler/testData/codegen/box/objects/kt42758.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB import java.io.* diff --git a/compiler/testData/codegen/box/operatorConventions/genericArrayAccessCall.kt b/compiler/testData/codegen/box/operatorConventions/genericArrayAccessCall.kt index b4d551dbfe4..3f5ae6fa844 100644 --- a/compiler/testData/codegen/box/operatorConventions/genericArrayAccessCall.kt +++ b/compiler/testData/codegen/box/operatorConventions/genericArrayAccessCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.collections.HashMap diff --git a/compiler/testData/codegen/box/operatorConventions/kt14227.kt b/compiler/testData/codegen/box/operatorConventions/kt14227.kt index b597b2601e8..3ea3ffe2a09 100644 --- a/compiler/testData/codegen/box/operatorConventions/kt14227.kt +++ b/compiler/testData/codegen/box/operatorConventions/kt14227.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import kotlin.test.* diff --git a/compiler/testData/codegen/box/operatorConventions/kt39880.kt b/compiler/testData/codegen/box/operatorConventions/kt39880.kt index 69caa57706b..b93137a5ae2 100644 --- a/compiler/testData/codegen/box/operatorConventions/kt39880.kt +++ b/compiler/testData/codegen/box/operatorConventions/kt39880.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: -StrictOnlyInputTypesChecks fun foo(fn: () -> Boolean) {} diff --git a/compiler/testData/codegen/box/operatorConventions/kt42722.kt b/compiler/testData/codegen/box/operatorConventions/kt42722.kt index e1bf67f6fcb..c8773932f51 100644 --- a/compiler/testData/codegen/box/operatorConventions/kt42722.kt +++ b/compiler/testData/codegen/box/operatorConventions/kt42722.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: -StrictOnlyInputTypesChecks fun box(): String { diff --git a/compiler/testData/codegen/box/operatorConventions/kt44647.kt b/compiler/testData/codegen/box/operatorConventions/kt44647.kt index 912717f51c6..ed3fc330c80 100644 --- a/compiler/testData/codegen/box/operatorConventions/kt44647.kt +++ b/compiler/testData/codegen/box/operatorConventions/kt44647.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val sb = StringBuilder("NK") diff --git a/compiler/testData/codegen/box/operatorConventions/plusAssignWithComplexRHS.kt b/compiler/testData/codegen/box/operatorConventions/plusAssignWithComplexRHS.kt index b298e6d68c7..0b384a68458 100644 --- a/compiler/testData/codegen/box/operatorConventions/plusAssignWithComplexRHS.kt +++ b/compiler/testData/codegen/box/operatorConventions/plusAssignWithComplexRHS.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var map: Map> = emptyMap() diff --git a/compiler/testData/codegen/box/operatorConventions/plusExplicit.kt b/compiler/testData/codegen/box/operatorConventions/plusExplicit.kt index 8d45ed1b931..2a5748a2cff 100644 --- a/compiler/testData/codegen/box/operatorConventions/plusExplicit.kt +++ b/compiler/testData/codegen/box/operatorConventions/plusExplicit.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun bar1(): String { val l: List = listOf("O") diff --git a/compiler/testData/codegen/box/optimizations/kt20844.kt b/compiler/testData/codegen/box/optimizations/kt20844.kt index f6516bcef31..9c620fb5601 100644 --- a/compiler/testData/codegen/box/optimizations/kt20844.kt +++ b/compiler/testData/codegen/box/optimizations/kt20844.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_GENERATED -//WITH_RUNTIME +// WITH_STDLIB fun foo(x: String, ys: List) = x + ys.fold("", { a, b -> a + b }) diff --git a/compiler/testData/codegen/box/package/mainInFiles.kt b/compiler/testData/codegen/box/package/mainInFiles.kt index 423aa39d980..51e827c6d3b 100644 --- a/compiler/testData/codegen/box/package/mainInFiles.kt +++ b/compiler/testData/codegen/box/package/mainInFiles.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/box/package/referenceWithTheSameNameAsPackage.kt b/compiler/testData/codegen/box/package/referenceWithTheSameNameAsPackage.kt index 4097584fd31..cf189326ccd 100644 --- a/compiler/testData/codegen/box/package/referenceWithTheSameNameAsPackage.kt +++ b/compiler/testData/codegen/box/package/referenceWithTheSameNameAsPackage.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: messages/foo.kt package messages diff --git a/compiler/testData/codegen/box/parametersMetadata/defaultImpls.kt b/compiler/testData/codegen/box/parametersMetadata/defaultImpls.kt index 855d9314608..b9c17caeb81 100644 --- a/compiler/testData/codegen/box/parametersMetadata/defaultImpls.kt +++ b/compiler/testData/codegen/box/parametersMetadata/defaultImpls.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/delegation.kt b/compiler/testData/codegen/box/parametersMetadata/delegation.kt index e740188f137..cc2f41578d5 100644 --- a/compiler/testData/codegen/box/parametersMetadata/delegation.kt +++ b/compiler/testData/codegen/box/parametersMetadata/delegation.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JAVAC_OPTIONS: -parameters // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/enum.kt b/compiler/testData/codegen/box/parametersMetadata/enum.kt index 2693b9becff..e8ee63a4779 100644 --- a/compiler/testData/codegen/box/parametersMetadata/enum.kt +++ b/compiler/testData/codegen/box/parametersMetadata/enum.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/extensionFunction.kt b/compiler/testData/codegen/box/parametersMetadata/extensionFunction.kt index f98eea2dc29..3f38e8e81c1 100644 --- a/compiler/testData/codegen/box/parametersMetadata/extensionFunction.kt +++ b/compiler/testData/codegen/box/parametersMetadata/extensionFunction.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/function.kt b/compiler/testData/codegen/box/parametersMetadata/function.kt index 8bbf65d0a7c..fd8970b51e1 100644 --- a/compiler/testData/codegen/box/parametersMetadata/function.kt +++ b/compiler/testData/codegen/box/parametersMetadata/function.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/inlineClassMethodParameterModifiers.kt b/compiler/testData/codegen/box/parametersMetadata/inlineClassMethodParameterModifiers.kt index f73e51561b0..b2c334d32eb 100644 --- a/compiler/testData/codegen/box/parametersMetadata/inlineClassMethodParameterModifiers.kt +++ b/compiler/testData/codegen/box/parametersMetadata/inlineClassMethodParameterModifiers.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/inlineClassMethodParameterNames.kt b/compiler/testData/codegen/box/parametersMetadata/inlineClassMethodParameterNames.kt index 13c029ef9a2..a8a390eecd8 100644 --- a/compiler/testData/codegen/box/parametersMetadata/inlineClassMethodParameterNames.kt +++ b/compiler/testData/codegen/box/parametersMetadata/inlineClassMethodParameterNames.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/innerClass.kt b/compiler/testData/codegen/box/parametersMetadata/innerClass.kt index b68f41b0b2d..316b127d859 100644 --- a/compiler/testData/codegen/box/parametersMetadata/innerClass.kt +++ b/compiler/testData/codegen/box/parametersMetadata/innerClass.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/superParams.kt b/compiler/testData/codegen/box/parametersMetadata/superParams.kt index 56aabbb4458..edba2a66591 100644 --- a/compiler/testData/codegen/box/parametersMetadata/superParams.kt +++ b/compiler/testData/codegen/box/parametersMetadata/superParams.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA diff --git a/compiler/testData/codegen/box/parametersMetadata/suspendFunction.kt b/compiler/testData/codegen/box/parametersMetadata/suspendFunction.kt index 4a020ea1cec..10043bfd91c 100644 --- a/compiler/testData/codegen/box/parametersMetadata/suspendFunction.kt +++ b/compiler/testData/codegen/box/parametersMetadata/suspendFunction.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // PARAMETERS_METADATA import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/platformTypes/kt14989.kt b/compiler/testData/codegen/box/platformTypes/kt14989.kt index 40ec8a80373..fcdb9e3a3d6 100644 --- a/compiler/testData/codegen/box/platformTypes/kt14989.kt +++ b/compiler/testData/codegen/box/platformTypes/kt14989.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -//WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaClass.java diff --git a/compiler/testData/codegen/box/platformTypes/primitives/equalsNull.kt b/compiler/testData/codegen/box/platformTypes/primitives/equalsNull.kt index 220e31ff53b..9d7e0416b2c 100644 --- a/compiler/testData/codegen/box/platformTypes/primitives/equalsNull.kt +++ b/compiler/testData/codegen/box/platformTypes/primitives/equalsNull.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: equalsNull.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/polymorphicSignature/anonymousSubclass.kt b/compiler/testData/codegen/box/polymorphicSignature/anonymousSubclass.kt index f7021339d05..b32fbf95767 100644 --- a/compiler/testData/codegen/box/polymorphicSignature/anonymousSubclass.kt +++ b/compiler/testData/codegen/box/polymorphicSignature/anonymousSubclass.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // FULL_JDK // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB import java.lang.invoke.MethodHandles import java.lang.invoke.MethodType diff --git a/compiler/testData/codegen/box/polymorphicSignature/invoke.kt b/compiler/testData/codegen/box/polymorphicSignature/invoke.kt index 430058ef018..4496889de66 100644 --- a/compiler/testData/codegen/box/polymorphicSignature/invoke.kt +++ b/compiler/testData/codegen/box/polymorphicSignature/invoke.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // FULL_JDK // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB import java.lang.invoke.MethodHandles import java.lang.invoke.MethodType diff --git a/compiler/testData/codegen/box/polymorphicSignature/invokeExact.kt b/compiler/testData/codegen/box/polymorphicSignature/invokeExact.kt index f35887e014c..5db200c569b 100644 --- a/compiler/testData/codegen/box/polymorphicSignature/invokeExact.kt +++ b/compiler/testData/codegen/box/polymorphicSignature/invokeExact.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // FULL_JDK // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB import java.lang.invoke.MethodHandles import java.lang.invoke.MethodType diff --git a/compiler/testData/codegen/box/polymorphicSignature/nullArgument.kt b/compiler/testData/codegen/box/polymorphicSignature/nullArgument.kt index 60848ffcdab..9263ba9b1a0 100644 --- a/compiler/testData/codegen/box/polymorphicSignature/nullArgument.kt +++ b/compiler/testData/codegen/box/polymorphicSignature/nullArgument.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // FULL_JDK // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB import java.lang.invoke.MethodHandles import java.lang.invoke.MethodType diff --git a/compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_after.kt b/compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_after.kt index 1c4509f3ef5..1f4e7de5341 100644 --- a/compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_after.kt +++ b/compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_after.kt @@ -3,7 +3,7 @@ // TARGET_BACKEND: JVM // FULL_JDK // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB import java.lang.invoke.MethodHandles import java.lang.invoke.MethodType diff --git a/compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_before.kt b/compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_before.kt index e90515034b7..5029a385641 100644 --- a/compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_before.kt +++ b/compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_before.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // FULL_JDK // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB import java.lang.invoke.MethodHandles import java.lang.invoke.MethodType diff --git a/compiler/testData/codegen/box/polymorphicSignature/voidReturnType.kt b/compiler/testData/codegen/box/polymorphicSignature/voidReturnType.kt index 9033f481118..c69de9625d0 100644 --- a/compiler/testData/codegen/box/polymorphicSignature/voidReturnType.kt +++ b/compiler/testData/codegen/box/polymorphicSignature/voidReturnType.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // FULL_JDK // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB import java.lang.invoke.MethodHandles import java.lang.invoke.MethodType diff --git a/compiler/testData/codegen/box/primitiveTypes/conversions.kt b/compiler/testData/codegen/box/primitiveTypes/conversions.kt index 99bbf1b78e8..958e9deeb75 100644 --- a/compiler/testData/codegen/box/primitiveTypes/conversions.kt +++ b/compiler/testData/codegen/box/primitiveTypes/conversions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals fun box(): String { diff --git a/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/kt42281.kt b/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/kt42281.kt index af93fd28441..b770bc2f772 100644 --- a/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/kt42281.kt +++ b/compiler/testData/codegen/box/primitiveTypes/equalityWithObject/kt42281.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { return if (run { 123 != intArrayOf() as Any }) "OK" else "Fail" diff --git a/compiler/testData/codegen/box/primitiveTypes/kt13023.kt b/compiler/testData/codegen/box/primitiveTypes/kt13023.kt index 602654d9563..57dcaa1c6aa 100644 --- a/compiler/testData/codegen/box/primitiveTypes/kt13023.kt +++ b/compiler/testData/codegen/box/primitiveTypes/kt13023.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/primitiveTypes/kt16732.kt b/compiler/testData/codegen/box/primitiveTypes/kt16732.kt index 8b58c6f402b..a0c59b804ed 100644 --- a/compiler/testData/codegen/box/primitiveTypes/kt16732.kt +++ b/compiler/testData/codegen/box/primitiveTypes/kt16732.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB fun valueFromDB(value: Any): Any { return when (value) { diff --git a/compiler/testData/codegen/box/privateConstructors/synthetic.kt b/compiler/testData/codegen/box/privateConstructors/synthetic.kt index b8eec43f3ae..6c4a6ab0c48 100644 --- a/compiler/testData/codegen/box/privateConstructors/synthetic.kt +++ b/compiler/testData/codegen/box/privateConstructors/synthetic.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // private constructors are transformed into synthetic class PrivateConstructor private constructor() { diff --git a/compiler/testData/codegen/box/properties/companionObjectPropertiesFromJava.kt b/compiler/testData/codegen/box/properties/companionObjectPropertiesFromJava.kt index db37345cc34..67622c52993 100644 --- a/compiler/testData/codegen/box/properties/companionObjectPropertiesFromJava.kt +++ b/compiler/testData/codegen/box/properties/companionObjectPropertiesFromJava.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class Test { diff --git a/compiler/testData/codegen/box/properties/complexPropertyInitializer.kt b/compiler/testData/codegen/box/properties/complexPropertyInitializer.kt index 5e0d78f3b8b..3f3e99bf8cc 100644 --- a/compiler/testData/codegen/box/properties/complexPropertyInitializer.kt +++ b/compiler/testData/codegen/box/properties/complexPropertyInitializer.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class A { val s: Sequence = sequence { diff --git a/compiler/testData/codegen/box/properties/const/constFlags.kt b/compiler/testData/codegen/box/properties/const/constFlags.kt index 13f2b8dcb07..2ce08cfbb63 100644 --- a/compiler/testData/codegen/box/properties/const/constFlags.kt +++ b/compiler/testData/codegen/box/properties/const/constFlags.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK @file:JvmName("XYZ") diff --git a/compiler/testData/codegen/box/properties/const/constValInAnnotationDefault.kt b/compiler/testData/codegen/box/properties/const/constValInAnnotationDefault.kt index 0bbdba572d1..6f8a3e22200 100644 --- a/compiler/testData/codegen/box/properties/const/constValInAnnotationDefault.kt +++ b/compiler/testData/codegen/box/properties/const/constValInAnnotationDefault.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB const val z = "OK" diff --git a/compiler/testData/codegen/box/properties/const/fpNonConstValProperlyInitialized.kt b/compiler/testData/codegen/box/properties/const/fpNonConstValProperlyInitialized.kt index 0f1a49d3d10..0bf85e9909f 100644 --- a/compiler/testData/codegen/box/properties/const/fpNonConstValProperlyInitialized.kt +++ b/compiler/testData/codegen/box/properties/const/fpNonConstValProperlyInitialized.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/properties/const/interfaceCompanion.kt b/compiler/testData/codegen/box/properties/const/interfaceCompanion.kt index f3d3c2b35be..e74a0416596 100644 --- a/compiler/testData/codegen/box/properties/const/interfaceCompanion.kt +++ b/compiler/testData/codegen/box/properties/const/interfaceCompanion.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface KInt { diff --git a/compiler/testData/codegen/box/properties/const/nonConstValsAreProperlyInitialized.kt b/compiler/testData/codegen/box/properties/const/nonConstValsAreProperlyInitialized.kt index 7491d2acb04..1a9cac25b79 100644 --- a/compiler/testData/codegen/box/properties/const/nonConstValsAreProperlyInitialized.kt +++ b/compiler/testData/codegen/box/properties/const/nonConstValsAreProperlyInitialized.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/properties/genericPropertyMultiModule.kt b/compiler/testData/codegen/box/properties/genericPropertyMultiModule.kt index e8cdb16e423..3a6631eabf3 100644 --- a/compiler/testData/codegen/box/properties/genericPropertyMultiModule.kt +++ b/compiler/testData/codegen/box/properties/genericPropertyMultiModule.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: common.kt diff --git a/compiler/testData/codegen/box/properties/kt12200.kt b/compiler/testData/codegen/box/properties/kt12200.kt index 24edf190bd4..57b13c2a29c 100644 --- a/compiler/testData/codegen/box/properties/kt12200.kt +++ b/compiler/testData/codegen/box/properties/kt12200.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -//WITH_RUNTIME +// WITH_STDLIB class ThingTemplate { val prop = 0 diff --git a/compiler/testData/codegen/box/properties/kt1398.kt b/compiler/testData/codegen/box/properties/kt1398.kt index bdc32dd6524..5cb30a41685 100644 --- a/compiler/testData/codegen/box/properties/kt1398.kt +++ b/compiler/testData/codegen/box/properties/kt1398.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB open class Base(val bar: String) diff --git a/compiler/testData/codegen/box/properties/kt1482_2279.kt b/compiler/testData/codegen/box/properties/kt1482_2279.kt index cabe5d8ecd3..8210a7ec0c9 100644 --- a/compiler/testData/codegen/box/properties/kt1482_2279.kt +++ b/compiler/testData/codegen/box/properties/kt1482_2279.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test abstract class ClassValAbstract { diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/companionObjectField.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/companionObjectField.kt index abda42f1bed..19c3ee9bd57 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/companionObjectField.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/companionObjectField.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Class { companion object { diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/emptyLhs.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/emptyLhs.kt index 4e5c78fdc56..ebf386fc70f 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/emptyLhs.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/emptyLhs.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/innerSubclass.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/innerSubclass.kt index 63c15894b45..9e4dd5f34f7 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/innerSubclass.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/innerSubclass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB open class Foo { lateinit var bar: String diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/isInitializedMultiFile.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/isInitializedMultiFile.kt index fa5eee7fe2e..6d2d32ecfb6 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/isInitializedMultiFile.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/isInitializedMultiFile.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // On JVM, isInitialized on a property from another file is forbidden because lateinit-ness is not included in the an ABI of a property. // IGNORE_BACKEND: JVM, JVM_IR diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/jvmStatic.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/jvmStatic.kt index 40b3ce7052b..fba6868af33 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/jvmStatic.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/jvmStatic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM object Test { @JvmStatic diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/nonInlineLambda.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/nonInlineLambda.kt index 70d39328995..f196d88cdba 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/nonInlineLambda.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/nonInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun eval(fn: () -> T) = fn() diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/propertyImportedFromObject.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/propertyImportedFromObject.kt index 3f3db0cf5f2..be57c35fcd1 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/propertyImportedFromObject.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/propertyImportedFromObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JS // IGNORE_BACKEND: JS_IR_ES6 diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/sideEffects.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/sideEffects.kt index c0717a7ae89..038ded62b3e 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/sideEffects.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/sideEffects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Foo { lateinit var bar: String diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/simpleIsInitialized.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/simpleIsInitialized.kt index c07d74426b0..cdfe337f53f 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/simpleIsInitialized.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/simpleIsInitialized.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java diff --git a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt index ee30fb69660..cbce561ebf3 100644 --- a/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt +++ b/compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB lateinit var bar: String diff --git a/compiler/testData/codegen/box/properties/lateinit/local/kt23260.kt b/compiler/testData/codegen/box/properties/lateinit/local/kt23260.kt index 422a501ba6d..6b0c46f0f57 100644 --- a/compiler/testData/codegen/box/properties/lateinit/local/kt23260.kt +++ b/compiler/testData/codegen/box/properties/lateinit/local/kt23260.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { lateinit var str: String diff --git a/compiler/testData/codegen/box/properties/lateinit/local/uninitializedCapturedMemberAccess.kt b/compiler/testData/codegen/box/properties/lateinit/local/uninitializedCapturedMemberAccess.kt index 8735a8ec7e2..5a13eda1104 100644 --- a/compiler/testData/codegen/box/properties/lateinit/local/uninitializedCapturedMemberAccess.kt +++ b/compiler/testData/codegen/box/properties/lateinit/local/uninitializedCapturedMemberAccess.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.UninitializedPropertyAccessException diff --git a/compiler/testData/codegen/box/properties/lateinit/local/uninitializedCapturedRead.kt b/compiler/testData/codegen/box/properties/lateinit/local/uninitializedCapturedRead.kt index 5e119eaeccf..eb024f1d329 100644 --- a/compiler/testData/codegen/box/properties/lateinit/local/uninitializedCapturedRead.kt +++ b/compiler/testData/codegen/box/properties/lateinit/local/uninitializedCapturedRead.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WASM_MUTE_REASON: REFLECTION import kotlin.UninitializedPropertyAccessException diff --git a/compiler/testData/codegen/box/properties/lateinit/local/uninitializedMemberAccess.kt b/compiler/testData/codegen/box/properties/lateinit/local/uninitializedMemberAccess.kt index d3d8acc31e5..a47c3bdcab0 100644 --- a/compiler/testData/codegen/box/properties/lateinit/local/uninitializedMemberAccess.kt +++ b/compiler/testData/codegen/box/properties/lateinit/local/uninitializedMemberAccess.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.UninitializedPropertyAccessException diff --git a/compiler/testData/codegen/box/properties/lateinit/local/uninitializedRead.kt b/compiler/testData/codegen/box/properties/lateinit/local/uninitializedRead.kt index 9a58e3280b3..a14f3470e2d 100644 --- a/compiler/testData/codegen/box/properties/lateinit/local/uninitializedRead.kt +++ b/compiler/testData/codegen/box/properties/lateinit/local/uninitializedRead.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.UninitializedPropertyAccessException diff --git a/compiler/testData/codegen/box/properties/lateinit/localClass.kt b/compiler/testData/codegen/box/properties/lateinit/localClass.kt index 5f4d02e80a6..ba7dafa6f79 100644 --- a/compiler/testData/codegen/box/properties/lateinit/localClass.kt +++ b/compiler/testData/codegen/box/properties/lateinit/localClass.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.UninitializedPropertyAccessException diff --git a/compiler/testData/codegen/box/properties/lateinit/topLevel/accessorException.kt b/compiler/testData/codegen/box/properties/lateinit/topLevel/accessorException.kt index 949145290af..514f7f2de60 100644 --- a/compiler/testData/codegen/box/properties/lateinit/topLevel/accessorException.kt +++ b/compiler/testData/codegen/box/properties/lateinit/topLevel/accessorException.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: lateinit.kt diff --git a/compiler/testData/codegen/box/properties/lateinit/topLevel/uninitializedMemberAccess.kt b/compiler/testData/codegen/box/properties/lateinit/topLevel/uninitializedMemberAccess.kt index ac24a14335f..25d43c1aad3 100644 --- a/compiler/testData/codegen/box/properties/lateinit/topLevel/uninitializedMemberAccess.kt +++ b/compiler/testData/codegen/box/properties/lateinit/topLevel/uninitializedMemberAccess.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.UninitializedPropertyAccessException diff --git a/compiler/testData/codegen/box/properties/lateinit/topLevel/uninitializedRead.kt b/compiler/testData/codegen/box/properties/lateinit/topLevel/uninitializedRead.kt index 9cc162d805c..66011112387 100644 --- a/compiler/testData/codegen/box/properties/lateinit/topLevel/uninitializedRead.kt +++ b/compiler/testData/codegen/box/properties/lateinit/topLevel/uninitializedRead.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.UninitializedPropertyAccessException diff --git a/compiler/testData/codegen/box/properties/lateinit/visibility.kt b/compiler/testData/codegen/box/properties/lateinit/visibility.kt index 7773f38e555..9b4e1e15a4d 100644 --- a/compiler/testData/codegen/box/properties/lateinit/visibility.kt +++ b/compiler/testData/codegen/box/properties/lateinit/visibility.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.lang.reflect.Modifier diff --git a/compiler/testData/codegen/box/properties/protectedJavaProperty.kt b/compiler/testData/codegen/box/properties/protectedJavaProperty.kt index abc0e2d7edb..a31a514e742 100644 --- a/compiler/testData/codegen/box/properties/protectedJavaProperty.kt +++ b/compiler/testData/codegen/box/properties/protectedJavaProperty.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaBaseClass.java public class JavaBaseClass { diff --git a/compiler/testData/codegen/box/properties/protectedJavaPropertyInCompanion.kt b/compiler/testData/codegen/box/properties/protectedJavaPropertyInCompanion.kt index 358e03a395e..236880c0d3f 100644 --- a/compiler/testData/codegen/box/properties/protectedJavaPropertyInCompanion.kt +++ b/compiler/testData/codegen/box/properties/protectedJavaPropertyInCompanion.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaBaseClass.java public class JavaBaseClass { diff --git a/compiler/testData/codegen/box/properties/unreachableUninitializedProperty.kt b/compiler/testData/codegen/box/properties/unreachableUninitializedProperty.kt index e4579096e3f..5b8787c2926 100644 --- a/compiler/testData/codegen/box/properties/unreachableUninitializedProperty.kt +++ b/compiler/testData/codegen/box/properties/unreachableUninitializedProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KT-44496 class C { diff --git a/compiler/testData/codegen/box/ranges/capturedLoopVar.kt b/compiler/testData/codegen/box/ranges/capturedLoopVar.kt index dbec6b3b3a6..df96856dce2 100644 --- a/compiler/testData/codegen/box/ranges/capturedLoopVar.kt +++ b/compiler/testData/codegen/box/ranges/capturedLoopVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun build(): List<() -> Int> { val r = ArrayList<() -> Int>() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForCollection.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForCollection.kt index 64973d641bd..b7d10c33fc8 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForCollection.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForCollection.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForComparableRange.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForComparableRange.kt index 6201cf0b728..5b664cc8bdb 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForComparableRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForComparableRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForDownTo.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForDownTo.kt index 6ea04b67d1c..8989613b01a 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForDownTo.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForDownTo.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForDownToReversed.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForDownToReversed.kt index fe5c62edf7f..7047d39f05c 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForDownToReversed.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForDownToReversed.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForNullableArgument.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForNullableArgument.kt index 0e5899de254..1979da67527 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForNullableArgument.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForNullableArgument.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForRangeLiteral.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForRangeLiteral.kt index 5ab2d3d3794..0c576a0afd0 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForRangeLiteral.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForRangeLiteralReversed.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForRangeLiteralReversed.kt index 5f96894b6ae..2ccdea99a54 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForRangeLiteralReversed.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForRangeLiteralReversed.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForUntil.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForUntil.kt index d28c1f585f1..015e450f841 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForUntil.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForUntil.kt @@ -1,5 +1,5 @@ // KJS_WITH_FULL_RUNTIME -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForUntilReversed.kt b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForUntilReversed.kt index a289104cfbc..a55e1e5cfce 100644 --- a/compiler/testData/codegen/box/ranges/contains/evaluationOrderForUntilReversed.kt +++ b/compiler/testData/codegen/box/ranges/contains/evaluationOrderForUntilReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* var order = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/contains/generated/arrayIndices.kt b/compiler/testData/codegen/box/ranges/contains/generated/arrayIndices.kt index 02eb38e65a5..ae23ecfee7d 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/arrayIndices.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/arrayIndices.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB val intArray = intArrayOf(1, 2, 3) val objectArray = arrayOf(1, 2, 3) diff --git a/compiler/testData/codegen/box/ranges/contains/generated/charDownTo.kt b/compiler/testData/codegen/box/ranges/contains/generated/charDownTo.kt index a2256df17ba..cbc93f1b48a 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/charDownTo.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/charDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/charRangeLiteral.kt b/compiler/testData/codegen/box/ranges/contains/generated/charRangeLiteral.kt index ba93f6b044d..d013ae0f94d 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/charRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/charRangeLiteral.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/charSequenceIndices.kt b/compiler/testData/codegen/box/ranges/contains/generated/charSequenceIndices.kt index e9a0d969cfc..165d72d76e6 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/charSequenceIndices.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/charSequenceIndices.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB val charSequence: CharSequence = "123" val emptyCharSequence: CharSequence = "" diff --git a/compiler/testData/codegen/box/ranges/contains/generated/charUntil.kt b/compiler/testData/codegen/box/ranges/contains/generated/charUntil.kt index 380a63eee82..42e04d8691b 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/charUntil.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/charUntil.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/collectionIndices.kt b/compiler/testData/codegen/box/ranges/contains/generated/collectionIndices.kt index b134bd7164b..90607d126db 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/collectionIndices.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/collectionIndices.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB val collection = listOf(1, 2, 3) val emptyCollection = listOf() diff --git a/compiler/testData/codegen/box/ranges/contains/generated/doubleRangeLiteral.kt b/compiler/testData/codegen/box/ranges/contains/generated/doubleRangeLiteral.kt index 09ef44c8eb9..656e401aa42 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/doubleRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/doubleRangeLiteral.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/floatRangeLiteral.kt b/compiler/testData/codegen/box/ranges/contains/generated/floatRangeLiteral.kt index 8ac1877bd11..9c05ef229f0 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/floatRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/floatRangeLiteral.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/intDownTo.kt b/compiler/testData/codegen/box/ranges/contains/generated/intDownTo.kt index 5bda3e06c2f..b5c401a5a45 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/intDownTo.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/intDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/intRangeLiteral.kt b/compiler/testData/codegen/box/ranges/contains/generated/intRangeLiteral.kt index 5a55ce4e321..7c70e41eccf 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/intRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/intRangeLiteral.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/intUntil.kt b/compiler/testData/codegen/box/ranges/contains/generated/intUntil.kt index 8516ad0be9f..877c476b71a 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/intUntil.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/intUntil.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/longDownTo.kt b/compiler/testData/codegen/box/ranges/contains/generated/longDownTo.kt index 46a94bf7c1f..66809149667 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/longDownTo.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/longDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/longRangeLiteral.kt b/compiler/testData/codegen/box/ranges/contains/generated/longRangeLiteral.kt index aa67de527d6..48c732cedd4 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/longRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/longRangeLiteral.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/generated/longUntil.kt b/compiler/testData/codegen/box/ranges/contains/generated/longUntil.kt index c6d50780ea0..4e6f20f2b44 100644 --- a/compiler/testData/codegen/box/ranges/contains/generated/longUntil.kt +++ b/compiler/testData/codegen/box/ranges/contains/generated/longUntil.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateInRangeExpressionTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/contains/inArray.kt b/compiler/testData/codegen/box/ranges/contains/inArray.kt index 496d9095a00..becf9c7c87a 100644 --- a/compiler/testData/codegen/box/ranges/contains/inArray.kt +++ b/compiler/testData/codegen/box/ranges/contains/inArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String = when { 0 in intArrayOf(1, 2, 3) -> "fail 1" diff --git a/compiler/testData/codegen/box/ranges/contains/inCharSequence.kt b/compiler/testData/codegen/box/ranges/contains/inCharSequence.kt index bd8eaea75fc..7903faa4c13 100644 --- a/compiler/testData/codegen/box/ranges/contains/inCharSequence.kt +++ b/compiler/testData/codegen/box/ranges/contains/inCharSequence.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB val charSeq: String = "123" diff --git a/compiler/testData/codegen/box/ranges/contains/inComparableRange.kt b/compiler/testData/codegen/box/ranges/contains/inComparableRange.kt index 8aad5a2332d..4e44ff78942 100644 --- a/compiler/testData/codegen/box/ranges/contains/inComparableRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inComparableRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* class ComparablePair>(val first: T, val second: T) : Comparable> { diff --git a/compiler/testData/codegen/box/ranges/contains/inCustomObjectRange.kt b/compiler/testData/codegen/box/ranges/contains/inCustomObjectRange.kt index c52fda80d82..e29e04ef489 100644 --- a/compiler/testData/codegen/box/ranges/contains/inCustomObjectRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inCustomObjectRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class A(val z: Int) : Comparable { override fun compareTo(other: A): Int { diff --git a/compiler/testData/codegen/box/ranges/contains/inDoubleRangeLiteralVsComparableRangeLiteral.kt b/compiler/testData/codegen/box/ranges/contains/inDoubleRangeLiteralVsComparableRangeLiteral.kt index d6f8fccf329..fb0bbc86829 100644 --- a/compiler/testData/codegen/box/ranges/contains/inDoubleRangeLiteralVsComparableRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/contains/inDoubleRangeLiteralVsComparableRangeLiteral.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val DOUBLE_RANGE = 0.0 .. -0.0 diff --git a/compiler/testData/codegen/box/ranges/contains/inExtensionRange.kt b/compiler/testData/codegen/box/ranges/contains/inExtensionRange.kt index f6b5dd0e28e..36a99d03eb0 100644 --- a/compiler/testData/codegen/box/ranges/contains/inExtensionRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inExtensionRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* operator fun Int.rangeTo(right: String): ClosedRange = this..this + 1 diff --git a/compiler/testData/codegen/box/ranges/contains/inFloatingPointRangeWithNaNBound.kt b/compiler/testData/codegen/box/ranges/contains/inFloatingPointRangeWithNaNBound.kt index 234c068b4b0..756d2024418 100644 --- a/compiler/testData/codegen/box/ranges/contains/inFloatingPointRangeWithNaNBound.kt +++ b/compiler/testData/codegen/box/ranges/contains/inFloatingPointRangeWithNaNBound.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/contains/inIntRange.kt b/compiler/testData/codegen/box/ranges/contains/inIntRange.kt index 488c32c72d9..6f17d5a5ebc 100644 --- a/compiler/testData/codegen/box/ranges/contains/inIntRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inIntRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/contains/inIterable.kt b/compiler/testData/codegen/box/ranges/contains/inIterable.kt index 8a418e12d1a..e60d1da3266 100644 --- a/compiler/testData/codegen/box/ranges/contains/inIterable.kt +++ b/compiler/testData/codegen/box/ranges/contains/inIterable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val iterable: Iterable = listOf(1, 2, 3) diff --git a/compiler/testData/codegen/box/ranges/contains/inNonMatchingRange.kt b/compiler/testData/codegen/box/ranges/contains/inNonMatchingRange.kt index 53c3c656980..73a6fd406cd 100644 --- a/compiler/testData/codegen/box/ranges/contains/inNonMatchingRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inNonMatchingRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun inInt(x: Long): Boolean { return x in 1..2 diff --git a/compiler/testData/codegen/box/ranges/contains/inOptimizableDoubleRange.kt b/compiler/testData/codegen/box/ranges/contains/inOptimizableDoubleRange.kt index 7e2835d5809..161b6fd823d 100644 --- a/compiler/testData/codegen/box/ranges/contains/inOptimizableDoubleRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inOptimizableDoubleRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun check(x: Double, left: Double, right: Double): Boolean { diff --git a/compiler/testData/codegen/box/ranges/contains/inOptimizableFloatRange.kt b/compiler/testData/codegen/box/ranges/contains/inOptimizableFloatRange.kt index 54392597ad7..7a0182bff7e 100644 --- a/compiler/testData/codegen/box/ranges/contains/inOptimizableFloatRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inOptimizableFloatRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun check(x: Float, left: Float, right: Float): Boolean { diff --git a/compiler/testData/codegen/box/ranges/contains/inOptimizableIntRange.kt b/compiler/testData/codegen/box/ranges/contains/inOptimizableIntRange.kt index 377ced92278..be01956b88c 100644 --- a/compiler/testData/codegen/box/ranges/contains/inOptimizableIntRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inOptimizableIntRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun check(x: Int, left: Int, right: Int): Boolean { diff --git a/compiler/testData/codegen/box/ranges/contains/inOptimizableLongRange.kt b/compiler/testData/codegen/box/ranges/contains/inOptimizableLongRange.kt index 22a087970f5..e000a7c2ccb 100644 --- a/compiler/testData/codegen/box/ranges/contains/inOptimizableLongRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inOptimizableLongRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun check(x: Long, left: Long, right: Long): Boolean { diff --git a/compiler/testData/codegen/box/ranges/contains/inPrimitiveProgression.kt b/compiler/testData/codegen/box/ranges/contains/inPrimitiveProgression.kt index 96f588d5b97..96b747ec900 100644 --- a/compiler/testData/codegen/box/ranges/contains/inPrimitiveProgression.kt +++ b/compiler/testData/codegen/box/ranges/contains/inPrimitiveProgression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val progression = 1 .. 3 step 2 diff --git a/compiler/testData/codegen/box/ranges/contains/inPrimitiveRange.kt b/compiler/testData/codegen/box/ranges/contains/inPrimitiveRange.kt index 2113dca0c54..9673327c0a6 100644 --- a/compiler/testData/codegen/box/ranges/contains/inPrimitiveRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/inPrimitiveRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val range = 1 .. 3 diff --git a/compiler/testData/codegen/box/ranges/contains/inRangeLiteralComposition.kt b/compiler/testData/codegen/box/ranges/contains/inRangeLiteralComposition.kt index 2e086ceafcd..8723924bbf9 100644 --- a/compiler/testData/codegen/box/ranges/contains/inRangeLiteralComposition.kt +++ b/compiler/testData/codegen/box/ranges/contains/inRangeLiteralComposition.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val i1 = 1 val i2 = 2 diff --git a/compiler/testData/codegen/box/ranges/contains/inRangeWithCustomContains.kt b/compiler/testData/codegen/box/ranges/contains/inRangeWithCustomContains.kt index a03a60539d4..9249304db7b 100644 --- a/compiler/testData/codegen/box/ranges/contains/inRangeWithCustomContains.kt +++ b/compiler/testData/codegen/box/ranges/contains/inRangeWithCustomContains.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* class Value(val x: Int) : Comparable { diff --git a/compiler/testData/codegen/box/ranges/contains/inRangeWithImplicitReceiver.kt b/compiler/testData/codegen/box/ranges/contains/inRangeWithImplicitReceiver.kt index 8a700cd7644..388b42185c5 100644 --- a/compiler/testData/codegen/box/ranges/contains/inRangeWithImplicitReceiver.kt +++ b/compiler/testData/codegen/box/ranges/contains/inRangeWithImplicitReceiver.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun Long.inLongs(l: Long, r: Long): Boolean { diff --git a/compiler/testData/codegen/box/ranges/contains/inRangeWithNonmatchingArguments.kt b/compiler/testData/codegen/box/ranges/contains/inRangeWithNonmatchingArguments.kt index c675f47decf..e14d7eb3d9c 100644 --- a/compiler/testData/codegen/box/ranges/contains/inRangeWithNonmatchingArguments.kt +++ b/compiler/testData/codegen/box/ranges/contains/inRangeWithNonmatchingArguments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/contains/inRangeWithSmartCast.kt b/compiler/testData/codegen/box/ranges/contains/inRangeWithSmartCast.kt index c5a0bfe5fce..b1398cb7524 100644 --- a/compiler/testData/codegen/box/ranges/contains/inRangeWithSmartCast.kt +++ b/compiler/testData/codegen/box/ranges/contains/inRangeWithSmartCast.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertTrue fun check(x: Any?): Boolean { diff --git a/compiler/testData/codegen/box/ranges/contains/inUntil.kt b/compiler/testData/codegen/box/ranges/contains/inUntil.kt index 126dd80728c..8eb76ecef7c 100644 --- a/compiler/testData/codegen/box/ranges/contains/inUntil.kt +++ b/compiler/testData/codegen/box/ranges/contains/inUntil.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { if (!(1 in 0 until 10)) return "Fail 1 in" diff --git a/compiler/testData/codegen/box/ranges/contains/inUntilMaxValue.kt b/compiler/testData/codegen/box/ranges/contains/inUntilMaxValue.kt index 1170f1ca3fc..0339047d587 100644 --- a/compiler/testData/codegen/box/ranges/contains/inUntilMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/contains/inUntilMaxValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // USE_OLD_INLINE_CLASSES_MANGLING_SCHEME fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/contains/inUntilMinValue.kt b/compiler/testData/codegen/box/ranges/contains/inUntilMinValue.kt index 80075a6bfbf..31be9240960 100644 --- a/compiler/testData/codegen/box/ranges/contains/inUntilMinValue.kt +++ b/compiler/testData/codegen/box/ranges/contains/inUntilMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // USE_OLD_INLINE_CLASSES_MANGLING_SCHEME fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/contains/inUntilMinValueNonConst.kt b/compiler/testData/codegen/box/ranges/contains/inUntilMinValueNonConst.kt index 30c9e1a26be..1689d8e1532 100644 --- a/compiler/testData/codegen/box/ranges/contains/inUntilMinValueNonConst.kt +++ b/compiler/testData/codegen/box/ranges/contains/inUntilMinValueNonConst.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // USE_OLD_INLINE_CLASSES_MANGLING_SCHEME fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/contains/jvmStaticContainsInObject.kt b/compiler/testData/codegen/box/ranges/contains/jvmStaticContainsInObject.kt index 45a0a99d2ea..0f5ae920986 100644 --- a/compiler/testData/codegen/box/ranges/contains/jvmStaticContainsInObject.kt +++ b/compiler/testData/codegen/box/ranges/contains/jvmStaticContainsInObject.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB object O { @JvmStatic diff --git a/compiler/testData/codegen/box/ranges/contains/kt20106.kt b/compiler/testData/codegen/box/ranges/contains/kt20106.kt index 2b2097f1e04..643fd72fc74 100644 --- a/compiler/testData/codegen/box/ranges/contains/kt20106.kt +++ b/compiler/testData/codegen/box/ranges/contains/kt20106.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val strSet = setOf("a", "b") diff --git a/compiler/testData/codegen/box/ranges/contains/nullableInPrimitiveRange.kt b/compiler/testData/codegen/box/ranges/contains/nullableInPrimitiveRange.kt index 1f3ca5ba7ee..339a2a3690b 100644 --- a/compiler/testData/codegen/box/ranges/contains/nullableInPrimitiveRange.kt +++ b/compiler/testData/codegen/box/ranges/contains/nullableInPrimitiveRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val x: Int? = 42 fun xFun(): Int? = 42 diff --git a/compiler/testData/codegen/box/ranges/contains/smartCastOnBothEnds.kt b/compiler/testData/codegen/box/ranges/contains/smartCastOnBothEnds.kt index 2f9ecb19b48..42ffb516ac6 100644 --- a/compiler/testData/codegen/box/ranges/contains/smartCastOnBothEnds.kt +++ b/compiler/testData/codegen/box/ranges/contains/smartCastOnBothEnds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // Fails on the old JVM backend because of KT-42017. // IGNORE_BACKEND: JVM diff --git a/compiler/testData/codegen/box/ranges/contains/uintInUByteRangeWithPossibleOverflow.kt b/compiler/testData/codegen/box/ranges/contains/uintInUByteRangeWithPossibleOverflow.kt index d885baf0917..11c288dcf94 100644 --- a/compiler/testData/codegen/box/ranges/contains/uintInUByteRangeWithPossibleOverflow.kt +++ b/compiler/testData/codegen/box/ranges/contains/uintInUByteRangeWithPossibleOverflow.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x1 = 1U diff --git a/compiler/testData/codegen/box/ranges/contains/uintInUIntRangeWithPossibleOverflow.kt b/compiler/testData/codegen/box/ranges/contains/uintInUIntRangeWithPossibleOverflow.kt index da780b37fb0..67f4e636f6c 100644 --- a/compiler/testData/codegen/box/ranges/contains/uintInUIntRangeWithPossibleOverflow.kt +++ b/compiler/testData/codegen/box/ranges/contains/uintInUIntRangeWithPossibleOverflow.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x1 = 1U diff --git a/compiler/testData/codegen/box/ranges/contains/uintInUShortRangeWithPossibleOverflow.kt b/compiler/testData/codegen/box/ranges/contains/uintInUShortRangeWithPossibleOverflow.kt index 7a203d08ed7..6904c98cc75 100644 --- a/compiler/testData/codegen/box/ranges/contains/uintInUShortRangeWithPossibleOverflow.kt +++ b/compiler/testData/codegen/box/ranges/contains/uintInUShortRangeWithPossibleOverflow.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x1 = 1U diff --git a/compiler/testData/codegen/box/ranges/contains/ulongInULongRangeWithPossibleOverflow.kt b/compiler/testData/codegen/box/ranges/contains/ulongInULongRangeWithPossibleOverflow.kt index 196cd071362..9d33e83bd94 100644 --- a/compiler/testData/codegen/box/ranges/contains/ulongInULongRangeWithPossibleOverflow.kt +++ b/compiler/testData/codegen/box/ranges/contains/ulongInULongRangeWithPossibleOverflow.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x1 = 1UL diff --git a/compiler/testData/codegen/box/ranges/contains/userDefinedContainsExtension.kt b/compiler/testData/codegen/box/ranges/contains/userDefinedContainsExtension.kt index 3d6e5d58819..035b97a1d8a 100644 --- a/compiler/testData/codegen/box/ranges/contains/userDefinedContainsExtension.kt +++ b/compiler/testData/codegen/box/ranges/contains/userDefinedContainsExtension.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB operator fun ClosedRange.contains(value: Long) = false operator fun ClosedRange.contains(value: ULong) = false diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownTo.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownTo.kt index 4c50ae45930..cbb314cce1e 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownTo.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownToReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownToReversed.kt index 3ea7b16ccf8..2ca1823ece1 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownToReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownToReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownToReversedReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownToReversedReversed.kt index 9fb6cf3afc6..e285b94e6a2 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownToReversedReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInDownToReversedReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteral.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteral.kt index 96b7dbfb67a..4fd27ecb4ff 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteral.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteralReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteralReversed.kt index 9b3d940fbd1..0521bc00b3c 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteralReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteralReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteralReversedReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteralReversedReversed.kt index eea69a29b0a..8f19f3d53d1 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteralReversedReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInRangeLiteralReversedReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntil.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntil.kt index 8408336d46b..cf2b40ecd1a 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntil.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntil.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntilReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntilReversed.kt index 6b852ccd158..2cae6fd5755 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntilReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntilReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntilReversedReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntilReversedReversed.kt index b394dc2db75..dffdbb4b0ba 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntilReversedReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/forInUntilReversedReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStep.kt index 534856b27f2..133173e0083 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStepReversed.kt index e65c89582d7..41979f5326a 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStepReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStepReversedStep.kt index f8bff4548ce..27b6b0a6911 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStepReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToReversedStepReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStep.kt index 9f7c39adb57..941b7a309f7 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversed.kt index 09afe51c606..f87e33c7b14 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversedStep.kt index c567aae3ac1..3dda0b6393d 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversedStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversedStepReversed.kt index e597fc1eeda..b94e4182be7 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversedStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepReversedStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepStep.kt index bb74f332b80..22e4171bfd0 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo/forInDownToStepStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStep.kt index c52704245a5..8ec92218acc 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStepReversed.kt index 8b8c5604438..a2f2322ffc8 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStepReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStepReversedStep.kt index 38f9429eac6..df26d347b21 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStepReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralReversedStepReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStep.kt index e8fa727b4ae..548d056fd40 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversed.kt index 80a6a372ed9..204510a47b3 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversedStep.kt index 5d3b6b5949e..45c2382d4f5 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversedStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversedStepReversed.kt index b7437e3f38c..d5af4671936 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversedStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepReversedStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepStep.kt index 850f5b84568..c8e65aa0206 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral/forInRangeLiteralStepStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStep.kt index c812d259814..a20b42d8797 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStepReversed.kt index f84211d95c7..2a4cdd74a1e 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStepReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStepReversedStep.kt index 89e6cb7ae07..d915512dc92 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStepReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilReversedStepReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStep.kt index 893d578d0f3..3fc77711431 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversed.kt index dcc03bd7766..14b459c4bda 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversedStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversedStep.kt index a8db117995e..3d98bb153d2 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversedStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversedStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversedStepReversed.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversedStepReversed.kt index 7136600258d..a89632d011f 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversedStepReversed.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepReversedStepReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepStep.kt b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepStep.kt index 5f4fec2d411..fb3388320a8 100644 --- a/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepStep.kt +++ b/compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil/forInUntilStepStep.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* val log = StringBuilder() diff --git a/compiler/testData/codegen/box/ranges/expression/emptyDownto.kt b/compiler/testData/codegen/box/ranges/expression/emptyDownto.kt index 4c5ea20fd22..b1264297d89 100644 --- a/compiler/testData/codegen/box/ranges/expression/emptyDownto.kt +++ b/compiler/testData/codegen/box/ranges/expression/emptyDownto.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/emptyRange.kt b/compiler/testData/codegen/box/ranges/expression/emptyRange.kt index 056a1520e17..aefec88b5af 100644 --- a/compiler/testData/codegen/box/ranges/expression/emptyRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/emptyRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/inexactDownToMinValue.kt b/compiler/testData/codegen/box/ranges/expression/inexactDownToMinValue.kt index 1934f3d6962..5e77ec5ba1d 100644 --- a/compiler/testData/codegen/box/ranges/expression/inexactDownToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/inexactDownToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinI = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/inexactSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/expression/inexactSteppedDownTo.kt index 217cc8af3d5..e9725c213c0 100644 --- a/compiler/testData/codegen/box/ranges/expression/inexactSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/expression/inexactSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/inexactSteppedRange.kt b/compiler/testData/codegen/box/ranges/expression/inexactSteppedRange.kt index 46369f78e0f..640e8aedd27 100644 --- a/compiler/testData/codegen/box/ranges/expression/inexactSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/inexactSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/inexactToMaxValue.kt b/compiler/testData/codegen/box/ranges/expression/inexactToMaxValue.kt index 0efb51e1dfe..761ea227f46 100644 --- a/compiler/testData/codegen/box/ranges/expression/inexactToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/inexactToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/maxValueMinusTwoToMaxValue.kt b/compiler/testData/codegen/box/ranges/expression/maxValueMinusTwoToMaxValue.kt index 46c47f3efce..68f365a1d90 100644 --- a/compiler/testData/codegen/box/ranges/expression/maxValueMinusTwoToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/maxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/maxValueToMaxValue.kt b/compiler/testData/codegen/box/ranges/expression/maxValueToMaxValue.kt index adadf3a9f0e..3a485839d85 100644 --- a/compiler/testData/codegen/box/ranges/expression/maxValueToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/maxValueToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/maxValueToMinValue.kt b/compiler/testData/codegen/box/ranges/expression/maxValueToMinValue.kt index a29199ae4df..c008b5cb4a7 100644 --- a/compiler/testData/codegen/box/ranges/expression/maxValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/maxValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/oneElementDownTo.kt b/compiler/testData/codegen/box/ranges/expression/oneElementDownTo.kt index 0dd4ef9a3ce..f9703ec3ed3 100644 --- a/compiler/testData/codegen/box/ranges/expression/oneElementDownTo.kt +++ b/compiler/testData/codegen/box/ranges/expression/oneElementDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/oneElementRange.kt b/compiler/testData/codegen/box/ranges/expression/oneElementRange.kt index 3cbf3b7bf28..f90ca75440a 100644 --- a/compiler/testData/codegen/box/ranges/expression/oneElementRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/oneElementRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/openRange.kt b/compiler/testData/codegen/box/ranges/expression/openRange.kt index 857d123620b..7555646be97 100644 --- a/compiler/testData/codegen/box/ranges/expression/openRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/openRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/overflowZeroDownToMaxValue.kt b/compiler/testData/codegen/box/ranges/expression/overflowZeroDownToMaxValue.kt index e7426798fae..5b2ad4fd032 100644 --- a/compiler/testData/codegen/box/ranges/expression/overflowZeroDownToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/overflowZeroDownToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/overflowZeroToMinValue.kt b/compiler/testData/codegen/box/ranges/expression/overflowZeroToMinValue.kt index 1abe8556f5a..d617dc252e3 100644 --- a/compiler/testData/codegen/box/ranges/expression/overflowZeroToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/overflowZeroToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinI = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/progressionDownToMinValue.kt b/compiler/testData/codegen/box/ranges/expression/progressionDownToMinValue.kt index 587ba4e4087..b6e7c4715d4 100644 --- a/compiler/testData/codegen/box/ranges/expression/progressionDownToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/progressionDownToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinI = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt b/compiler/testData/codegen/box/ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt index 95a4d804891..efd1adc65bb 100644 --- a/compiler/testData/codegen/box/ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/progressionMaxValueToMaxValue.kt b/compiler/testData/codegen/box/ranges/expression/progressionMaxValueToMaxValue.kt index 83e133406e7..7d50fd5aecf 100644 --- a/compiler/testData/codegen/box/ranges/expression/progressionMaxValueToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/progressionMaxValueToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/progressionMaxValueToMinValue.kt b/compiler/testData/codegen/box/ranges/expression/progressionMaxValueToMinValue.kt index 3887794c636..a1fc44f9667 100644 --- a/compiler/testData/codegen/box/ranges/expression/progressionMaxValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/progressionMaxValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/progressionMinValueToMinValue.kt b/compiler/testData/codegen/box/ranges/expression/progressionMinValueToMinValue.kt index f4137d528b0..62aca04ed29 100644 --- a/compiler/testData/codegen/box/ranges/expression/progressionMinValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/expression/progressionMinValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinI = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/expression/reversedBackSequence.kt b/compiler/testData/codegen/box/ranges/expression/reversedBackSequence.kt index bcc75d184e9..bfaea4601d6 100644 --- a/compiler/testData/codegen/box/ranges/expression/reversedBackSequence.kt +++ b/compiler/testData/codegen/box/ranges/expression/reversedBackSequence.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/reversedEmptyBackSequence.kt b/compiler/testData/codegen/box/ranges/expression/reversedEmptyBackSequence.kt index bcf188062c1..4914fa3817e 100644 --- a/compiler/testData/codegen/box/ranges/expression/reversedEmptyBackSequence.kt +++ b/compiler/testData/codegen/box/ranges/expression/reversedEmptyBackSequence.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/reversedEmptyRange.kt b/compiler/testData/codegen/box/ranges/expression/reversedEmptyRange.kt index bf354e65cab..50cd59f71ba 100644 --- a/compiler/testData/codegen/box/ranges/expression/reversedEmptyRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/reversedEmptyRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/reversedInexactSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/expression/reversedInexactSteppedDownTo.kt index 1a6ce0cc79e..cd898e1bd7b 100644 --- a/compiler/testData/codegen/box/ranges/expression/reversedInexactSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/expression/reversedInexactSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/reversedRange.kt b/compiler/testData/codegen/box/ranges/expression/reversedRange.kt index af0b7dc6d9d..ae2394efb67 100644 --- a/compiler/testData/codegen/box/ranges/expression/reversedRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/reversedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/reversedSimpleSteppedRange.kt b/compiler/testData/codegen/box/ranges/expression/reversedSimpleSteppedRange.kt index 18aad3addd8..2f49bffdb96 100644 --- a/compiler/testData/codegen/box/ranges/expression/reversedSimpleSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/reversedSimpleSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/simpleDownTo.kt b/compiler/testData/codegen/box/ranges/expression/simpleDownTo.kt index 0a51c84868b..756075a0777 100644 --- a/compiler/testData/codegen/box/ranges/expression/simpleDownTo.kt +++ b/compiler/testData/codegen/box/ranges/expression/simpleDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/simpleRange.kt b/compiler/testData/codegen/box/ranges/expression/simpleRange.kt index 3abc594551d..e3f67cb3815 100644 --- a/compiler/testData/codegen/box/ranges/expression/simpleRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/simpleRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/simpleRangeWithNonConstantEnds.kt b/compiler/testData/codegen/box/ranges/expression/simpleRangeWithNonConstantEnds.kt index 0a8848a6186..4da191c0c94 100644 --- a/compiler/testData/codegen/box/ranges/expression/simpleRangeWithNonConstantEnds.kt +++ b/compiler/testData/codegen/box/ranges/expression/simpleRangeWithNonConstantEnds.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/simpleSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/expression/simpleSteppedDownTo.kt index 77ba106cdce..c07e322af76 100644 --- a/compiler/testData/codegen/box/ranges/expression/simpleSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/expression/simpleSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/expression/simpleSteppedRange.kt b/compiler/testData/codegen/box/ranges/expression/simpleSteppedRange.kt index a1e20e66bf1..60c294286fd 100644 --- a/compiler/testData/codegen/box/ranges/expression/simpleSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/expression/simpleSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/forByteProgressionWithIntIncrement.kt b/compiler/testData/codegen/box/ranges/forByteProgressionWithIntIncrement.kt index 8596acc44fd..1fb210d4160 100644 --- a/compiler/testData/codegen/box/ranges/forByteProgressionWithIntIncrement.kt +++ b/compiler/testData/codegen/box/ranges/forByteProgressionWithIntIncrement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { for (element in 5.toByte()..1.toByte() step 255) { diff --git a/compiler/testData/codegen/box/ranges/forInCharSequenceLengthDecreasedInLoopBody.kt b/compiler/testData/codegen/box/ranges/forInCharSequenceLengthDecreasedInLoopBody.kt index 623503068c9..4d458a2d937 100644 --- a/compiler/testData/codegen/box/ranges/forInCharSequenceLengthDecreasedInLoopBody.kt +++ b/compiler/testData/codegen/box/ranges/forInCharSequenceLengthDecreasedInLoopBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInCharSequenceLengthIncreasedInLoopBody.kt b/compiler/testData/codegen/box/ranges/forInCharSequenceLengthIncreasedInLoopBody.kt index 87c77f4ec06..997c1b443b2 100644 --- a/compiler/testData/codegen/box/ranges/forInCharSequenceLengthIncreasedInLoopBody.kt +++ b/compiler/testData/codegen/box/ranges/forInCharSequenceLengthIncreasedInLoopBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInCharSequenceWithCustomIterator.kt b/compiler/testData/codegen/box/ranges/forInCharSequenceWithCustomIterator.kt index a50fc9614b5..433a6ff2769 100644 --- a/compiler/testData/codegen/box/ranges/forInCharSequenceWithCustomIterator.kt +++ b/compiler/testData/codegen/box/ranges/forInCharSequenceWithCustomIterator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* open class CharSequenceWithExtensionIterator(val s: String) : CharSequence { diff --git a/compiler/testData/codegen/box/ranges/forInCharSequenceWithMultipleGetFunctions.kt b/compiler/testData/codegen/box/ranges/forInCharSequenceWithMultipleGetFunctions.kt index 00357ad4d2d..39c49d5ca12 100644 --- a/compiler/testData/codegen/box/ranges/forInCharSequenceWithMultipleGetFunctions.kt +++ b/compiler/testData/codegen/box/ranges/forInCharSequenceWithMultipleGetFunctions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* class MyCharSequence(val s: String) : CharSequence { diff --git a/compiler/testData/codegen/box/ranges/forInCustomCharSequence.kt b/compiler/testData/codegen/box/ranges/forInCustomCharSequence.kt index 25ed9de0fbc..4332f270e51 100644 --- a/compiler/testData/codegen/box/ranges/forInCustomCharSequence.kt +++ b/compiler/testData/codegen/box/ranges/forInCustomCharSequence.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C : CharSequence { // Unused declarations, which are here only to confuse the backend who might lookup symbols by name diff --git a/compiler/testData/codegen/box/ranges/forInCustomIterable.kt b/compiler/testData/codegen/box/ranges/forInCustomIterable.kt index 7eab37d8771..334546e7ba6 100644 --- a/compiler/testData/codegen/box/ranges/forInCustomIterable.kt +++ b/compiler/testData/codegen/box/ranges/forInCustomIterable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C : Iterable { // Unused declaration, which is here only to confuse the backend who might lookup symbols by name diff --git a/compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt b/compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt index e9cb1668dec..bed1a088dd2 100644 --- a/compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt +++ b/compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB operator fun ClosedRange.iterator() = object : Iterator { diff --git a/compiler/testData/codegen/box/ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt b/compiler/testData/codegen/box/ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt index 9c76adaf210..c18455be635 100644 --- a/compiler/testData/codegen/box/ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt +++ b/compiler/testData/codegen/box/ranges/forInDownTo/forInDownToWithPossibleUnderflow.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MB = Byte.MIN_VALUE const val MS = Short.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/forInDownTo/forInSumDownToSum.kt b/compiler/testData/codegen/box/ranges/forInDownTo/forInSumDownToSum.kt index 73fb25ab124..36874b4cc2c 100644 --- a/compiler/testData/codegen/box/ranges/forInDownTo/forInSumDownToSum.kt +++ b/compiler/testData/codegen/box/ranges/forInDownTo/forInSumDownToSum.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(): Int { var sum = 0 diff --git a/compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownTo.kt b/compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownTo.kt index fd046640e37..a7afbe91f62 100644 --- a/compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownTo.kt +++ b/compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownToWithNonConstBounds.kt b/compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownToWithNonConstBounds.kt index 1141a4d68c6..cad022aa9a3 100644 --- a/compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownToWithNonConstBounds.kt +++ b/compiler/testData/codegen/box/ranges/forInDownTo/forIntInDownToWithNonConstBounds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInDownTo/forIntInNonOptimizedDownTo.kt b/compiler/testData/codegen/box/ranges/forInDownTo/forIntInNonOptimizedDownTo.kt index 45214ff7d0e..5d04e70ed94 100644 --- a/compiler/testData/codegen/box/ranges/forInDownTo/forIntInNonOptimizedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/forInDownTo/forIntInNonOptimizedDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInDownTo/forLongInDownTo.kt b/compiler/testData/codegen/box/ranges/forInDownTo/forLongInDownTo.kt index 4d1e9793cce..2d32a1b4b27 100644 --- a/compiler/testData/codegen/box/ranges/forInDownTo/forLongInDownTo.kt +++ b/compiler/testData/codegen/box/ranges/forInDownTo/forLongInDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInDownTo/forNullableIntInDownTo.kt b/compiler/testData/codegen/box/ranges/forInDownTo/forNullableIntInDownTo.kt index 26109378c1b..ecc8f0b3f08 100644 --- a/compiler/testData/codegen/box/ranges/forInDownTo/forNullableIntInDownTo.kt +++ b/compiler/testData/codegen/box/ranges/forInDownTo/forNullableIntInDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInDownTo/kt49411.kt b/compiler/testData/codegen/box/ranges/forInDownTo/kt49411.kt index 0ae07842248..4f289d58b8e 100644 --- a/compiler/testData/codegen/box/ranges/forInDownTo/kt49411.kt +++ b/compiler/testData/codegen/box/ranges/forInDownTo/kt49411.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB abstract class Foo(@JvmField val foo: T) diff --git a/compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt b/compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt index e82fa279544..2105e08126c 100644 --- a/compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt +++ b/compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB operator fun ClosedRange.iterator() = object : Iterator { diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInArrayListIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInArrayListIndices.kt index a40d53d3bcd..799b99983bc 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInArrayListIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInArrayListIndices.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB fun foo(): String { val a = ArrayList() diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInCharSequenceIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInCharSequenceIndices.kt index 1600771fa32..5353e0c50ae 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInCharSequenceIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInCharSequenceIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(s: CharSequence): Int { var result = 0 diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInCharSequenceTypeParameterIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInCharSequenceTypeParameterIndices.kt index 0ac94ef26fd..7c4fc87391a 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInCharSequenceTypeParameterIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInCharSequenceTypeParameterIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(s: T): Int { var result = 0 diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionImplicitReceiverIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionImplicitReceiverIndices.kt index ec23e8a7493..50a687c8072 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionImplicitReceiverIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionImplicitReceiverIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionIndices.kt index f4b018a1ee8..3a9cfe45882 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionTypeParameterIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionTypeParameterIndices.kt index bb04cfe2da8..a1a0a42f189 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionTypeParameterIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInCollectionTypeParameterIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInListIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInListIndices.kt index 9976952f5b4..d8cb4f0ce33 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInListIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInListIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(xs: List): String { var r = "" diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInListIndicesBreak.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInListIndicesBreak.kt index 2e545f2c3fd..23b3f58b60e 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInListIndicesBreak.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInListIndicesBreak.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(xs: List): String { var r = "" diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInListIndicesContinue.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInListIndicesContinue.kt index 1af2ede81a1..7f3848a009a 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInListIndicesContinue.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInListIndicesContinue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(xs: List): String { var r = "" diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInNonOptimizedIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInNonOptimizedIndices.kt index b46b4812732..fb073359ade 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInNonOptimizedIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInNonOptimizedIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInObjectArrayIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInObjectArrayIndices.kt index db45263759f..bca14d50c14 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInObjectArrayIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInObjectArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forInPrimitiveArrayIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forInPrimitiveArrayIndices.kt index e1e5fb603d7..35baf34ac07 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forInPrimitiveArrayIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forInPrimitiveArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forNullableIntInArrayIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forNullableIntInArrayIndices.kt index 2fb6c207bda..9508f5adbab 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forNullableIntInArrayIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forNullableIntInArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/forNullableIntInCollectionIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/forNullableIntInCollectionIndices.kt index 295f66bf5c9..5ed30d6ff6a 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/forNullableIntInCollectionIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/forNullableIntInCollectionIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/indexOfLast.kt b/compiler/testData/codegen/box/ranges/forInIndices/indexOfLast.kt index 4d776ba833e..716098c6a5d 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/indexOfLast.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/indexOfLast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericArrayIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericArrayIndices.kt index a702ad58de0..5024e521f3e 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericArrayIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class BaseGeneric(val t: T) { abstract fun iterate() diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericCollectionIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericCollectionIndices.kt index 6a66952d7d5..9340fe9e0e5 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericCollectionIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericCollectionIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class BaseGeneric(val t: T) { abstract fun iterate() diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInSpecificArrayIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInSpecificArrayIndices.kt index 1ff6d06f18a..de91a2cfec8 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInSpecificArrayIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInSpecificArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class BaseGeneric(val t: T) { abstract fun iterate() diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInSpecificCollectionIndices.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInSpecificCollectionIndices.kt index adeb7decaed..1b8c6d7b9b4 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInSpecificCollectionIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInSpecificCollectionIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class BaseGeneric(val t: T) { abstract fun iterate() diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt13241_Array.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt13241_Array.kt index 47b299b9a5c..22ea4d37d01 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt13241_Array.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt13241_Array.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt13241_CharSequence.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt13241_CharSequence.kt index a0d45d7698e..dddc3347ec6 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt13241_CharSequence.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt13241_CharSequence.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt13241_Collection.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt13241_Collection.kt index 9bd4610d351..7fed451209f 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt13241_Collection.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt13241_Collection.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt43159_ArrayUpperBound.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt43159_ArrayUpperBound.kt index d79868cef1a..1045a230b89 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt43159_ArrayUpperBound.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt43159_ArrayUpperBound.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM, JVM_IR // IGNORE_BACKEND_FIR: JVM_IR diff --git a/compiler/testData/codegen/box/ranges/forInIndices/kt43159_GenericArray.kt b/compiler/testData/codegen/box/ranges/forInIndices/kt43159_GenericArray.kt index e7a47859831..399e31e0859 100644 --- a/compiler/testData/codegen/box/ranges/forInIndices/kt43159_GenericArray.kt +++ b/compiler/testData/codegen/box/ranges/forInIndices/kt43159_GenericArray.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: WASM -// WITH_RUNTIME +// WITH_STDLIB class Value(val value: T) { inline fun runBlock(block: (T) -> R) = block(value) diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInDownToWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInDownToWithIndex.kt index 70a2b9d3f9c..382d8ea96ea 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInDownToWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInDownToWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInIndicesWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInIndicesWithIndex.kt index 308d8d1c917..0eec643f405 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInIndicesWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInIndicesWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInRangeToWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInRangeToWithIndex.kt index 6e458547ce4..57d7b929cba 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInRangeToWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInRangeToWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInReversedStepWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInReversedStepWithIndex.kt index f95ad0bca56..591c7597cca 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInReversedStepWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInReversedStepWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInReversedWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInReversedWithIndex.kt index 686809fd8cd..8295896afe7 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInReversedWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInReversedWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInStepReversedWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInStepReversedWithIndex.kt index 1693addfc7f..c8c0bd92e61 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInStepReversedWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInStepReversedWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInStepWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInStepWithIndex.kt index 8155f983fbf..62474b02b68 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInStepWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInStepWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInUntilWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInUntilWithIndex.kt index cc3cd47a215..e2159bec07b 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInUntilWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInUntilWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexBreakAndContinue.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexBreakAndContinue.kt index 9c63e6f2389..9894bfb1349 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexBreakAndContinue.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexBreakAndContinue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexNoIndexOrElementVar.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexNoIndexOrElementVar.kt index e7bbb4a964a..3f27de1d8cf 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexNoIndexOrElementVar.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexNoIndexOrElementVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexNotDestructured.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexNotDestructured.kt index a70199d803d..129d4d9c72d 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexNotDestructured.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexNotDestructured.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexReversed.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexReversed.kt index b09de04c04d..e8ef7f943df 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexReversed.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexWithDestructuringInLoop.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexWithDestructuringInLoop.kt index d9b9b655864..dc913a4bbf4 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexWithDestructuringInLoop.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexWithDestructuringInLoop.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexWithIndex.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexWithIndex.kt index 15ce4f29c6a..69edb403062 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/forInWithIndexWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/kt42909.kt b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/kt42909.kt index 9f27a9311dd..d50032663dc 100644 --- a/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/kt42909.kt +++ b/compiler/testData/codegen/box/ranges/forInProgressionWithIndex/kt42909.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var r = test() diff --git a/compiler/testData/codegen/box/ranges/forInRangeWithImplicitReceiver.kt b/compiler/testData/codegen/box/ranges/forInRangeWithImplicitReceiver.kt index a29e5a77e5e..2ad1992ff65 100644 --- a/compiler/testData/codegen/box/ranges/forInRangeWithImplicitReceiver.kt +++ b/compiler/testData/codegen/box/ranges/forInRangeWithImplicitReceiver.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInReversed/ForInReversedReversedRange.kt b/compiler/testData/codegen/box/ranges/forInReversed/ForInReversedReversedRange.kt index 5e510e8cf4f..579972f8014 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/ForInReversedReversedRange.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/ForInReversedReversedRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun intRange() = 1 .. 4 diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedArrayIndices.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedArrayIndices.kt index b36db60681f..2a2b88e668b 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedArrayIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedCharSequenceIndices.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedCharSequenceIndices.kt index 826bb3ffb5d..3bdc6ef95f2 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedCharSequenceIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedCharSequenceIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedCollectionIndices.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedCollectionIndices.kt index f29f5a657be..bb3df7678f9 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedCollectionIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedCollectionIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedDownTo.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedDownTo.kt index bb8c8e1a3c5..2549a838d95 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRange.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRange.kt index 9b4c6037406..9c27da58eb6 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRange.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun intRange() = 4 .. 1 diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRangeLiteral.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRangeLiteral.kt index 683b9365d58..4c9373a7864 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRangeLiteral.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { for (i in (4 .. 1).reversed()) { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRangeLiteralWithNonConstBounds.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRangeLiteralWithNonConstBounds.kt index 32d61af04a3..1b61ee1714b 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRangeLiteralWithNonConstBounds.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRangeLiteralWithNonConstBounds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun intLow() = 4 diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRange.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRange.kt index d30a9d1e57d..2269cc989bc 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRange.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun intRange() = 1 .. 4 diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRangeLiteral.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRangeLiteral.kt index 8a9e9f43cab..600fffc4a4c 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRangeLiteral.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRangeLiteralWithNonConstBounds.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRangeLiteralWithNonConstBounds.kt index 0d85baba426..e34f4749a7a 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRangeLiteralWithNonConstBounds.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedRangeLiteralWithNonConstBounds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun intLow() = 1 diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedArrayIndices.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedArrayIndices.kt index 02b17746ff1..19a5589e7ae 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedArrayIndices.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedDownTo.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedDownTo.kt index 430f2f2f5fe..88f9825b604 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedReversedRange.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedReversedRange.kt index 6e1e54d7e98..6178b843b97 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedReversedRange.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedReversedRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun intRange() = 1 .. 4 diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedUntil.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedUntil.kt index 673e20b6142..071d56aa2e0 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedUntil.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedUntil.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedUntilWithNonConstBounds.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedUntilWithNonConstBounds.kt index 09b1cd793a7..e8e22ec70b9 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedUntilWithNonConstBounds.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedReversedUntilWithNonConstBounds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun intLow() = 1 diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedUntil.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedUntil.kt index 41c5873f042..df3be8f0771 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedUntil.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedUntil.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedUntilWithNonConstBounds.kt b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedUntilWithNonConstBounds.kt index a4643d04666..7026aad2b9e 100644 --- a/compiler/testData/codegen/box/ranges/forInReversed/forInReversedUntilWithNonConstBounds.kt +++ b/compiler/testData/codegen/box/ranges/forInReversed/forInReversedUntilWithNonConstBounds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun intLow() = 1 diff --git a/compiler/testData/codegen/box/ranges/forInStringVarUpdatedInLoopBody.kt b/compiler/testData/codegen/box/ranges/forInStringVarUpdatedInLoopBody.kt index c616a47e41f..393e0c468f6 100644 --- a/compiler/testData/codegen/box/ranges/forInStringVarUpdatedInLoopBody.kt +++ b/compiler/testData/codegen/box/ranges/forInStringVarUpdatedInLoopBody.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var str = "OK" diff --git a/compiler/testData/codegen/box/ranges/forInStringWithCustomIterator.kt b/compiler/testData/codegen/box/ranges/forInStringWithCustomIterator.kt index e7853e62294..235d9159729 100644 --- a/compiler/testData/codegen/box/ranges/forInStringWithCustomIterator.kt +++ b/compiler/testData/codegen/box/ranges/forInStringWithCustomIterator.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB operator fun String.iterator(): IntIterator = object : IntIterator() { private var index = 0 diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilChar.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilChar.kt index 9ee13af7b5a..fcd8d513030 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilChar.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilChar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMaxValue.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMaxValue.kt index 3aabce5cc85..0b3da5779a4 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMaxValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMinValue.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMinValue.kt index 3771a28b0aa..a76e0f80ea3 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMinValue.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMinValueNonConst.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMinValueNonConst.kt index 1e1590e66ef..570f95de371 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMinValueNonConst.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilCharMinValueNonConst.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilInt.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilInt.kt index 45e865c4d72..baa4dd1bc20 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilInt.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMaxValue.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMaxValue.kt index bf012c8d0ff..de2bd8b5998 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMaxValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMinValue.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMinValue.kt index 31ae7acede2..f48ec7792b4 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMinValue.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMinValueNonConst.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMinValueNonConst.kt index c57d55a4b43..88a3d934e71 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMinValueNonConst.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilIntMinValueNonConst.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLesserInt.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLesserInt.kt index 549b8d6fa9a..7b470e75a76 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLesserInt.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLesserInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLong.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLong.kt index 93e0853225b..f069726ef4e 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLong.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLong.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMaxValue.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMaxValue.kt index 902452e4a34..a976a7ed192 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMaxValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMinValue.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMinValue.kt index b44b7f9f440..d820283c1eb 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMinValue.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMinValueNonConst.kt b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMinValueNonConst.kt index 9d770d043a8..012236d2028 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMinValueNonConst.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forInUntilLongMinValueNonConst.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt b/compiler/testData/codegen/box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt index 0cbaf4531ad..488937eb021 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt b/compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt index 30d5599cb26..698d3e7d7b0 100644 --- a/compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt +++ b/compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { // These should all be empty progressions diff --git a/compiler/testData/codegen/box/ranges/forIntRange.kt b/compiler/testData/codegen/box/ranges/forIntRange.kt index 1dd52f48533..f4632f263a2 100644 --- a/compiler/testData/codegen/box/ranges/forIntRange.kt +++ b/compiler/testData/codegen/box/ranges/forIntRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box() : String { val a = arrayOfNulls(3) diff --git a/compiler/testData/codegen/box/ranges/forNullableIntInRangeWithImplicitReceiver.kt b/compiler/testData/codegen/box/ranges/forNullableIntInRangeWithImplicitReceiver.kt index 8f9a4534ea6..ce52b644217 100644 --- a/compiler/testData/codegen/box/ranges/forNullableIntInRangeWithImplicitReceiver.kt +++ b/compiler/testData/codegen/box/ranges/forNullableIntInRangeWithImplicitReceiver.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToCharMinValue.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToCharMinValue.kt index 2a70ba6b146..9c23821b242 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToCharMinValue.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToCharMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Char.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToCharMinValueReversed.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToCharMinValueReversed.kt index 9c129160c66..015366732c6 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToCharMinValueReversed.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToCharMinValueReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Char.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToIntMinValue.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToIntMinValue.kt index 901769c7ef4..f879ed6a279 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToIntMinValue.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToIntMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToIntMinValueReversed.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToIntMinValueReversed.kt index e7d894ec0c1..34f6bbd3034 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToIntMinValueReversed.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToIntMinValueReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToLongMinValue.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToLongMinValue.kt index 451ba31d1db..8fa2ffb0fdd 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToLongMinValue.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToLongMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Long.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToLongMinValueReversed.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToLongMinValueReversed.kt index 94e3d184771..dffb180dea2 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToLongMinValueReversed.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInDownToLongMinValueReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Long.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToCharMaxValueReversed.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToCharMaxValueReversed.kt index 5de30bd36af..18cfc831122 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToCharMaxValueReversed.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToCharMaxValueReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Char.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToIntMaxValueReversed.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToIntMaxValueReversed.kt index 8e98a8c48a6..fffe9adac76 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToIntMaxValueReversed.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToIntMaxValueReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToLongMaxValueReversed.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToLongMaxValueReversed.kt index b06b2417660..31361eea454 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToLongMaxValueReversed.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInRangeToLongMaxValueReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Long.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInUntilIntMinValueReversed.kt b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInUntilIntMinValueReversed.kt index bd269a4fb79..26cf302fca1 100644 --- a/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInUntilIntMinValueReversed.kt +++ b/compiler/testData/codegen/box/ranges/forWithPossibleOverflow/forInUntilIntMinValueReversed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfInheritedNotNull.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfInheritedNotNull.kt index c13b03eca5e..61e3f13af02 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfInheritedNotNull.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfInheritedNotNull.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfInheritedNotNullFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfInheritedNotNullFailFast.kt index b0a24feb741..eb1e2d74787 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfInheritedNotNullFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfInheritedNotNullFailFast.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // Note: This fails on JVM (non-IR) with "Fail: should throw on get() in loop header". The not-null assertion is not generated when // assigning to the loop variable. The root cause seems to be that the loop variable is a KtParameter and diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullable.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullable.kt index e5dc42b04ac..d6519d09299 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullable.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullableWithNotNullLoopVariable.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullableWithNotNullLoopVariable.kt index 005fd639259..d73bc3a765a 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullableWithNotNullLoopVariable.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullableWithNotNullLoopVariable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullableWithNotNullLoopVariableFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullableWithNotNullLoopVariableFailFast.kt index 027fd237ef0..7ea18d777ec 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullableWithNotNullLoopVariableFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaArrayOfMaybeNullableWithNotNullLoopVariableFailFast.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNotNull.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNotNull.kt index 5e55f918b41..613d7d0c37f 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNotNull.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNotNull.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: box.kt diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNotNullFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNotNullFailFast.kt index 99fb4ae5ba4..b823d037248 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNotNullFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNotNullFailFast.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // Note: This fails on JVM (non-IR) with "Fail: should throw on get() in loop header". The not-null assertion is not generated when diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNullable.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNullable.kt index ad12a831adb..63e85ffea3f 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNullable.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfExplicitNullable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: box.kt diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfInheritedNotNull.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfInheritedNotNull.kt index 80801cad38b..a1566eb23c4 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfInheritedNotNull.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfInheritedNotNull.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfInheritedNotNullFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfInheritedNotNullFailFast.kt index 8f57c1ab853..0878ebe85d6 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfInheritedNotNullFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfInheritedNotNullFailFast.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // Note: This fails on JVM (non-IR) with "Fail: should throw on get() in loop header". The not-null assertion is not generated when // assigning to the loop variable. The root cause seems to be that the loop variable is a KtParameter and diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullable.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullable.kt index b15c010359b..e7b4e24240a 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullable.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullableWithNotNullLoopVariable.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullableWithNotNullLoopVariable.kt index cdf62e6f179..8067cdde87f 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullableWithNotNullLoopVariable.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullableWithNotNullLoopVariable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullableWithNotNullLoopVariableFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullableWithNotNullLoopVariableFailFast.kt index 4ef6f3c3afb..a53cdc8a321 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullableWithNotNullLoopVariableFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfMaybeNullableWithNotNullLoopVariableFailFast.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullFromStdlib.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullFromStdlib.kt index d7413f9a00e..a6af14b1510 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullFromStdlib.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullFromStdlib.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullFromStdlibToTypedArray.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullFromStdlibToTypedArray.kt index 3d808f8534c..82a843abeff 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullFromStdlibToTypedArray.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullFromStdlibToTypedArray.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullToTypedArray.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullToTypedArray.kt index 00425402e43..5902954770d 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullToTypedArray.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullToTypedArray.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: box.kt diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullToTypedArrayFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullToTypedArrayFailFast.kt index 7f199a744bc..ae9ccd6c724 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullToTypedArrayFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaCollectionOfNotNullToTypedArrayFailFast.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // Note: This fails on JVM (non-IR) with "Fail: should throw on get() in loop header". The not-null assertion is not generated when diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaIteratorOfNotNull.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaIteratorOfNotNull.kt index 6c3908484f3..f2432004fae 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaIteratorOfNotNull.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaIteratorOfNotNull.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: box.kt diff --git a/compiler/testData/codegen/box/ranges/javaInterop/javaIteratorOfNotNullFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/javaIteratorOfNotNullFailFast.kt index a5b9a442cce..67e86e24d07 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/javaIteratorOfNotNullFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/javaIteratorOfNotNullFailFast.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // Note: This fails on JVM (non-IR) with "Fail: should throw on get() in loop header". The not-null assertion is not generated when diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfInheritedNotNullWithIndex.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfInheritedNotNullWithIndex.kt index 7e9bd863cbe..aa1a1020361 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfInheritedNotNullWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfInheritedNotNullWithIndex.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfInheritedNotNullWithIndexFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfInheritedNotNullWithIndexFailFast.kt index 864394f42c0..180ea91f801 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfInheritedNotNullWithIndexFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfInheritedNotNullWithIndexFailFast.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // Note: This fails on JVM (non-IR) with "Fail: should throw on get()". The not-null assertion is not generated when assigning to the // variables in the destructuring declaration. The root cause seems to be that diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndex.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndex.kt index e1e5fd27595..aa5da87597e 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndex.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndexWithNotNullLoopVariable.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndexWithNotNullLoopVariable.kt index 13ebaeb28c1..1df097e4dce 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndexWithNotNullLoopVariable.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndexWithNotNullLoopVariable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndexWithNotNullLoopVariableFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndexWithNotNullLoopVariableFailFast.kt index 84d3199dae0..9792433a3c5 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndexWithNotNullLoopVariableFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaArrayOfMaybeNullableWithIndexWithNotNullLoopVariableFailFast.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // Note: This fails because explicit types are ignored in destructuring declarations (KT-22392). diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNotNullWithIndex.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNotNullWithIndex.kt index f374f4b3e84..0d0159f3ae5 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNotNullWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNotNullWithIndex.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: box.kt diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNotNullWithIndexFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNotNullWithIndexFailFast.kt index d4f1a82b3b7..f71cf4653c7 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNotNullWithIndexFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNotNullWithIndexFailFast.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // Note: This fails on JVM (non-IR) with "Fail: should throw on get()". The not-null assertion is not generated when assigning to the diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNullableWithIndex.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNullableWithIndex.kt index c43ec53f749..3ffdf00f319 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNullableWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfExplicitNullableWithIndex.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: box.kt diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndex.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndex.kt index 2362f7d5a0e..9089247129f 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndex.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndexWithNotNullLoopVariable.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndexWithNotNullLoopVariable.kt index 650e45b2c50..19eccb939b4 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndexWithNotNullLoopVariable.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndexWithNotNullLoopVariable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndexWithNotNullLoopVariableFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndexWithNotNullLoopVariableFailFast.kt index 7fd35640643..b0f672abbff 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndexWithNotNullLoopVariableFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaCollectionOfMaybeNullableWithIndexWithNotNullLoopVariableFailFast.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // Note: This fails because explicit types are ignored in destructuring declarations (KT-22392). diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaIteratorOfNotNullWithIndex.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaIteratorOfNotNullWithIndex.kt index ada44a595fe..67fecc58da4 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaIteratorOfNotNullWithIndex.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaIteratorOfNotNullWithIndex.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // FILE: box.kt diff --git a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaIteratorOfNotNullWithIndexFailFast.kt b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaIteratorOfNotNullWithIndexFailFast.kt index 260605885e6..b8be79ac157 100644 --- a/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaIteratorOfNotNullWithIndexFailFast.kt +++ b/compiler/testData/codegen/box/ranges/javaInterop/withIndex/javaIteratorOfNotNullWithIndexFailFast.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM, JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 // Note: This fails on JVM (non-IR) with "Fail: should throw on get()". The not-null assertion is not generated when assigning to the diff --git a/compiler/testData/codegen/box/ranges/kt37370.kt b/compiler/testData/codegen/box/ranges/kt37370.kt index aa8bafa1b11..3aef44e45da 100644 --- a/compiler/testData/codegen/box/ranges/kt37370.kt +++ b/compiler/testData/codegen/box/ranges/kt37370.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB fun testContinue1() { for (i in 0..1) { diff --git a/compiler/testData/codegen/box/ranges/kt37370a.kt b/compiler/testData/codegen/box/ranges/kt37370a.kt index 7bd4cfc0f8d..6a9abda076b 100644 --- a/compiler/testData/codegen/box/ranges/kt37370a.kt +++ b/compiler/testData/codegen/box/ranges/kt37370a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/kt47492.kt b/compiler/testData/codegen/box/ranges/kt47492.kt index c8420668518..3f0dc5512aa 100644 --- a/compiler/testData/codegen/box/ranges/kt47492.kt +++ b/compiler/testData/codegen/box/ranges/kt47492.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun p() {} diff --git a/compiler/testData/codegen/box/ranges/kt47492a.kt b/compiler/testData/codegen/box/ranges/kt47492a.kt index ac72b09de87..9ba9b81eced 100644 --- a/compiler/testData/codegen/box/ranges/kt47492a.kt +++ b/compiler/testData/codegen/box/ranges/kt47492a.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun a() = 5 fun b() = 1 diff --git a/compiler/testData/codegen/box/ranges/kt47492b.kt b/compiler/testData/codegen/box/ranges/kt47492b.kt index dcb663398a1..4e308211cde 100644 --- a/compiler/testData/codegen/box/ranges/kt47492b.kt +++ b/compiler/testData/codegen/box/ranges/kt47492b.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun a() = 5 fun b() = 1 diff --git a/compiler/testData/codegen/box/ranges/literal/emptyDownto.kt b/compiler/testData/codegen/box/ranges/literal/emptyDownto.kt index 261f4b2a469..157cc9c161b 100644 --- a/compiler/testData/codegen/box/ranges/literal/emptyDownto.kt +++ b/compiler/testData/codegen/box/ranges/literal/emptyDownto.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/emptyRange.kt b/compiler/testData/codegen/box/ranges/literal/emptyRange.kt index 8b218c61907..de321471c17 100644 --- a/compiler/testData/codegen/box/ranges/literal/emptyRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/emptyRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/inexactDownToMinValue.kt b/compiler/testData/codegen/box/ranges/literal/inexactDownToMinValue.kt index 81ad3818c04..9cada25fd4c 100644 --- a/compiler/testData/codegen/box/ranges/literal/inexactDownToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/inexactDownToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinI = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/inexactSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/literal/inexactSteppedDownTo.kt index b83e36eb72d..e75cd56d986 100644 --- a/compiler/testData/codegen/box/ranges/literal/inexactSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/literal/inexactSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/inexactSteppedRange.kt b/compiler/testData/codegen/box/ranges/literal/inexactSteppedRange.kt index a60b5b7c130..7521075911c 100644 --- a/compiler/testData/codegen/box/ranges/literal/inexactSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/inexactSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/inexactToMaxValue.kt b/compiler/testData/codegen/box/ranges/literal/inexactToMaxValue.kt index 8b6ee06e164..302ecfb526f 100644 --- a/compiler/testData/codegen/box/ranges/literal/inexactToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/inexactToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/maxValueMinusTwoToMaxValue.kt b/compiler/testData/codegen/box/ranges/literal/maxValueMinusTwoToMaxValue.kt index c2744b02f66..1f07d7b94de 100644 --- a/compiler/testData/codegen/box/ranges/literal/maxValueMinusTwoToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/maxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/maxValueToMaxValue.kt b/compiler/testData/codegen/box/ranges/literal/maxValueToMaxValue.kt index 41903caa564..77d9aa27280 100644 --- a/compiler/testData/codegen/box/ranges/literal/maxValueToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/maxValueToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/maxValueToMinValue.kt b/compiler/testData/codegen/box/ranges/literal/maxValueToMinValue.kt index cddb41597e5..040699c2148 100644 --- a/compiler/testData/codegen/box/ranges/literal/maxValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/maxValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/oneElementDownTo.kt b/compiler/testData/codegen/box/ranges/literal/oneElementDownTo.kt index 5f7f91604f2..6dd92620dfe 100644 --- a/compiler/testData/codegen/box/ranges/literal/oneElementDownTo.kt +++ b/compiler/testData/codegen/box/ranges/literal/oneElementDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/oneElementRange.kt b/compiler/testData/codegen/box/ranges/literal/oneElementRange.kt index 4fdb20424ff..61fa4799122 100644 --- a/compiler/testData/codegen/box/ranges/literal/oneElementRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/oneElementRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/openRange.kt b/compiler/testData/codegen/box/ranges/literal/openRange.kt index 2dd2c2f3490..c2a3f567eb1 100644 --- a/compiler/testData/codegen/box/ranges/literal/openRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/openRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/overflowZeroDownToMaxValue.kt b/compiler/testData/codegen/box/ranges/literal/overflowZeroDownToMaxValue.kt index d7c41221aed..4fe71586a21 100644 --- a/compiler/testData/codegen/box/ranges/literal/overflowZeroDownToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/overflowZeroDownToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/overflowZeroToMinValue.kt b/compiler/testData/codegen/box/ranges/literal/overflowZeroToMinValue.kt index 0279146eed4..9f32286d642 100644 --- a/compiler/testData/codegen/box/ranges/literal/overflowZeroToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/overflowZeroToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinI = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/progressionDownToMinValue.kt b/compiler/testData/codegen/box/ranges/literal/progressionDownToMinValue.kt index fe92fcf2d20..2433faa9c12 100644 --- a/compiler/testData/codegen/box/ranges/literal/progressionDownToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/progressionDownToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinI = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt b/compiler/testData/codegen/box/ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt index 87fc81e5f9f..f20a22f29fa 100644 --- a/compiler/testData/codegen/box/ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/progressionMaxValueToMaxValue.kt b/compiler/testData/codegen/box/ranges/literal/progressionMaxValueToMaxValue.kt index 19ed9f5e119..646442597dd 100644 --- a/compiler/testData/codegen/box/ranges/literal/progressionMaxValueToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/progressionMaxValueToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/progressionMaxValueToMinValue.kt b/compiler/testData/codegen/box/ranges/literal/progressionMaxValueToMinValue.kt index 1d5ed9281d9..f18f082e992 100644 --- a/compiler/testData/codegen/box/ranges/literal/progressionMaxValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/progressionMaxValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxI = Int.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/progressionMinValueToMinValue.kt b/compiler/testData/codegen/box/ranges/literal/progressionMinValueToMinValue.kt index cfda1181f7d..5f232447bfe 100644 --- a/compiler/testData/codegen/box/ranges/literal/progressionMinValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/literal/progressionMinValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinI = Int.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/literal/reversedBackSequence.kt b/compiler/testData/codegen/box/ranges/literal/reversedBackSequence.kt index 128ea57e2c9..1b31d91cb2c 100644 --- a/compiler/testData/codegen/box/ranges/literal/reversedBackSequence.kt +++ b/compiler/testData/codegen/box/ranges/literal/reversedBackSequence.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/reversedEmptyBackSequence.kt b/compiler/testData/codegen/box/ranges/literal/reversedEmptyBackSequence.kt index 48a9b280197..6b2b75f4c94 100644 --- a/compiler/testData/codegen/box/ranges/literal/reversedEmptyBackSequence.kt +++ b/compiler/testData/codegen/box/ranges/literal/reversedEmptyBackSequence.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/reversedEmptyRange.kt b/compiler/testData/codegen/box/ranges/literal/reversedEmptyRange.kt index dabba302c60..f66267e4890 100644 --- a/compiler/testData/codegen/box/ranges/literal/reversedEmptyRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/reversedEmptyRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/reversedInexactSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/literal/reversedInexactSteppedDownTo.kt index ee6dde583f3..ef3aaa8e327 100644 --- a/compiler/testData/codegen/box/ranges/literal/reversedInexactSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/literal/reversedInexactSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/reversedRange.kt b/compiler/testData/codegen/box/ranges/literal/reversedRange.kt index 29bf71cddf3..e1dce4c77b5 100644 --- a/compiler/testData/codegen/box/ranges/literal/reversedRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/reversedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/reversedSimpleSteppedRange.kt b/compiler/testData/codegen/box/ranges/literal/reversedSimpleSteppedRange.kt index e66cb7e976c..d261298f3d2 100644 --- a/compiler/testData/codegen/box/ranges/literal/reversedSimpleSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/reversedSimpleSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/simpleDownTo.kt b/compiler/testData/codegen/box/ranges/literal/simpleDownTo.kt index 4b00c274317..3a625b96c1d 100644 --- a/compiler/testData/codegen/box/ranges/literal/simpleDownTo.kt +++ b/compiler/testData/codegen/box/ranges/literal/simpleDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/simpleRange.kt b/compiler/testData/codegen/box/ranges/literal/simpleRange.kt index ee38c8c6b50..ff784185a02 100644 --- a/compiler/testData/codegen/box/ranges/literal/simpleRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/simpleRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/simpleRangeWithNonConstantEnds.kt b/compiler/testData/codegen/box/ranges/literal/simpleRangeWithNonConstantEnds.kt index 4e5b01b9b54..0b0b3a17c09 100644 --- a/compiler/testData/codegen/box/ranges/literal/simpleRangeWithNonConstantEnds.kt +++ b/compiler/testData/codegen/box/ranges/literal/simpleRangeWithNonConstantEnds.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/simpleSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/literal/simpleSteppedDownTo.kt index f395746bf83..02afc2ade4b 100644 --- a/compiler/testData/codegen/box/ranges/literal/simpleSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/literal/simpleSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/literal/simpleSteppedRange.kt b/compiler/testData/codegen/box/ranges/literal/simpleSteppedRange.kt index 815f97eee68..9afaab680c4 100644 --- a/compiler/testData/codegen/box/ranges/literal/simpleSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/literal/simpleSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/multiAssignmentIterationOverIntRange.kt b/compiler/testData/codegen/box/ranges/multiAssignmentIterationOverIntRange.kt index d8fef0b509a..3298b08d7bb 100644 --- a/compiler/testData/codegen/box/ranges/multiAssignmentIterationOverIntRange.kt +++ b/compiler/testData/codegen/box/ranges/multiAssignmentIterationOverIntRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB operator fun Int.component1(): String { return arrayListOf("zero", "one", "two", "three")[this] diff --git a/compiler/testData/codegen/box/ranges/safeCallRangeTo.kt b/compiler/testData/codegen/box/ranges/safeCallRangeTo.kt index 524f5d21000..103df9ba788 100644 --- a/compiler/testData/codegen/box/ranges/safeCallRangeTo.kt +++ b/compiler/testData/codegen/box/ranges/safeCallRangeTo.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB fun charRange(x: Char?, y: Char) = x?.rangeTo(y) fun byteRange(x: Byte?, y: Byte) = x?.rangeTo(y) diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/emptyProgression.kt index 26b7008f45e..994286392a0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepNegative.kt index bcad23c354e..7d2eb51d87d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepNonConst.kt index c10628191ef..f0cc71e90f0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun zero() = 0 diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepThenLegalStep.kt index 5fc9cd1eff2..f3c9167fcff 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepZero.kt index 7d2dbe588e4..6ccccbb1d18 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/legalStepThenIllegalStep.kt index 1edee5b9bdb..276f1aee37c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToMinValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToMinValueStepMaxValue.kt index 77d77cc666f..31428e75e3e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToMinValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToMinValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToOneStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToOneStepMaxValue.kt index e326800acff..4aa9187a028 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToOneStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToOneStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToZeroStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToZeroStepMaxValue.kt index 5029f14c17b..8c888ab7463 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToZeroStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/maxValueToZeroStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/mixedTypeStep.kt index 8414863c960..bdc57d3b9d6 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepOneThenStepOne.kt index fb00223dbaa..e688a0fe002 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepThenSameStep.kt index b916f65e5c8..18147e0fe6b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepOne.kt index 6944565b947..32a11123f0e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt index a1ca8e90284..11d01894bbf 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt index 87fc2d140f4..a7964cd39d2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepOne.kt index 1d6691f6f0c..6e057229a69 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt index 0a70d0cf3af..2246d20e0ac 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index 73f8c49911b..d22b3b01d23 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStep.kt index 7d0a1719694..780e12633c4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStepThenReversed.kt index 50ac54d6b7d..e0ae855529c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStepThenReversedThenStep.kt index 48e0cd97f7f..6e524e96593 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversed.kt index a1ba4d323e4..fffd8a83c0e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversedThenStep.kt index 72e60cd9aae..40bf3ed0e2c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversedThenStepThenReversed.kt index 4e8efe26285..446af42f1d2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/singleElementStepTwo.kt index b1c79de46f2..08490d21b8d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepNonConst.kt index 8dad0186a4f..e71c5d2f855 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepOne.kt index dcb98e86a08..1db01dd0298 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToOutsideRange.kt index 573c2de66b6..2370ca041cd 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToSameLast.kt index 546550bc23e..00c9577f3b8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToSmallerLast.kt index 8e9341e9ab7..d7d46dff915 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/downTo/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/emptyProgression.kt index 256e9f21272..7cff24dc988 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepNegative.kt index 53b733dc939..a58ec7c897c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepNonConst.kt index ed14f6834c5..b4d96facabb 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun zero() = 0 diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepThenLegalStep.kt index a885f16ef36..5e17deb6639 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepZero.kt index 9baa4f64f2d..f5c569cd503 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/legalStepThenIllegalStep.kt index 01e17000445..59eb8f5edba 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/minValueToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/minValueToMaxValueStepMaxValue.kt index 08e4f3cdf37..63ef6ca1c7b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/minValueToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/minValueToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/mixedTypeStep.kt index 494de3bc48c..92855065462 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepOneThenStepOne.kt index 77a3b270bdd..456b50727bc 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepThenSameStep.kt index a1fa2d1c2cc..c576e7bacb7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepOne.kt index ef873a19a96..ed2c030184f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt index 56da4fff5dc..2c49b50d541 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt index 490618efe79..26bdfcd042c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt index cc019c4f2ca..5b5615f5859 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt index b970a608059..5a441cc3e63 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index a5b0ca497b4..167afde3693 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/oneToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/oneToMaxValueStepMaxValue.kt index d30aa4ac0f8..a7c55ebccfd 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/oneToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/oneToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStep.kt index 20b46ad69b8..3550b5f9a98 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStepThenReversed.kt index 621f5bf96a7..9a97af3a6ec 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt index 694767fd709..5fa023d7d75 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversed.kt index 7dd193f5772..93c0cede0de 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversedThenStep.kt index d08d2d9d55f..10429440e06 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt index f9a93a8e107..7726a22298f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/singleElementStepTwo.kt index c377c4c0380..b12f90d8f06 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepNonConst.kt index de35944bdea..aa5f47c0700 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepOne.kt index 11853104890..3f0cb8d397f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToOutsideRange.kt index 7a23e57bffd..0462008995f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToSameLast.kt index 89411b39b00..f1de6257ed2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToSmallerLast.kt index 7640a0257c0..106e6b9b7f2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/zeroToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/zeroToMaxValueStepMaxValue.kt index 224984db718..d72e9ae663c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/zeroToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/zeroToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/emptyProgression.kt index 1fa6bce2a8e..1544c0ba0b7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/emptyProgressionToMinValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/emptyProgressionToMinValue.kt index 21a28bb5be0..d33e51bd0d6 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/emptyProgressionToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/emptyProgressionToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepNegative.kt index b1423a25e0d..51d78ba2754 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepNonConst.kt index 054fdbb3ed7..10c123546c3 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun zero() = 0 diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepThenLegalStep.kt index 66f709d7698..de1147101ca 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepZero.kt index 805d2880467..2e81605d47a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/legalStepThenIllegalStep.kt index 7033d259298..dc1ef56350c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/minValueToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/minValueToMaxValueStepMaxValue.kt index 870809f6e1a..f34392da840 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/minValueToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/minValueToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/mixedTypeStep.kt index 3fe2e57ca0a..06e22c3171c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepOneThenStepOne.kt index 6ea1e3fef29..76bd1c84856 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepThenSameStep.kt index 42854bf7ff4..3de9508dda9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepOne.kt index a741c76b831..82d24f04fb7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepToSameLast.kt index 0d33fb2b7a5..7bb8c6276a7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt index a318d8b13e0..b84e59ead25 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepOne.kt index bdee686c28a..8fe2389fbae 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt index 51a093b082d..f9ad9e7be34 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index ac4ce502ea9..d567fbda7e4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/progressionToNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/progressionToNonConst.kt index d03b57053e5..0cd891dc4e7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/progressionToNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/progressionToNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun nine() = 9 diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStep.kt index 49567ad1068..c8c97051271 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStepThenReversed.kt index 77063c8e4a2..2bd28fe556c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStepThenReversedThenStep.kt index 19344879aa3..25034539e8f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversed.kt index ce4e8144afa..296c70e518c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversedThenStep.kt index e191896887c..33e453ba3dc 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversedThenStepThenReversed.kt index c758dfd5ad6..08b253dff87 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/singleElementStepTwo.kt index 97b07770d47..2110236de68 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepNonConst.kt index 88190b985b0..fb46957d2e8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepOne.kt index ec1f8aab6ad..6fc940591c0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToOutsideRange.kt index ef2ea71d1e6..c2a3d423aa5 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToSameLast.kt index 80de82149fd..4558c19120e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToSmallerLast.kt index 8ddaddbc4f7..dc7f015cb2a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/expression/until/zeroToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/expression/until/zeroToMaxValueStepMaxValue.kt index 5b5369bdd64..9f354c7b89d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/expression/until/zeroToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/expression/until/zeroToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/emptyProgression.kt index e540792c814..7e49adf22f6 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepNegative.kt index cf7894172f1..431485fdec4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepNonConst.kt index 51dfe3a2f62..66513ca1363 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepThenLegalStep.kt index 91d79439c54..cebac7da787 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepZero.kt index c413b421ed4..e9f0c3f6173 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/legalStepThenIllegalStep.kt index b0d3fbc25f0..a29116c308f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToMinValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToMinValueStepMaxValue.kt index 52ca813e648..8366eb5a0f7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToMinValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToMinValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToOneStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToOneStepMaxValue.kt index 7b587a6b86d..d156ef57a6e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToOneStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToOneStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToZeroStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToZeroStepMaxValue.kt index e190817af61..3e3a687e5f5 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToZeroStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/maxValueToZeroStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/mixedTypeStep.kt index 329f184ba4f..8d3e217b076 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepOneThenStepOne.kt index 9ebcab93324..196d80b4669 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepThenSameStep.kt index 1b188c1b984..b235a18088c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepOne.kt index b032dff0c71..aa281b967f8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt index 880cde7560d..ba48edc96bf 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt index c34fa7b1de7..6269f57e9c5 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepOne.kt index a9a6499d4d6..7aece5a9007 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt index 6f3d1c8055b..5ce483ec9fc 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index 440aec97429..0a4d1e1daf7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStep.kt index 5ad637f2668..f4fbc91d3a4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStepThenReversed.kt index cca8440eac5..59473291f86 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStepThenReversedThenStep.kt index 3699e7066fb..bfe6110d364 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversed.kt index 282d623716e..627c2193ce8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversedThenStep.kt index 6f432b3adfd..b34b5d8a693 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversedThenStepThenReversed.kt index 30244a1a296..ce965cdfb60 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/singleElementStepTwo.kt index f6662d2488f..9a5f02ae526 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepNonConst.kt index 3f471ba090f..40e8c463037 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepOne.kt index 8afedfba13a..0392caa4228 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToOutsideRange.kt index 80c613a65fd..bc8b8971b42 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToSameLast.kt index 9e49369de54..6529c09cb21 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToSmallerLast.kt index 7e1c3372cd8..7eab1324e4e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/downTo/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/emptyProgression.kt index b61f179cd3b..77b6dd0a6ec 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepNegative.kt index 25dcabd6776..de5aa0f36c5 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepNonConst.kt index df0540732f8..eded4da7d6b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepThenLegalStep.kt index f4bde4b2019..ea52aeea5d5 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepZero.kt index ea7277e141c..7ed27719f7b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/legalStepThenIllegalStep.kt index 4379f0a3477..b3276b7e502 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/minValueToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/minValueToMaxValueStepMaxValue.kt index 280baa1b71e..0095034ca32 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/minValueToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/minValueToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/mixedTypeStep.kt index 1c8aacffc12..2afa0483ddb 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepOneThenStepOne.kt index 7030b738873..2f135f5769e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepThenSameStep.kt index 26f134655f4..2394ae62aa2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepOne.kt index a71db06a75d..269c877a662 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt index ef031e7d3d2..fad0966a911 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt index c8890742eb8..3532323e344 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt index 12142534657..e06eea8238a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt index a141e873ddc..9249488f234 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index 173b5f24223..6cfd6347935 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/oneToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/oneToMaxValueStepMaxValue.kt index a55fc0fac3b..066bc0686f6 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/oneToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/oneToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStep.kt index 95e5022b5fb..0145b1ceddd 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStepThenReversed.kt index 3996966979a..891d1e2470f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt index 4f69529a408..1666ca3dc5d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversed.kt index 7816cd32260..690ea51f6f6 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversedThenStep.kt index d1fa42b8ad7..b1b85eca6e0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt index 1bbd5a873a6..34707d8483f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/singleElementStepTwo.kt index 5e17009a21e..a5cd1b41ce0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepNonConst.kt index 3f65347901d..45a5ab5abd3 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepOne.kt index 1cebd8631fc..fe1eef506ad 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToOutsideRange.kt index fc7f7e46e1f..ef2704ce4a1 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToSameLast.kt index 9cd33045674..9a1d2b2dd8b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToSmallerLast.kt index 805a6466565..b1b3f8bf593 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/zeroToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/zeroToMaxValueStepMaxValue.kt index 2d232ed6719..c3947056b87 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/zeroToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/zeroToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/emptyProgression.kt index 3e2e5552fe7..9d1c6d81145 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/emptyProgressionToMinValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/emptyProgressionToMinValue.kt index 0416578c7e5..a66c3f81701 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/emptyProgressionToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/emptyProgressionToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepNegative.kt index f99682b17ad..688e2ee22c1 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepNonConst.kt index 80fdcaa4ab9..89ac650a6cb 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepThenLegalStep.kt index 23114ab4b7e..02f77059823 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepZero.kt index 0cbcd3a21c6..14cfc0cad1b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/legalStepThenIllegalStep.kt index fac17e859e0..0acd3ecc760 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/minValueToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/minValueToMaxValueStepMaxValue.kt index 98485a722ce..c9c1bd98d71 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/minValueToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/minValueToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/mixedTypeStep.kt index 91d90365d47..5bf3d94c0be 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepOneThenStepOne.kt index c3133586feb..be05da05f3d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepThenSameStep.kt index 3edac2eae16..58b331449d8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepOne.kt index f6dd9b676c3..e39312db0ee 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepToSameLast.kt index 500c7251ffb..ab4202e0624 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt index d650ec162c7..1fd493effe4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepOne.kt index d122c24f424..7fbb75e159a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt index 4dfbad86e33..4b059507859 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index c88710b2b77..1ff2b41ffd1 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/progressionToNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/progressionToNonConst.kt index 32adbb35a0e..18f77b59ae0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/progressionToNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/progressionToNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun nine() = 9 diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStep.kt index 8e48932d8ea..01a4109a4c0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStepThenReversed.kt index 0f3d7fd21eb..70ab260b61d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStepThenReversedThenStep.kt index 8306a603cf1..2ee6635f677 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversed.kt index f4378b0f7fe..c1362cb6676 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversedThenStep.kt index 59460b6276b..f7d4330c2e5 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversedThenStepThenReversed.kt index 4872c8df425..ebfc0dfd7eb 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/singleElementStepTwo.kt index 60683c1ec50..366ba839bc2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepNonConst.kt index 0d372d49981..2d5fd499ec0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepOne.kt index 0eea52428c2..61d11225494 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToOutsideRange.kt index 3ded9e2342a..6fbdfe43a1f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToSameLast.kt index 451cc207c38..0fec80e3fee 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToSmallerLast.kt index 09d66aecc10..481fa567243 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/literal/until/zeroToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/literal/until/zeroToMaxValueStepMaxValue.kt index c9b4cf13a5e..30c33065fe3 100644 --- a/compiler/testData/codegen/box/ranges/stepped/literal/until/zeroToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/literal/until/zeroToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/emptyProgression.kt index 9fbcbeb1dd9..bf72f8634d0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepNegative.kt index 50641c12151..7811ec14f5e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepNonConst.kt index 5dd66707683..f879f42b890 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun zero() = 0 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepThenLegalStep.kt index 9b6fb651dc2..3905ff990ed 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepZero.kt index eae7f4004d4..45c1da23555 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/legalStepThenIllegalStep.kt index 516bcc5915a..14629d5157e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToMinValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToMinValueStepMaxValue.kt index c81bcab19d5..4f7b98c43bb 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToMinValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToMinValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToOneStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToOneStepMaxValue.kt index b7282be3812..bb37dca2c10 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToOneStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToOneStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToZeroStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToZeroStepMaxValue.kt index eef948d3b0f..6ac469d0cae 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToZeroStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/maxValueToZeroStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/mixedTypeStep.kt index 6c5d99aa715..d97dfea5d59 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepOneThenStepOne.kt index 01d9523c6fa..3a6f3282e24 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepThenSameStep.kt index e25acc630f9..95c697bdc2d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepOne.kt index be00ea849ba..7cf75217894 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt index 5eb9107e9f4..471b7623904 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt index 15b83403a74..2bb663cbe11 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepOne.kt index d5ebfe77355..87cb5e47743 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt index b4546873a07..7cdd3d34ec9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index c9cfb6c9d76..ddd74f32291 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStep.kt index 02f4f6c07d6..0051aac59ca 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStepThenReversed.kt index 38be2e10094..0fc7fd30698 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStepThenReversedThenStep.kt index cdb5226e40d..f1816972381 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversed.kt index 3d7496b706d..2385cab4858 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversedThenStep.kt index 8de045c91b9..683d5c79245 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversedThenStepThenReversed.kt index efa36122e25..4d1f9b7fdc4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/singleElementStepTwo.kt index 325cf089304..9825e7f2e60 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepNonConst.kt index a97e430fb32..61e0852c459 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepOne.kt index 0aa8047466e..88b07f43943 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToOutsideRange.kt index ca191870367..453e621004b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToSameLast.kt index d007725d1ad..0018838ba71 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToSmallerLast.kt index da9ca3d127c..85bbb48f56e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/emptyProgression.kt index ac17aca10c5..dadfdc00c2f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepNegative.kt index 9b292ad8c2b..26b0897b4c4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepNonConst.kt index 837228fc315..8ada841ab74 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun zero() = 0 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepThenLegalStep.kt index aae3c26526f..b88fdbfcde8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepZero.kt index 00d1dc09d15..57b2a6b86a3 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/legalStepThenIllegalStep.kt index dfbd6b0f0c3..24c0a92dfd9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/minValueToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/minValueToMaxValueStepMaxValue.kt index bd67cb5ea78..824bf6cf4cc 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/minValueToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/minValueToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/mixedTypeStep.kt index 2d1da833646..d063ace9919 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepOneThenStepOne.kt index 7bc8db693f7..c57e4619a9b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepThenSameStep.kt index ba5222145a8..bb88b19371a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepOne.kt index f5af4b362e6..252691c46a9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt index ac2c6c5c2da..dbc5c72764c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt index d363a08a491..d124a88ca86 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt index da9bbdfb7ac..cc3d0ebefff 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt index cc949f57a08..38960d9903d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index d4074dd2915..5248da1780c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/oneToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/oneToMaxValueStepMaxValue.kt index 63f1fa7a7f0..78bb5c09d1e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/oneToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/oneToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStep.kt index cb8e8efc3c3..e07bafeb072 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStepThenReversed.kt index ccf6bc908e9..41dd70eabc2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt index 8dac6224c28..584a6535a71 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversed.kt index dd1ff8ed098..8580b433804 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversedThenStep.kt index b20141442c8..d754de1d8c4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt index 8da1bcfe172..6364d2ffbf3 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/singleElementStepTwo.kt index 3bde888cd2b..eb4295e8df0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepNonConst.kt index 181def042a7..095e4e25649 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepOne.kt index 682bd3e68fa..34abcb3d5fc 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToOutsideRange.kt index bb1ea885ea5..163d38a29b0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToSameLast.kt index 20f455c0f25..35f690faea9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToSmallerLast.kt index df0d08cb9a2..fbf1e7302f9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/zeroToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/zeroToMaxValueStepMaxValue.kt index 897c1f288e3..c534b59ad6f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/zeroToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/zeroToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/emptyProgression.kt index 0f812e87a37..ed6468d7b94 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/emptyProgressionToMinValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/emptyProgressionToMinValue.kt index ec260a193f7..c605b6cb93b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/emptyProgressionToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/emptyProgressionToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepNegative.kt index 0a95545f386..e35713f479b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepNonConst.kt index a0022076aad..bf31b4b3832 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun zero() = 0 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepThenLegalStep.kt index 281824f8487..b80aa18888f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepZero.kt index a9fb5710b67..0552536b1e4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/legalStepThenIllegalStep.kt index 76fbd058a6a..d4599e32d38 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/minValueToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/minValueToMaxValueStepMaxValue.kt index 06dae1b4ce7..41d8e6ba500 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/minValueToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/minValueToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/mixedTypeStep.kt index 8611a329882..d23708ea0a9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepOneThenStepOne.kt index 26e2aaed5bd..da4e12edacd 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepThenSameStep.kt index 6830c599d00..4947a08378c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepOne.kt index ae73af2b97b..cc109107119 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepToSameLast.kt index a7265edd716..6c8b71254f8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt index 2304e71ced7..d0980523050 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepOne.kt index f251ee8aef8..53fbe989075 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt index 47ca76cf2ed..03dd358cb8b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index 8114be3dced..dd8c562b09c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/progressionToNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/progressionToNonConst.kt index cc4a7e066b1..f3fd40300ae 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/progressionToNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/progressionToNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun nine() = 9 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStep.kt index 67835f53c07..7045d8d7b72 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStepThenReversed.kt index fd2f5d09288..dc833138c47 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStepThenReversedThenStep.kt index 485ac519b10..5eaee45f54a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversed.kt index 3f567795774..23fe5ef47fd 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversedThenStep.kt index da72c9d67ca..940ca5f8a45 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversedThenStepThenReversed.kt index 6a854b4696f..5e73aad931f 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/singleElementStepTwo.kt index fab054626e5..c26e58d2f27 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepNonConst.kt index 3cff64fceb0..b5234b47fb6 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepOne.kt index 3dd487ef77c..c022839df0c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToOutsideRange.kt index 71e435cf30c..9d2a4c288f5 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToSameLast.kt index e34171396d1..e10959a5a6b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToSmallerLast.kt index 860a0d2cc8a..e5ecb6a904d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/zeroToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/zeroToMaxValueStepMaxValue.kt index 79755c29463..8271e35103e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/zeroToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/zeroToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/emptyProgression.kt index 67848b2cca6..48e65b458ca 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepNegative.kt index 7e83fa49344..de283f1fbeb 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepNonConst.kt index ddf5defc6c1..333873b2a05 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepThenLegalStep.kt index 98a4d33b716..eb35e708ab8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepZero.kt index 7ecaad13443..d783c257a90 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/legalStepThenIllegalStep.kt index 5ae96b82956..87974138b71 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToMinValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToMinValueStepMaxValue.kt index f479c9fb9f9..1a0994e9117 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToMinValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToMinValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToOneStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToOneStepMaxValue.kt index 5a67f4d1f5c..ec73711d53b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToOneStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToOneStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToZeroStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToZeroStepMaxValue.kt index 4835bc19483..4da8b5cc302 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToZeroStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/maxValueToZeroStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/mixedTypeStep.kt index 014ede3ea7a..2baca862bf2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepOneThenStepOne.kt index 807ddd930b6..5de83198a88 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepThenSameStep.kt index 851dc7a4bdd..6b0c0d5e0a4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepOne.kt index b790840290b..5bf2ce5e207 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt index 1d2630e7ea8..79f30fa4e31 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt index e392b819a4c..32a736c8d79 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepOne.kt index 66b58647848..9c5197aed85 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt index 6aa184a82b4..47b0736d22d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index 1ecd9b04e8f..9e55ab99df0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStep.kt index 585e4763395..f9e0455951c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStepThenReversed.kt index 6cd6e5d2c5c..e677104ecf1 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStepThenReversedThenStep.kt index fce35b27997..7fe66269b87 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversed.kt index 12b9373ca6e..b2b24edfeb5 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversedThenStep.kt index 719169e9c75..29f65f7dbb3 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversedThenStepThenReversed.kt index 8e799c2d9ff..84061e08437 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/singleElementStepTwo.kt index 791189e7570..4ba688d5af2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepNonConst.kt index 505f2a45995..971ce0bcba3 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepOne.kt index 197cf4f4eb0..775c8052c0e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToOutsideRange.kt index 9f5a1a7fdfa..14eaae8618a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToSameLast.kt index 1a425af09bb..11b0690e40d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToSmallerLast.kt index c1260f18e71..134eab238f1 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/emptyProgression.kt index 841ced831ed..4274c518456 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepNegative.kt index d4944880b0a..7ad99fc16c2 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepNonConst.kt index d3a4a12a119..36a96e04b23 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepThenLegalStep.kt index 773acfc4d45..cd36608ae7e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepZero.kt index 05aa720075a..0f8822d4b95 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/legalStepThenIllegalStep.kt index 3bd1567ac2a..2ba16a1cf4e 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/minValueToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/minValueToMaxValueStepMaxValue.kt index 03149a4c3cf..fbf254639b6 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/minValueToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/minValueToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/mixedTypeStep.kt index 89a0fae351c..3cedd4ce584 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepOneThenStepOne.kt index aea3029ffd3..5700b4c1eb0 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepThenSameStep.kt index 405d2a70be6..8c6c3d48c43 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepOne.kt index 33825612b8c..36ff934e224 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt index 459e1227ffb..e6f1d188072 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt index 24a4bb6c6a0..0345e17072c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt index 0a5903df002..a0f77137a89 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt index b308116c914..3e83cfc1202 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index ac0718d2b63..d80ed74d373 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/oneToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/oneToMaxValueStepMaxValue.kt index e7b46d5bdbb..9c6f09efa54 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/oneToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/oneToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStep.kt index 11c06c49d9d..d81afa191da 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStepThenReversed.kt index 8ef6263b8c9..c6733ef9081 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt index b3b373efd6b..ff5ad83a10c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversed.kt index 81d963e17da..2c01a265092 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversedThenStep.kt index e828f4dd58b..732d4885ee7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt index 233dba21e00..39611023b21 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/singleElementStepTwo.kt index 02c6d011a48..d0e05b0cfb7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepNonConst.kt index a0b727d813b..797e4f03bd7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepOne.kt index 74da7a6e777..af589e28655 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToOutsideRange.kt index f3b46006a49..9f4757fd23d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToSameLast.kt index 3fbe9b0bf96..efc33ac714d 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToSmallerLast.kt index 271d14f8fb0..1126e241329 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/zeroToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/zeroToMaxValueStepMaxValue.kt index 00bd5dec066..e7a111460e9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/zeroToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/zeroToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/emptyProgression.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/emptyProgression.kt index 9a2788e8692..83b8a26d408 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/emptyProgression.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/emptyProgression.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/emptyProgressionToMinValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/emptyProgressionToMinValue.kt index 3e3b34abab8..8f4b564fe85 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/emptyProgressionToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/emptyProgressionToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepNegative.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepNegative.kt index a812964f441..cee823a8982 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepNegative.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepNegative.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepNonConst.kt index 51414abf932..b6e36feec5b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepThenLegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepThenLegalStep.kt index de1d3e41be8..25c94884425 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepThenLegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepThenLegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepZero.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepZero.kt index b1f4259c0c4..0c2518012cc 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepZero.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/illegalStepZero.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB // KT-34166: Translation of loop over literal completely removes the validation of step // DONT_TARGET_EXACT_BACKEND: JS import kotlin.test.* diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/legalStepThenIllegalStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/legalStepThenIllegalStep.kt index a81ee293af4..7f078d7a822 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/legalStepThenIllegalStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/legalStepThenIllegalStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/minValueToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/minValueToMaxValueStepMaxValue.kt index 1e83161727e..9f88215020c 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/minValueToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/minValueToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/mixedTypeStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/mixedTypeStep.kt index cc7368a051e..a0421602b67 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/mixedTypeStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/mixedTypeStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepOneThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepOneThenStepOne.kt index 275cde783ff..0056fef69e4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepOneThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepOneThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepThenSameStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepThenSameStep.kt index c5c55c0b8c4..5c7bc9039a7 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepThenSameStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepThenSameStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepOne.kt index 46c804c0a18..f6bf36261f9 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepToSameLast.kt index 6e4d97b81a9..656b9bc28f3 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt index a7c351bf57a..ac1776b7e02 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSameLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepOne.kt index 06b40ec06d8..b598a06b82a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt index 36afc17e14c..64a31d2be92 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt index 49af08d21d8..4d079a29c4b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep/stepToSmallerLastThenStepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/progressionToNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/progressionToNonConst.kt index 24ef5bf4bea..a585e57e6d4 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/progressionToNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/progressionToNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun nine() = 9 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStep.kt index 5b7b0accc6e..5bf7af1055a 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStepThenReversed.kt index 25cfa892eb8..485c19dc063 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStepThenReversedThenStep.kt index d71768b7e2e..a13664ecd4b 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/reversedThenStepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversed.kt index 43fea10a582..1688b1a2adb 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversedThenStep.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversedThenStep.kt index 502042aff2a..53724140fe8 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversedThenStep.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversedThenStep.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversedThenStepThenReversed.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversedThenStepThenReversed.kt index ecf909e8806..471f1a5f2ce 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversedThenStepThenReversed.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed/stepThenReversedThenStepThenReversed.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/singleElementStepTwo.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/singleElementStepTwo.kt index 74779129a0f..59565cc3def 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/singleElementStepTwo.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/singleElementStepTwo.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepNonConst.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepNonConst.kt index 084ff6dad2b..f72a45f2123 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepNonConst.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepNonConst.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun two() = 2 diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepOne.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepOne.kt index 5732d469147..2ce058a1bba 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepOne.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepOne.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToOutsideRange.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToOutsideRange.kt index 431b229e4d5..b2053cde5e6 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToOutsideRange.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToOutsideRange.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToSameLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToSameLast.kt index 2b7589d78b5..38331259d37 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToSameLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToSameLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToSmallerLast.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToSmallerLast.kt index 26419974fc3..b3451463724 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToSmallerLast.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/stepToSmallerLast.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/zeroToMaxValueStepMaxValue.kt b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/zeroToMaxValueStepMaxValue.kt index c59cdfe1d61..f3b663f6b18 100644 --- a/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/zeroToMaxValueStepMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/zeroToMaxValueStepMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by GenerateSteppedRangesCodegenTestData. Do not edit! -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* fun box(): String { diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/emptyDownto.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/emptyDownto.kt index 39afc02b32d..c74877a48e8 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/emptyDownto.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/emptyDownto.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/emptyRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/emptyRange.kt index 8535bce68e7..15c86a0059d 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/emptyRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/emptyRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/inexactDownToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/inexactDownToMinValue.kt index b5feeb2e3d1..7e727d5dc17 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/inexactDownToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/inexactDownToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/inexactSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/inexactSteppedDownTo.kt index 8fc3746e6cb..be62c3e6861 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/inexactSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/inexactSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/inexactSteppedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/inexactSteppedRange.kt index 26d5a470afc..64dd2050c96 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/inexactSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/inexactSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/inexactToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/inexactToMaxValue.kt index 2ffad7f890a..bacc2858861 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/inexactToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/inexactToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueMinusTwoToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueMinusTwoToMaxValue.kt index 7604a4d6799..71cc50eca9f 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueMinusTwoToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueToMaxValue.kt index 7f7b4daf3e9..853769725e9 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueToMinValue.kt index 5582047b603..aeb2adb31ad 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/maxValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/oneElementDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/oneElementDownTo.kt index fa094cc2bc6..45258351572 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/oneElementDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/oneElementDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/oneElementRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/oneElementRange.kt index 86c57c39751..b5113713a83 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/oneElementRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/oneElementRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/openRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/openRange.kt index eb14c43715b..99837a26c9d 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/openRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/openRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroDownToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroDownToMaxValue.kt index 18e194162dd..0d3a4b96ed9 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroDownToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroDownToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroToMinValue.kt index 6c0c1b774f5..8acb74e1602 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionDownToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionDownToMinValue.kt index 87435874ad2..ebf8abd4886 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionDownToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionDownToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueMinusTwoToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueMinusTwoToMaxValue.kt index 4da1cb5fe05..db9dce23020 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueMinusTwoToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueToMaxValue.kt index a3719f863f5..25d5dc9a678 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueToMinValue.kt index 20c4cd7229b..22a9387a5d8 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMaxValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMinValueToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMinValueToMinValue.kt index 5d0ad89d88a..d3c6349e4d9 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMinValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/progressionMinValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedBackSequence.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedBackSequence.kt index 6cbe1f76f34..872396ca41d 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedBackSequence.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedBackSequence.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedEmptyBackSequence.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedEmptyBackSequence.kt index 70eba5f8548..00f4a9dacb1 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedEmptyBackSequence.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedEmptyBackSequence.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedEmptyRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedEmptyRange.kt index 6db823a42ba..f95a925131d 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedEmptyRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedEmptyRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedInexactSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedInexactSteppedDownTo.kt index 8b0efa83afb..a3100cf39fa 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedInexactSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedInexactSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedRange.kt index 4f0d0444c09..fe76b328901 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedSimpleSteppedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedSimpleSteppedRange.kt index 91c5ee38677..397806d9f59 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/reversedSimpleSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/reversedSimpleSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleDownTo.kt index fd1417a6710..f532cf61121 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleRange.kt index de0fb916f0e..115d24d4bac 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleRangeWithNonConstantEnds.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleRangeWithNonConstantEnds.kt index e075d366ca3..97efa9095f0 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleRangeWithNonConstantEnds.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleRangeWithNonConstantEnds.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleSteppedDownTo.kt index b6de4d48075..b27a0df14c3 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleSteppedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleSteppedRange.kt index 4837e8f1433..6be98f2a645 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/expression/simpleSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/expression/simpleSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/inMixedUnsignedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/inMixedUnsignedRange.kt index 18ef4d36cf8..f182a5870a9 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/inMixedUnsignedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/inMixedUnsignedRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun ub_ub(x: UByte, a: UByte, b: UByte) = x in a..b fun ub_us(x: UByte, a: UShort, b: UShort) = x in a..b diff --git a/compiler/testData/codegen/box/ranges/unsigned/kt35004.kt b/compiler/testData/codegen/box/ranges/unsigned/kt35004.kt index 0c413cbe8bb..249061e2679 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/kt35004.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/kt35004.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun ULong.foobar() = when (this) { diff --git a/compiler/testData/codegen/box/ranges/unsigned/kt36953.kt b/compiler/testData/codegen/box/ranges/unsigned/kt36953.kt index 242aed1ac6d..98c1cb69067 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/kt36953.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/kt36953.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB fun testBreak() { for (i in 0..1) { diff --git a/compiler/testData/codegen/box/ranges/unsigned/kt36953_continue.kt b/compiler/testData/codegen/box/ranges/unsigned/kt36953_continue.kt index 7c7c81d758b..e0a64298afb 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/kt36953_continue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/kt36953_continue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun testContinue() { for (i in 0..1) { diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/emptyDownto.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/emptyDownto.kt index b84a56fc4a3..1857d03e39b 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/emptyDownto.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/emptyDownto.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/emptyRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/emptyRange.kt index b005d7fc798..66176da6314 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/emptyRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/emptyRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/inexactDownToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/inexactDownToMinValue.kt index 49a4f1d80cb..5ab3ca4a9b3 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/inexactDownToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/inexactDownToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/inexactSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/inexactSteppedDownTo.kt index ea3cddff949..ed953ce2191 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/inexactSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/inexactSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/inexactSteppedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/inexactSteppedRange.kt index c6fc38747dc..20849db4303 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/inexactSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/inexactSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/inexactToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/inexactToMaxValue.kt index fffb226b9d5..c5cf5dce8f1 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/inexactToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/inexactToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueMinusTwoToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueMinusTwoToMaxValue.kt index caee330822d..19aca383e8f 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueMinusTwoToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueToMaxValue.kt index a71c54760d2..0c2c9df2250 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueToMinValue.kt index b21b49f21d9..89db1165a6e 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/maxValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/oneElementDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/oneElementDownTo.kt index 7adfde09eb8..ece559e0608 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/oneElementDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/oneElementDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/oneElementRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/oneElementRange.kt index db90c4aa80a..2fc5a414272 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/oneElementRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/oneElementRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/openRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/openRange.kt index e46e74a77cc..096e2a201b1 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/openRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/openRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroDownToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroDownToMaxValue.kt index d8dd81d7cc6..20f18c45879 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroDownToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroDownToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroToMinValue.kt index 2bac8e3412a..d7a846dd431 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionDownToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionDownToMinValue.kt index 8dc0ee77a47..155c01d00ec 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionDownToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionDownToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueMinusTwoToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueMinusTwoToMaxValue.kt index 3dd9a244a7c..c1125062c72 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueMinusTwoToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueToMaxValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueToMaxValue.kt index 6a2da8b14ad..8057b53b88d 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueToMaxValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueToMaxValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueToMinValue.kt index a3d16a989d2..78b7da8e548 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMaxValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MaxUI = UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMinValueToMinValue.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMinValueToMinValue.kt index ff2ed48cd96..d47b897364d 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMinValueToMinValue.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/progressionMinValueToMinValue.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedBackSequence.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedBackSequence.kt index 7558afcaf1d..2242abe7cbb 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedBackSequence.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedBackSequence.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedEmptyBackSequence.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedEmptyBackSequence.kt index f7bfec70bab..ab106f2068a 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedEmptyBackSequence.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedEmptyBackSequence.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedEmptyRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedEmptyRange.kt index 0f243009fd5..72ef92333e1 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedEmptyRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedEmptyRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedInexactSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedInexactSteppedDownTo.kt index b21b7395290..668b7e361e6 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedInexactSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedInexactSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedRange.kt index 2181137e666..7d6a434b15f 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedSimpleSteppedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedSimpleSteppedRange.kt index 2c7cca6f3fc..51ad6beb0aa 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/reversedSimpleSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/reversedSimpleSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleDownTo.kt index 9a4e1db72b9..0ce111f022e 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleRange.kt index e97c779d6ad..4d90fc52c6a 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleRangeWithNonConstantEnds.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleRangeWithNonConstantEnds.kt index 5110bcb1aaa..eabb2221c4e 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleRangeWithNonConstantEnds.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleRangeWithNonConstantEnds.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleSteppedDownTo.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleSteppedDownTo.kt index 754dec7c689..d7d9b06e1f5 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleSteppedDownTo.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleSteppedDownTo.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleSteppedRange.kt b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleSteppedRange.kt index 5d2788c587d..93c9099d5b1 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/literal/simpleSteppedRange.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/literal/simpleSteppedRange.kt @@ -1,5 +1,5 @@ // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! -// WITH_RUNTIME +// WITH_STDLIB diff --git a/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/progressionExpression.kt b/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/progressionExpression.kt index a45b9dc5a32..8633449aab0 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/progressionExpression.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/progressionExpression.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38833: Runtime exception is "java.lang.ClassCastException: java.lang.Integer cannot be cast to kotlin.UInt" // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var result = 0u diff --git a/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/rangeExpression.kt b/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/rangeExpression.kt index bd8a06cf5c2..60e620dcb0e 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/rangeExpression.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/rangeExpression.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38833: Runtime exception is "java.lang.ClassCastException: java.lang.Integer cannot be cast to kotlin.UInt" // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var result = 0u diff --git a/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/rangeLiteral.kt b/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/rangeLiteral.kt index 32f8d707c3b..a526e281866 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/rangeLiteral.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter/rangeLiteral.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38833: Runtime exception is "java.lang.ClassCastException: java.lang.Integer cannot be cast to kotlin.UInt" // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var result = 0u diff --git a/compiler/testData/codegen/box/ranges/unsigned/outOfBoundsInMixedContains.kt b/compiler/testData/codegen/box/ranges/unsigned/outOfBoundsInMixedContains.kt index c1bd99a158d..f863f72615a 100644 --- a/compiler/testData/codegen/box/ranges/unsigned/outOfBoundsInMixedContains.kt +++ b/compiler/testData/codegen/box/ranges/unsigned/outOfBoundsInMixedContains.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun testIn(x: ULong) = x in UInt.MIN_VALUE..UInt.MAX_VALUE diff --git a/compiler/testData/codegen/box/recursiveRawTypes/kt16639.kt b/compiler/testData/codegen/box/recursiveRawTypes/kt16639.kt index 6644dea2e68..9106e520b2d 100644 --- a/compiler/testData/codegen/box/recursiveRawTypes/kt16639.kt +++ b/compiler/testData/codegen/box/recursiveRawTypes/kt16639.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Device.java import java.util.Collection; diff --git a/compiler/testData/codegen/box/reflection/classLiterals/builtinClassLiterals.kt b/compiler/testData/codegen/box/reflection/classLiterals/builtinClassLiterals.kt index 4238d30fcc4..4fda6effe49 100644 --- a/compiler/testData/codegen/box/reflection/classLiterals/builtinClassLiterals.kt +++ b/compiler/testData/codegen/box/reflection/classLiterals/builtinClassLiterals.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/classes/classSimpleName.kt b/compiler/testData/codegen/box/reflection/classes/classSimpleName.kt index d88cd3c5749..9a20bf10553 100644 --- a/compiler/testData/codegen/box/reflection/classes/classSimpleName.kt +++ b/compiler/testData/codegen/box/reflection/classes/classSimpleName.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt b/compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt index 63987fd279d..8a35a196697 100644 --- a/compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt +++ b/compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/classes/nestedClassesInScript.kt b/compiler/testData/codegen/box/reflection/classes/nestedClassesInScript.kt index 234de1f9c5c..068f83e34db 100644 --- a/compiler/testData/codegen/box/reflection/classes/nestedClassesInScript.kt +++ b/compiler/testData/codegen/box/reflection/classes/nestedClassesInScript.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // FILE: test.kt diff --git a/compiler/testData/codegen/box/reflection/classes/qualifiedName.kt b/compiler/testData/codegen/box/reflection/classes/qualifiedName.kt index df202f619cc..94422e5aa58 100644 --- a/compiler/testData/codegen/box/reflection/classes/qualifiedName.kt +++ b/compiler/testData/codegen/box/reflection/classes/qualifiedName.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/classes/qualifiedNameOfStandardClasses.kt b/compiler/testData/codegen/box/reflection/classes/qualifiedNameOfStandardClasses.kt index 550a3e47ff3..f7475864ec2 100644 --- a/compiler/testData/codegen/box/reflection/classes/qualifiedNameOfStandardClasses.kt +++ b/compiler/testData/codegen/box/reflection/classes/qualifiedNameOfStandardClasses.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/enclosing/kt11969.kt b/compiler/testData/codegen/box/reflection/enclosing/kt11969.kt index 2aa5ad0bd50..d43475d92f5 100644 --- a/compiler/testData/codegen/box/reflection/enclosing/kt11969.kt +++ b/compiler/testData/codegen/box/reflection/enclosing/kt11969.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM package test diff --git a/compiler/testData/codegen/box/reflection/enclosing/kt45907.kt b/compiler/testData/codegen/box/reflection/enclosing/kt45907.kt index 2af4ac98395..57d8bb93acf 100644 --- a/compiler/testData/codegen/box/reflection/enclosing/kt45907.kt +++ b/compiler/testData/codegen/box/reflection/enclosing/kt45907.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String = use { class Local(val n: Int) diff --git a/compiler/testData/codegen/box/reflection/enclosing/lambdaInPropertyDelegate.kt b/compiler/testData/codegen/box/reflection/enclosing/lambdaInPropertyDelegate.kt index 4080a474475..edb62fdde5a 100644 --- a/compiler/testData/codegen/box/reflection/enclosing/lambdaInPropertyDelegate.kt +++ b/compiler/testData/codegen/box/reflection/enclosing/lambdaInPropertyDelegate.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test class C { diff --git a/compiler/testData/codegen/box/reflection/genericSignature/delegatedMembers.kt b/compiler/testData/codegen/box/reflection/genericSignature/delegatedMembers.kt index d07dedaacfe..d31d8466b06 100644 --- a/compiler/testData/codegen/box/reflection/genericSignature/delegatedMembers.kt +++ b/compiler/testData/codegen/box/reflection/genericSignature/delegatedMembers.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java import java.util.*; diff --git a/compiler/testData/codegen/box/reflection/genericSignature/samWrappedLambdaVsReference.kt b/compiler/testData/codegen/box/reflection/genericSignature/samWrappedLambdaVsReference.kt index a89030a4d27..70301157a7e 100644 --- a/compiler/testData/codegen/box/reflection/genericSignature/samWrappedLambdaVsReference.kt +++ b/compiler/testData/codegen/box/reflection/genericSignature/samWrappedLambdaVsReference.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: Java.java diff --git a/compiler/testData/codegen/box/reflection/genericSignature/suspendFunctionLiteralGenericSignature.kt b/compiler/testData/codegen/box/reflection/genericSignature/suspendFunctionLiteralGenericSignature.kt index 205995f2c04..86e00b9fc84 100644 --- a/compiler/testData/codegen/box/reflection/genericSignature/suspendFunctionLiteralGenericSignature.kt +++ b/compiler/testData/codegen/box/reflection/genericSignature/suspendFunctionLiteralGenericSignature.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.util.Date diff --git a/compiler/testData/codegen/box/reflection/isInstance/isInstanceCastAndSafeCast.kt b/compiler/testData/codegen/box/reflection/isInstance/isInstanceCastAndSafeCast.kt index f8fad635b30..a1e46a3c181 100644 --- a/compiler/testData/codegen/box/reflection/isInstance/isInstanceCastAndSafeCast.kt +++ b/compiler/testData/codegen/box/reflection/isInstance/isInstanceCastAndSafeCast.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.ExperimentalStdlibApi // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass import kotlin.reflect.cast diff --git a/compiler/testData/codegen/box/reflection/kClassInAnnotation/arrayInJava.kt b/compiler/testData/codegen/box/reflection/kClassInAnnotation/arrayInJava.kt index c0b8945fc5a..fa965d23870 100644 --- a/compiler/testData/codegen/box/reflection/kClassInAnnotation/arrayInJava.kt +++ b/compiler/testData/codegen/box/reflection/kClassInAnnotation/arrayInJava.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class O {} diff --git a/compiler/testData/codegen/box/reflection/kClassInAnnotation/basicInJava.kt b/compiler/testData/codegen/box/reflection/kClassInAnnotation/basicInJava.kt index 42ea45c6080..fccf0f8d4e9 100644 --- a/compiler/testData/codegen/box/reflection/kClassInAnnotation/basicInJava.kt +++ b/compiler/testData/codegen/box/reflection/kClassInAnnotation/basicInJava.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class OK {} diff --git a/compiler/testData/codegen/box/reflection/kClassInAnnotation/varargInJava.kt b/compiler/testData/codegen/box/reflection/kClassInAnnotation/varargInJava.kt index 2e5a2302223..d3ac4c57be1 100644 --- a/compiler/testData/codegen/box/reflection/kClassInAnnotation/varargInJava.kt +++ b/compiler/testData/codegen/box/reflection/kClassInAnnotation/varargInJava.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java class O {} diff --git a/compiler/testData/codegen/box/reflection/mapping/jClass2kClass.kt b/compiler/testData/codegen/box/reflection/mapping/jClass2kClass.kt index 4cd579de10c..d1b70dc83f7 100644 --- a/compiler/testData/codegen/box/reflection/mapping/jClass2kClass.kt +++ b/compiler/testData/codegen/box/reflection/mapping/jClass2kClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: J.java diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/javaClass.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/javaClass.kt index 07da9ee0eaf..3706d176c16 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/javaClass.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/javaClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/javaVoid.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/javaVoid.kt index 74ca559916a..08fad2c27da 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/javaVoid.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/javaVoid.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt index d5950d8c18c..42937512935 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt @@ -4,7 +4,7 @@ // IGNORE_BACKEND: JS // IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: WASM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KCallable import kotlin.test.* diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/classReference.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/classReference.kt index 6dc12d9422c..48ad5eef22d 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/classReference.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/classReference.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KClass import kotlin.test.* diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt index 8e946ac77a5..0da5d7876d5 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: JS_IR_ES6 // IGNORE_BACKEND: JS // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/primitiveJavaClass.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/primitiveJavaClass.kt index 12c1b29ed46..0002f5db39d 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/primitiveJavaClass.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/primitiveJavaClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/propertyGetSetName.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/propertyGetSetName.kt index f485e0554fe..c15f299c80d 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/propertyGetSetName.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/propertyGetSetName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.* diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/propertyInstanceof.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/propertyInstanceof.kt index bbd34af42b9..563c150ce3e 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/propertyInstanceof.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/propertyInstanceof.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.* import kotlin.test.assertTrue diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt index e0d18d60455..78dafe1d3ec 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/simpleClassLiterals.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/simpleClassLiterals.kt index dffd69ffd7e..9635e0645a9 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/simpleClassLiterals.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/simpleClassLiterals.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertNotNull diff --git a/compiler/testData/codegen/box/reflection/properties/withLocalType.kt b/compiler/testData/codegen/box/reflection/properties/withLocalType.kt index 4a2df45fa38..ff02ca4bb67 100644 --- a/compiler/testData/codegen/box/reflection/properties/withLocalType.kt +++ b/compiler/testData/codegen/box/reflection/properties/withLocalType.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // WITH_REFLECT -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.full.declaredMemberProperties fun box(): String { diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/annotatedType.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/annotatedType.kt index 50c58a0ad92..621dd601a12 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/annotatedType.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/annotatedType.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.* diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/classes.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/classes.kt index 57fda07daa7..ab4c2f2f3a0 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/classes.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/classes.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_after.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_after.kt index ee995dae532..165caff4832 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_after.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_after.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_before.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_before.kt index 914f410cf46..d5ad6fee308 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_before.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_before.kt @@ -1,7 +1,7 @@ // !API_VERSION: 1.5 // !OPT_IN: kotlin.ExperimentalStdlibApi // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/inlineClasses.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/inlineClasses.kt index ab302feca3d..e40b3d10529 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/inlineClasses.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/inlineClasses.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_after.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_after.kt index 2d21ca3c36c..727560f009e 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_after.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_after.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_before.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_before.kt index 07c8b2a1fe9..031193d392f 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_before.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_before.kt @@ -1,7 +1,7 @@ // !API_VERSION: 1.5 // !OPT_IN: kotlin.ExperimentalStdlibApi // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/defaultUpperBound.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/defaultUpperBound.kt index 73ec11a25cf..81b27f30b48 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/defaultUpperBound.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/defaultUpperBound.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/equalsOnClassParameters.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/equalsOnClassParameters.kt index c8d4305c3b4..a46895d4591 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/equalsOnClassParameters.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/equalsOnClassParameters.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/equalsOnFunctionParameters.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/equalsOnFunctionParameters.kt index b4f78197f11..cbe2b0e7464 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/equalsOnFunctionParameters.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/equalsOnFunctionParameters.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/innerGeneric.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/innerGeneric.kt index 2e97fab3a64..94086a19541 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/innerGeneric.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/innerGeneric.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simpleClassParameter.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simpleClassParameter.kt index f3f827d8ac6..16b0f112286 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simpleClassParameter.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simpleClassParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simpleFunctionParameter.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simpleFunctionParameter.kt index 9a4f13c52d7..6fbbe9aa95c 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simpleFunctionParameter.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simpleFunctionParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simplePropertyParameter.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simplePropertyParameter.kt index 5dd3ad00d01..0f85c4c301e 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simplePropertyParameter.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/simplePropertyParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/typeParameterFlags.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/typeParameterFlags.kt index 8aed7640bc4..fbc3aae68a7 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/typeParameterFlags.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/typeParameterFlags.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/upperBoundUsesOuterClassParameter.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/upperBoundUsesOuterClassParameter.kt index 131e714d199..a691f0752b8 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/upperBoundUsesOuterClassParameter.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/upperBoundUsesOuterClassParameter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/upperBounds.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/upperBounds.kt index 5cc604f7a98..c90b843f3d7 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/upperBounds.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters/upperBounds.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nothing_after.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nothing_after.kt index bd92a605ddd..56d57c66b72 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nothing_after.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nothing_after.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nothing_before.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nothing_before.kt index f6c25f0cd1d..95a7be799ee 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/nothing_before.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/nothing_before.kt @@ -1,7 +1,7 @@ // !API_VERSION: 1.5 // !OPT_IN: kotlin.ExperimentalStdlibApi // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/primitiveJavaTypes.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/primitiveJavaTypes.kt index 6a6b0f1d632..f8ce5074d1e 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/primitiveJavaTypes.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/primitiveJavaTypes.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/rawTypes_after.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/rawTypes_after.kt index 302982e8eb4..dca9a7dbeab 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/rawTypes_after.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/rawTypes_after.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/rawTypes_before.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/rawTypes_before.kt index b7dd6e5a7d2..df0fddb515a 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/rawTypes_before.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/rawTypes_before.kt @@ -2,7 +2,7 @@ // !OPT_IN: kotlin.ExperimentalStdlibApi // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: box.kt package test diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt index 717535fa4a0..edc91452231 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS_IR_ES6 -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/regressions/Kt1149.kt b/compiler/testData/codegen/box/regressions/Kt1149.kt index f1581c61cf7..340dafa5320 100644 --- a/compiler/testData/codegen/box/regressions/Kt1149.kt +++ b/compiler/testData/codegen/box/regressions/Kt1149.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test.regressions.kt1149 diff --git a/compiler/testData/codegen/box/regressions/Kt1619Test.kt b/compiler/testData/codegen/box/regressions/Kt1619Test.kt index d8f38f37765..04530808c20 100644 --- a/compiler/testData/codegen/box/regressions/Kt1619Test.kt +++ b/compiler/testData/codegen/box/regressions/Kt1619Test.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package regressions diff --git a/compiler/testData/codegen/box/regressions/Kt2495Test.kt b/compiler/testData/codegen/box/regressions/Kt2495Test.kt index 072eba9a2f8..8cb26d563ad 100644 --- a/compiler/testData/codegen/box/regressions/Kt2495Test.kt +++ b/compiler/testData/codegen/box/regressions/Kt2495Test.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package regressions diff --git a/compiler/testData/codegen/box/regressions/approximateIntersectionType.kt b/compiler/testData/codegen/box/regressions/approximateIntersectionType.kt index e37bcd4a0c2..a7981377a3f 100644 --- a/compiler/testData/codegen/box/regressions/approximateIntersectionType.kt +++ b/compiler/testData/codegen/box/regressions/approximateIntersectionType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: First.java diff --git a/compiler/testData/codegen/box/regressions/approximationForDefinitelyNotNull.kt b/compiler/testData/codegen/box/regressions/approximationForDefinitelyNotNull.kt index 998f226ac30..02b1f288818 100644 --- a/compiler/testData/codegen/box/regressions/approximationForDefinitelyNotNull.kt +++ b/compiler/testData/codegen/box/regressions/approximationForDefinitelyNotNull.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: CachedValuesManager.java diff --git a/compiler/testData/codegen/box/regressions/collections.kt b/compiler/testData/codegen/box/regressions/collections.kt index f0f3b7a26df..7725aae8271 100644 --- a/compiler/testData/codegen/box/regressions/collections.kt +++ b/compiler/testData/codegen/box/regressions/collections.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package collections diff --git a/compiler/testData/codegen/box/regressions/generic.kt b/compiler/testData/codegen/box/regressions/generic.kt index 2b7a1e38e5e..51237f8de9e 100644 --- a/compiler/testData/codegen/box/regressions/generic.kt +++ b/compiler/testData/codegen/box/regressions/generic.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB fun ArrayList.findAll(predicate: (T) -> Boolean): ArrayList { val result = ArrayList() diff --git a/compiler/testData/codegen/box/regressions/getGenericInterfaces.kt b/compiler/testData/codegen/box/regressions/getGenericInterfaces.kt index 5d757d05cb5..01eb72a4429 100644 --- a/compiler/testData/codegen/box/regressions/getGenericInterfaces.kt +++ b/compiler/testData/codegen/box/regressions/getGenericInterfaces.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // KT-4485 getGenericInterfaces vs getInterfaces for kotlin classes class SimpleClass diff --git a/compiler/testData/codegen/box/regressions/intersectionOfEqualTypes.kt b/compiler/testData/codegen/box/regressions/intersectionOfEqualTypes.kt index 220d3759335..9b4d1d03421 100644 --- a/compiler/testData/codegen/box/regressions/intersectionOfEqualTypes.kt +++ b/compiler/testData/codegen/box/regressions/intersectionOfEqualTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt diff --git a/compiler/testData/codegen/box/regressions/kt1172.kt b/compiler/testData/codegen/box/regressions/kt1172.kt index 24507df281f..0591dd34556 100644 --- a/compiler/testData/codegen/box/regressions/kt1172.kt +++ b/compiler/testData/codegen/box/regressions/kt1172.kt @@ -6,7 +6,7 @@ // IGNORE_BACKEND: JS, NATIVE // not sure if it's ok to change Object to Any -// WITH_RUNTIME +// WITH_STDLIB package test.regressions.kt1172 diff --git a/compiler/testData/codegen/box/regressions/kt1202.kt b/compiler/testData/codegen/box/regressions/kt1202.kt index 139bfc770bf..c69ee510c7b 100644 --- a/compiler/testData/codegen/box/regressions/kt1202.kt +++ b/compiler/testData/codegen/box/regressions/kt1202.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package testeval diff --git a/compiler/testData/codegen/box/regressions/kt1406.kt b/compiler/testData/codegen/box/regressions/kt1406.kt index 171a734bec8..6e9b1eac967 100644 --- a/compiler/testData/codegen/box/regressions/kt1406.kt +++ b/compiler/testData/codegen/box/regressions/kt1406.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package pack diff --git a/compiler/testData/codegen/box/regressions/kt1515.kt b/compiler/testData/codegen/box/regressions/kt1515.kt index 67e673e96f1..a51c2cc9bfd 100644 --- a/compiler/testData/codegen/box/regressions/kt1515.kt +++ b/compiler/testData/codegen/box/regressions/kt1515.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package thispackage diff --git a/compiler/testData/codegen/box/regressions/kt15196.kt b/compiler/testData/codegen/box/regressions/kt15196.kt index debf64aeb70..57b77e171ff 100644 --- a/compiler/testData/codegen/box/regressions/kt15196.kt +++ b/compiler/testData/codegen/box/regressions/kt15196.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo() { val array = Array(0, { IntArray(0) } ) array.forEach { println(it.asList()) } diff --git a/compiler/testData/codegen/box/regressions/kt1568.kt b/compiler/testData/codegen/box/regressions/kt1568.kt index f084e0d58b1..ec1c363db67 100644 --- a/compiler/testData/codegen/box/regressions/kt1568.kt +++ b/compiler/testData/codegen/box/regressions/kt1568.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box() : String { val i = 1 diff --git a/compiler/testData/codegen/box/regressions/kt1779.kt b/compiler/testData/codegen/box/regressions/kt1779.kt index ffcb7d79844..902e49c0c7c 100644 --- a/compiler/testData/codegen/box/regressions/kt1779.kt +++ b/compiler/testData/codegen/box/regressions/kt1779.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.collections.AbstractIterator diff --git a/compiler/testData/codegen/box/regressions/kt1800.kt b/compiler/testData/codegen/box/regressions/kt1800.kt index 85b88bbac74..fc3a2b365cc 100644 --- a/compiler/testData/codegen/box/regressions/kt1800.kt +++ b/compiler/testData/codegen/box/regressions/kt1800.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB //KT-1800 error/NonExistentClass generated on runtime package i diff --git a/compiler/testData/codegen/box/regressions/kt1932.kt b/compiler/testData/codegen/box/regressions/kt1932.kt index f96f6379f4a..a7ca9477354 100644 --- a/compiler/testData/codegen/box/regressions/kt1932.kt +++ b/compiler/testData/codegen/box/regressions/kt1932.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.lang.annotation.Annotation diff --git a/compiler/testData/codegen/box/regressions/kt2017.kt b/compiler/testData/codegen/box/regressions/kt2017.kt index d8e585d8847..2c721b61db1 100644 --- a/compiler/testData/codegen/box/regressions/kt2017.kt +++ b/compiler/testData/codegen/box/regressions/kt2017.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_SORT -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val sorted = arrayListOf("1", "3", "2").sorted() diff --git a/compiler/testData/codegen/box/regressions/kt2246.kt b/compiler/testData/codegen/box/regressions/kt2246.kt index 2e7dbbc5e74..044ba159714 100644 --- a/compiler/testData/codegen/box/regressions/kt2246.kt +++ b/compiler/testData/codegen/box/regressions/kt2246.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { kotlin.assert(true) diff --git a/compiler/testData/codegen/box/regressions/kt2318.kt b/compiler/testData/codegen/box/regressions/kt2318.kt index 66e6ea2190a..f9bbf1cbb6b 100644 --- a/compiler/testData/codegen/box/regressions/kt2318.kt +++ b/compiler/testData/codegen/box/regressions/kt2318.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { Boolean::class.java diff --git a/compiler/testData/codegen/box/regressions/kt2593.kt b/compiler/testData/codegen/box/regressions/kt2593.kt index ac11d12cc50..5b1d76832bd 100644 --- a/compiler/testData/codegen/box/regressions/kt2593.kt +++ b/compiler/testData/codegen/box/regressions/kt2593.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun foo() { if (1==1) { diff --git a/compiler/testData/codegen/box/regressions/kt274.kt b/compiler/testData/codegen/box/regressions/kt274.kt index 2c8f56d34e5..d1149ab23c9 100644 --- a/compiler/testData/codegen/box/regressions/kt274.kt +++ b/compiler/testData/codegen/box/regressions/kt274.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK fun box() : String { diff --git a/compiler/testData/codegen/box/regressions/kt3046.kt b/compiler/testData/codegen/box/regressions/kt3046.kt index bf4221b3c5c..612c8dc9e98 100644 --- a/compiler/testData/codegen/box/regressions/kt3046.kt +++ b/compiler/testData/codegen/box/regressions/kt3046.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val bool = true diff --git a/compiler/testData/codegen/box/regressions/kt33638.kt b/compiler/testData/codegen/box/regressions/kt33638.kt index 4566925deff..e30c42a2f9c 100644 --- a/compiler/testData/codegen/box/regressions/kt33638.kt +++ b/compiler/testData/codegen/box/regressions/kt33638.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Holder(val list: List?) diff --git a/compiler/testData/codegen/box/regressions/kt344.kt b/compiler/testData/codegen/box/regressions/kt344.kt index 4ee7125d385..8b8ea6a0113 100644 --- a/compiler/testData/codegen/box/regressions/kt344.kt +++ b/compiler/testData/codegen/box/regressions/kt344.kt @@ -5,7 +5,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB fun s0() : Boolean { val y = "222" diff --git a/compiler/testData/codegen/box/regressions/kt3442.kt b/compiler/testData/codegen/box/regressions/kt3442.kt index 0a28219ff5f..9603e040a1d 100644 --- a/compiler/testData/codegen/box/regressions/kt3442.kt +++ b/compiler/testData/codegen/box/regressions/kt3442.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val m = hashMapOf() diff --git a/compiler/testData/codegen/box/regressions/kt35914.kt b/compiler/testData/codegen/box/regressions/kt35914.kt index ed1ba447548..381a683bd9c 100644 --- a/compiler/testData/codegen/box/regressions/kt35914.kt +++ b/compiler/testData/codegen/box/regressions/kt35914.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Inv fun bar(x: Inv.() -> Unit) = x diff --git a/compiler/testData/codegen/box/regressions/kt41357.kt b/compiler/testData/codegen/box/regressions/kt41357.kt index 67066b8f974..46f4d6e7247 100644 --- a/compiler/testData/codegen/box/regressions/kt41357.kt +++ b/compiler/testData/codegen/box/regressions/kt41357.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class Foo(val id: Int) diff --git a/compiler/testData/codegen/box/regressions/kt41806.kt b/compiler/testData/codegen/box/regressions/kt41806.kt index cc28f1a25e1..c838b44cec1 100644 --- a/compiler/testData/codegen/box/regressions/kt41806.kt +++ b/compiler/testData/codegen/box/regressions/kt41806.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB open class A { fun Foo() { diff --git a/compiler/testData/codegen/box/regressions/kt4259.kt b/compiler/testData/codegen/box/regressions/kt4259.kt index 103aaf8cebe..3f183ff687c 100644 --- a/compiler/testData/codegen/box/regressions/kt4259.kt +++ b/compiler/testData/codegen/box/regressions/kt4259.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val s: String? = "a" diff --git a/compiler/testData/codegen/box/regressions/kt4262.kt b/compiler/testData/codegen/box/regressions/kt4262.kt index a68c3213170..c447e7a18f5 100644 --- a/compiler/testData/codegen/box/regressions/kt4262.kt +++ b/compiler/testData/codegen/box/regressions/kt4262.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun > Byte.toEnum(clazz : Class) : E = (clazz.getMethod("values").invoke(null) as Array)[this.toInt()] diff --git a/compiler/testData/codegen/box/regressions/kt44993.kt b/compiler/testData/codegen/box/regressions/kt44993.kt index 8537ec025fe..0a339121616 100644 --- a/compiler/testData/codegen/box/regressions/kt44993.kt +++ b/compiler/testData/codegen/box/regressions/kt44993.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt44993.kt fun box(): String = f(KotlinBox(JavaBox())) diff --git a/compiler/testData/codegen/box/regressions/kt5056.kt b/compiler/testData/codegen/box/regressions/kt5056.kt index 9374d038696..664adafbcd6 100644 --- a/compiler/testData/codegen/box/regressions/kt5056.kt +++ b/compiler/testData/codegen/box/regressions/kt5056.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_GENERATED -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val list = arrayOf("a", "c", "b").sorted() diff --git a/compiler/testData/codegen/box/regressions/kt528.kt b/compiler/testData/codegen/box/regressions/kt528.kt index 30b7260f257..5ad029c5a31 100644 --- a/compiler/testData/codegen/box/regressions/kt528.kt +++ b/compiler/testData/codegen/box/regressions/kt528.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package mask diff --git a/compiler/testData/codegen/box/regressions/kt529.kt b/compiler/testData/codegen/box/regressions/kt529.kt index e0cbe3dd126..cecd9f47e13 100644 --- a/compiler/testData/codegen/box/regressions/kt529.kt +++ b/compiler/testData/codegen/box/regressions/kt529.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package mask diff --git a/compiler/testData/codegen/box/regressions/kt533.kt b/compiler/testData/codegen/box/regressions/kt533.kt index 0e3fc2c3301..87e46b763d1 100644 --- a/compiler/testData/codegen/box/regressions/kt533.kt +++ b/compiler/testData/codegen/box/regressions/kt533.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package mask diff --git a/compiler/testData/codegen/box/regressions/kt5445.kt b/compiler/testData/codegen/box/regressions/kt5445.kt index f0ee7677502..978db3326be 100644 --- a/compiler/testData/codegen/box/regressions/kt5445.kt +++ b/compiler/testData/codegen/box/regressions/kt5445.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test2 diff --git a/compiler/testData/codegen/box/regressions/kt5445_2.kt b/compiler/testData/codegen/box/regressions/kt5445_2.kt index 68aa1299020..2d9d5a6088f 100644 --- a/compiler/testData/codegen/box/regressions/kt5445_2.kt +++ b/compiler/testData/codegen/box/regressions/kt5445_2.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test2 diff --git a/compiler/testData/codegen/box/regressions/kt5786_privateWithDefault.kt b/compiler/testData/codegen/box/regressions/kt5786_privateWithDefault.kt index 916ed482c60..1030c3ceacb 100644 --- a/compiler/testData/codegen/box/regressions/kt5786_privateWithDefault.kt +++ b/compiler/testData/codegen/box/regressions/kt5786_privateWithDefault.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { run { diff --git a/compiler/testData/codegen/box/regressions/kt5953.kt b/compiler/testData/codegen/box/regressions/kt5953.kt index 3a7cdb1f7e5..f5da568cf6c 100644 --- a/compiler/testData/codegen/box/regressions/kt5953.kt +++ b/compiler/testData/codegen/box/regressions/kt5953.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val res = (1..3).map { it -> diff --git a/compiler/testData/codegen/box/regressions/kt6434.kt b/compiler/testData/codegen/box/regressions/kt6434.kt index b2c628905bc..350b12c0a11 100644 --- a/compiler/testData/codegen/box/regressions/kt6434.kt +++ b/compiler/testData/codegen/box/regressions/kt6434.kt @@ -5,7 +5,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB enum class E { VALUE, diff --git a/compiler/testData/codegen/box/regressions/kt6434_2.kt b/compiler/testData/codegen/box/regressions/kt6434_2.kt index 19cd842906a..4bf659b2365 100644 --- a/compiler/testData/codegen/box/regressions/kt6434_2.kt +++ b/compiler/testData/codegen/box/regressions/kt6434_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val p = 1 to 1 diff --git a/compiler/testData/codegen/box/regressions/kt6485.kt b/compiler/testData/codegen/box/regressions/kt6485.kt index 26e99c5e6a0..f36b39e7aef 100644 --- a/compiler/testData/codegen/box/regressions/kt6485.kt +++ b/compiler/testData/codegen/box/regressions/kt6485.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/regressions/kt715.kt b/compiler/testData/codegen/box/regressions/kt715.kt index 3898a6135cb..0813d020052 100644 --- a/compiler/testData/codegen/box/regressions/kt715.kt +++ b/compiler/testData/codegen/box/regressions/kt715.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.* diff --git a/compiler/testData/codegen/box/regressions/kt864.kt b/compiler/testData/codegen/box/regressions/kt864.kt index 38ff0a40dbb..89a1c1e0b46 100644 --- a/compiler/testData/codegen/box/regressions/kt864.kt +++ b/compiler/testData/codegen/box/regressions/kt864.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.io.* diff --git a/compiler/testData/codegen/box/regressions/kt998.kt b/compiler/testData/codegen/box/regressions/kt998.kt index 7fef173ff74..eae0f86d71e 100644 --- a/compiler/testData/codegen/box/regressions/kt998.kt +++ b/compiler/testData/codegen/box/regressions/kt998.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun findPairless(a : IntArray) : Int { loop@ for (i in a.indices) { diff --git a/compiler/testData/codegen/box/regressions/nestedIntersection.kt b/compiler/testData/codegen/box/regressions/nestedIntersection.kt index 6346d76c392..f2eaaa1608b 100644 --- a/compiler/testData/codegen/box/regressions/nestedIntersection.kt +++ b/compiler/testData/codegen/box/regressions/nestedIntersection.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface In open class A : In diff --git a/compiler/testData/codegen/box/regressions/objectCaptureOuterConstructorProperty.kt b/compiler/testData/codegen/box/regressions/objectCaptureOuterConstructorProperty.kt index b9011debfe9..0c31766c011 100644 --- a/compiler/testData/codegen/box/regressions/objectCaptureOuterConstructorProperty.kt +++ b/compiler/testData/codegen/box/regressions/objectCaptureOuterConstructorProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Stream { fun iterator(): Iterator diff --git a/compiler/testData/codegen/box/regressions/objectInsideDelegation.kt b/compiler/testData/codegen/box/regressions/objectInsideDelegation.kt index 64cce99dd0c..9993840d8f1 100644 --- a/compiler/testData/codegen/box/regressions/objectInsideDelegation.kt +++ b/compiler/testData/codegen/box/regressions/objectInsideDelegation.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_LAZY -// WITH_RUNTIME +// WITH_STDLIB val b: First by lazy { object : First { } diff --git a/compiler/testData/codegen/box/regressions/referenceToSelfInLocal.kt b/compiler/testData/codegen/box/regressions/referenceToSelfInLocal.kt index 0904542ac8c..7dbc9c9e871 100644 --- a/compiler/testData/codegen/box/regressions/referenceToSelfInLocal.kt +++ b/compiler/testData/codegen/box/regressions/referenceToSelfInLocal.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // KT-4351 Cannot resolve reference to self in init of class local to function fun box(): String { diff --git a/compiler/testData/codegen/box/regressions/resolvedCallForGetOperator.kt b/compiler/testData/codegen/box/regressions/resolvedCallForGetOperator.kt index 8b0e9bd07b0..bf8abb3c9e4 100644 --- a/compiler/testData/codegen/box/regressions/resolvedCallForGetOperator.kt +++ b/compiler/testData/codegen/box/regressions/resolvedCallForGetOperator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val targetNameLists: Map = mapOf("1" to "OK") diff --git a/compiler/testData/codegen/box/regressions/typeCastException.kt b/compiler/testData/codegen/box/regressions/typeCastException.kt index f66878d6912..dbe046d8121 100644 --- a/compiler/testData/codegen/box/regressions/typeCastException.kt +++ b/compiler/testData/codegen/box/regressions/typeCastException.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.util.ArrayList diff --git a/compiler/testData/codegen/box/reified/DIExample.kt b/compiler/testData/codegen/box/reified/DIExample.kt index 1515c8ccc42..81047651298 100644 --- a/compiler/testData/codegen/box/reified/DIExample.kt +++ b/compiler/testData/codegen/box/reified/DIExample.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/reified/anonymousObject.kt b/compiler/testData/codegen/box/reified/anonymousObject.kt index c8323753642..6703ecf0a12 100644 --- a/compiler/testData/codegen/box/reified/anonymousObject.kt +++ b/compiler/testData/codegen/box/reified/anonymousObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/anonymousObjectNoPropagate.kt b/compiler/testData/codegen/box/reified/anonymousObjectNoPropagate.kt index ae7d058fa46..a06ffd6aaa9 100644 --- a/compiler/testData/codegen/box/reified/anonymousObjectNoPropagate.kt +++ b/compiler/testData/codegen/box/reified/anonymousObjectNoPropagate.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/anonymousObjectReifiedSupertype.kt b/compiler/testData/codegen/box/reified/anonymousObjectReifiedSupertype.kt index c8506afd518..fb706f7d2bb 100644 --- a/compiler/testData/codegen/box/reified/anonymousObjectReifiedSupertype.kt +++ b/compiler/testData/codegen/box/reified/anonymousObjectReifiedSupertype.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reified/approximateCapturedTypes.kt b/compiler/testData/codegen/box/reified/approximateCapturedTypes.kt index 97cae1cce6d..3d1aaf332f7 100644 --- a/compiler/testData/codegen/box/reified/approximateCapturedTypes.kt +++ b/compiler/testData/codegen/box/reified/approximateCapturedTypes.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // Basically this test checks that no captured type used as argument for signature mapping package test diff --git a/compiler/testData/codegen/box/reified/arraysReification/instanceOf.kt b/compiler/testData/codegen/box/reified/arraysReification/instanceOf.kt index 08532bf35d0..d0ad7236733 100644 --- a/compiler/testData/codegen/box/reified/arraysReification/instanceOf.kt +++ b/compiler/testData/codegen/box/reified/arraysReification/instanceOf.kt @@ -6,7 +6,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB inline fun foo(x: Any?) = Pair(x is T, x is T?) diff --git a/compiler/testData/codegen/box/reified/arraysReification/instanceOfArrays.kt b/compiler/testData/codegen/box/reified/arraysReification/instanceOfArrays.kt index 5f9a9f3b759..fae19c488ce 100644 --- a/compiler/testData/codegen/box/reified/arraysReification/instanceOfArrays.kt +++ b/compiler/testData/codegen/box/reified/arraysReification/instanceOfArrays.kt @@ -6,7 +6,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB inline fun foo(x: Any?) = Pair(x is T, x is T?) inline fun bar(y: Any?) = foo>(y) diff --git a/compiler/testData/codegen/box/reified/arraysReification/jClass.kt b/compiler/testData/codegen/box/reified/arraysReification/jClass.kt index 472f86053ac..7e33049d776 100644 --- a/compiler/testData/codegen/box/reified/arraysReification/jClass.kt +++ b/compiler/testData/codegen/box/reified/arraysReification/jClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB inline fun jClass() = T::class.java inline fun jClassArray() = jClass>() diff --git a/compiler/testData/codegen/box/reified/arraysReification/jaggedArrayOfNulls.kt b/compiler/testData/codegen/box/reified/arraysReification/jaggedArrayOfNulls.kt index 50a0569287c..aae364de253 100644 --- a/compiler/testData/codegen/box/reified/arraysReification/jaggedArrayOfNulls.kt +++ b/compiler/testData/codegen/box/reified/arraysReification/jaggedArrayOfNulls.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB inline fun jaggedArrayOfNulls(): Array?> = arrayOfNulls>(1) diff --git a/compiler/testData/codegen/box/reified/callableReferenceInlinedFun.kt b/compiler/testData/codegen/box/reified/callableReferenceInlinedFun.kt index 5f17b80c7cb..58b8a39182e 100644 --- a/compiler/testData/codegen/box/reified/callableReferenceInlinedFun.kt +++ b/compiler/testData/codegen/box/reified/callableReferenceInlinedFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline fun baz(value: T): String = "OK" + value diff --git a/compiler/testData/codegen/box/reified/checkcast.kt b/compiler/testData/codegen/box/reified/checkcast.kt index 97b2be3611e..e8a7fc2cb1b 100644 --- a/compiler/testData/codegen/box/reified/checkcast.kt +++ b/compiler/testData/codegen/box/reified/checkcast.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/copyToArray.kt b/compiler/testData/codegen/box/reified/copyToArray.kt index 4cbf10bdec5..727606e04af 100644 --- a/compiler/testData/codegen/box/reified/copyToArray.kt +++ b/compiler/testData/codegen/box/reified/copyToArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/defaultJavaClass.kt b/compiler/testData/codegen/box/reified/defaultJavaClass.kt index 2e256d33fe5..b734bf7b27a 100644 --- a/compiler/testData/codegen/box/reified/defaultJavaClass.kt +++ b/compiler/testData/codegen/box/reified/defaultJavaClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/expectedTypeFromCast.kt b/compiler/testData/codegen/box/reified/expectedTypeFromCast.kt index 4318eebe754..d5d48f2b90b 100644 --- a/compiler/testData/codegen/box/reified/expectedTypeFromCast.kt +++ b/compiler/testData/codegen/box/reified/expectedTypeFromCast.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/filterIsInstance.kt b/compiler/testData/codegen/box/reified/filterIsInstance.kt index 400a08a4fd3..804a6491d24 100644 --- a/compiler/testData/codegen/box/reified/filterIsInstance.kt +++ b/compiler/testData/codegen/box/reified/filterIsInstance.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/innerAnonymousObject.kt b/compiler/testData/codegen/box/reified/innerAnonymousObject.kt index 72ad5bc6347..5f75324d2a4 100644 --- a/compiler/testData/codegen/box/reified/innerAnonymousObject.kt +++ b/compiler/testData/codegen/box/reified/innerAnonymousObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/instanceof.kt b/compiler/testData/codegen/box/reified/instanceof.kt index 6f681eacf35..2db9dae9d79 100644 --- a/compiler/testData/codegen/box/reified/instanceof.kt +++ b/compiler/testData/codegen/box/reified/instanceof.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB inline fun isinstance(x: Any?): Boolean { return x is T diff --git a/compiler/testData/codegen/box/reified/javaClass.kt b/compiler/testData/codegen/box/reified/javaClass.kt index 56a4fe7a85c..b4609156199 100644 --- a/compiler/testData/codegen/box/reified/javaClass.kt +++ b/compiler/testData/codegen/box/reified/javaClass.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/nestedReified.kt b/compiler/testData/codegen/box/reified/nestedReified.kt index 7bcd268f3c8..7c31e573f32 100644 --- a/compiler/testData/codegen/box/reified/nestedReified.kt +++ b/compiler/testData/codegen/box/reified/nestedReified.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/nestedReifiedSignature.kt b/compiler/testData/codegen/box/reified/nestedReifiedSignature.kt index 3bbea827022..79ea03c8222 100644 --- a/compiler/testData/codegen/box/reified/nestedReifiedSignature.kt +++ b/compiler/testData/codegen/box/reified/nestedReifiedSignature.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/box/reified/newArrayInt.kt b/compiler/testData/codegen/box/reified/newArrayInt.kt index ee51104115d..aed42bedd0d 100644 --- a/compiler/testData/codegen/box/reified/newArrayInt.kt +++ b/compiler/testData/codegen/box/reified/newArrayInt.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB inline fun createArray(n: Int, crossinline block: () -> T): Array { return Array(n) { block() } diff --git a/compiler/testData/codegen/box/reified/nonInlineableLambdaInReifiedFunction.kt b/compiler/testData/codegen/box/reified/nonInlineableLambdaInReifiedFunction.kt index abaa5651861..21956704e60 100644 --- a/compiler/testData/codegen/box/reified/nonInlineableLambdaInReifiedFunction.kt +++ b/compiler/testData/codegen/box/reified/nonInlineableLambdaInReifiedFunction.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/recursiveInnerAnonymousObject.kt b/compiler/testData/codegen/box/reified/recursiveInnerAnonymousObject.kt index 33ce0ad2d8a..84a66a8c461 100644 --- a/compiler/testData/codegen/box/reified/recursiveInnerAnonymousObject.kt +++ b/compiler/testData/codegen/box/reified/recursiveInnerAnonymousObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package test import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/recursiveNewArray.kt b/compiler/testData/codegen/box/reified/recursiveNewArray.kt index ec7d9aef567..518927b44dc 100644 --- a/compiler/testData/codegen/box/reified/recursiveNewArray.kt +++ b/compiler/testData/codegen/box/reified/recursiveNewArray.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB inline fun createArray(n: Int, crossinline block: () -> T): Array { return Array(n) { block() } diff --git a/compiler/testData/codegen/box/reified/recursiveNonInlineableLambda.kt b/compiler/testData/codegen/box/reified/recursiveNonInlineableLambda.kt index 0962de0b01e..07fb0731b2d 100644 --- a/compiler/testData/codegen/box/reified/recursiveNonInlineableLambda.kt +++ b/compiler/testData/codegen/box/reified/recursiveNonInlineableLambda.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/reifiedInlineFunOfObject.kt b/compiler/testData/codegen/box/reified/reifiedInlineFunOfObject.kt index f25e58cadc9..6a1b96adbfa 100644 --- a/compiler/testData/codegen/box/reified/reifiedInlineFunOfObject.kt +++ b/compiler/testData/codegen/box/reified/reifiedInlineFunOfObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/reifiedInlineFunOfObjectWithinReified.kt b/compiler/testData/codegen/box/reified/reifiedInlineFunOfObjectWithinReified.kt index 6abdf91192c..9c6d43a3787 100644 --- a/compiler/testData/codegen/box/reified/reifiedInlineFunOfObjectWithinReified.kt +++ b/compiler/testData/codegen/box/reified/reifiedInlineFunOfObjectWithinReified.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/reifiedInlineIntoNonInlineableLambda.kt b/compiler/testData/codegen/box/reified/reifiedInlineIntoNonInlineableLambda.kt index b1641f1ed42..3e675b9e75d 100644 --- a/compiler/testData/codegen/box/reified/reifiedInlineIntoNonInlineableLambda.kt +++ b/compiler/testData/codegen/box/reified/reifiedInlineIntoNonInlineableLambda.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgument.kt b/compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgument.kt index ecfcc5419e9..4ddb092a173 100644 --- a/compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgument.kt +++ b/compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See KT-37163 diff --git a/compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgumentCrossModule.kt b/compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgumentCrossModule.kt index 87e4d5e0543..5c84f5edf21 100644 --- a/compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgumentCrossModule.kt +++ b/compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgumentCrossModule.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See KT-37163 diff --git a/compiler/testData/codegen/box/reified/reifiedTypeArgumentWithIntersectionTypeAsTypeArgument.kt b/compiler/testData/codegen/box/reified/reifiedTypeArgumentWithIntersectionTypeAsTypeArgument.kt index 5a519753485..63a18cdb27b 100644 --- a/compiler/testData/codegen/box/reified/reifiedTypeArgumentWithIntersectionTypeAsTypeArgument.kt +++ b/compiler/testData/codegen/box/reified/reifiedTypeArgumentWithIntersectionTypeAsTypeArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See KT-37163 diff --git a/compiler/testData/codegen/box/reified/reifiedTypeArgumentWithRecursion.kt b/compiler/testData/codegen/box/reified/reifiedTypeArgumentWithRecursion.kt index c64af9e2047..a4493338fae 100644 --- a/compiler/testData/codegen/box/reified/reifiedTypeArgumentWithRecursion.kt +++ b/compiler/testData/codegen/box/reified/reifiedTypeArgumentWithRecursion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See KT-37128 diff --git a/compiler/testData/codegen/box/reified/safecast.kt b/compiler/testData/codegen/box/reified/safecast.kt index 10171dd33fe..691ee00f610 100644 --- a/compiler/testData/codegen/box/reified/safecast.kt +++ b/compiler/testData/codegen/box/reified/safecast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/sameIndexRecursive.kt b/compiler/testData/codegen/box/reified/sameIndexRecursive.kt index e1213cc90e9..0d53d587924 100644 --- a/compiler/testData/codegen/box/reified/sameIndexRecursive.kt +++ b/compiler/testData/codegen/box/reified/sameIndexRecursive.kt @@ -3,7 +3,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB inline fun createArray(n: Int, crossinline block: () -> Pair): Pair, Array> { return Pair(Array(n) { block().first }, Array(n) { block().second }) diff --git a/compiler/testData/codegen/box/reified/spreads.kt b/compiler/testData/codegen/box/reified/spreads.kt index d0861109cbb..9a0d9e4ef17 100644 --- a/compiler/testData/codegen/box/reified/spreads.kt +++ b/compiler/testData/codegen/box/reified/spreads.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reified/varargs.kt b/compiler/testData/codegen/box/reified/varargs.kt index 73eaba238dc..12385ad2244 100644 --- a/compiler/testData/codegen/box/reified/varargs.kt +++ b/compiler/testData/codegen/box/reified/varargs.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/sam/adapters/implementAdapter.kt b/compiler/testData/codegen/box/sam/adapters/implementAdapter.kt index de66846c697..3ccd3c9885a 100644 --- a/compiler/testData/codegen/box/sam/adapters/implementAdapter.kt +++ b/compiler/testData/codegen/box/sam/adapters/implementAdapter.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: JavaInterface.java diff --git a/compiler/testData/codegen/box/sam/adapters/inheritedOverriddenAdapter.kt b/compiler/testData/codegen/box/sam/adapters/inheritedOverriddenAdapter.kt index e5450d3f2cc..1f8e269310c 100644 --- a/compiler/testData/codegen/box/sam/adapters/inheritedOverriddenAdapter.kt +++ b/compiler/testData/codegen/box/sam/adapters/inheritedOverriddenAdapter.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Super.java diff --git a/compiler/testData/codegen/box/sam/constructors/comparator.kt b/compiler/testData/codegen/box/sam/constructors/comparator.kt index e84a7ed538b..c20ebc0a820 100644 --- a/compiler/testData/codegen/box/sam/constructors/comparator.kt +++ b/compiler/testData/codegen/box/sam/constructors/comparator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_DCE_DRIVEN fun box(): String { diff --git a/compiler/testData/codegen/box/sam/constructors/kt19251.kt b/compiler/testData/codegen/box/sam/constructors/kt19251.kt index 35948380cc2..108b6098268 100644 --- a/compiler/testData/codegen/box/sam/constructors/kt19251.kt +++ b/compiler/testData/codegen/box/sam/constructors/kt19251.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: test.kt fun box(): String { diff --git a/compiler/testData/codegen/box/sam/constructors/kt19251_child.kt b/compiler/testData/codegen/box/sam/constructors/kt19251_child.kt index bfbf4f59870..9c521e82639 100644 --- a/compiler/testData/codegen/box/sam/constructors/kt19251_child.kt +++ b/compiler/testData/codegen/box/sam/constructors/kt19251_child.kt @@ -1,6 +1,6 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: test.kt fun box(): String { diff --git a/compiler/testData/codegen/box/sam/constructors/nonLiteralComparator.kt b/compiler/testData/codegen/box/sam/constructors/nonLiteralComparator.kt index 25456742843..c32eba993c0 100644 --- a/compiler/testData/codegen/box/sam/constructors/nonLiteralComparator.kt +++ b/compiler/testData/codegen/box/sam/constructors/nonLiteralComparator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_DCE_DRIVEN fun box(): String { diff --git a/compiler/testData/codegen/box/sam/constructors/samWrappersDifferentFiles.kt b/compiler/testData/codegen/box/sam/constructors/samWrappersDifferentFiles.kt index a1adf5fb527..01647b08991 100644 --- a/compiler/testData/codegen/box/sam/constructors/samWrappersDifferentFiles.kt +++ b/compiler/testData/codegen/box/sam/constructors/samWrappersDifferentFiles.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1/wrapped.kt fun getWrapped1(): Runnable { diff --git a/compiler/testData/codegen/box/sam/differentFqNames.kt b/compiler/testData/codegen/box/sam/differentFqNames.kt index 867a4c9126c..3a49244db46 100644 --- a/compiler/testData/codegen/box/sam/differentFqNames.kt +++ b/compiler/testData/codegen/box/sam/differentFqNames.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: Custom.java diff --git a/compiler/testData/codegen/box/sam/inlinedSamWrapper.kt b/compiler/testData/codegen/box/sam/inlinedSamWrapper.kt index 47d04dde445..a1fe0730bd3 100644 --- a/compiler/testData/codegen/box/sam/inlinedSamWrapper.kt +++ b/compiler/testData/codegen/box/sam/inlinedSamWrapper.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // FILE: MyRunnable.java public interface MyRunnable { diff --git a/compiler/testData/codegen/box/sam/kt11696.kt b/compiler/testData/codegen/box/sam/kt11696.kt index ff70141ddc5..d5527be4d4a 100644 --- a/compiler/testData/codegen/box/sam/kt11696.kt +++ b/compiler/testData/codegen/box/sam/kt11696.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // ^ test checks reflection for synthetic classes // MODULE: lib diff --git a/compiler/testData/codegen/box/sam/kt17091.kt b/compiler/testData/codegen/box/sam/kt17091.kt index 834ddb369ba..9201e8e54a7 100644 --- a/compiler/testData/codegen/box/sam/kt17091.kt +++ b/compiler/testData/codegen/box/sam/kt17091.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // FILE: Foo.kt package foo diff --git a/compiler/testData/codegen/box/sam/kt17091_2.kt b/compiler/testData/codegen/box/sam/kt17091_2.kt index beb111bf5bf..3409922e648 100644 --- a/compiler/testData/codegen/box/sam/kt17091_2.kt +++ b/compiler/testData/codegen/box/sam/kt17091_2.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // FILE: Foo.kt @file:JvmName("testXX") diff --git a/compiler/testData/codegen/box/sam/kt17091_3.kt b/compiler/testData/codegen/box/sam/kt17091_3.kt index 08c2146c7e6..f3d268c2bb2 100644 --- a/compiler/testData/codegen/box/sam/kt17091_3.kt +++ b/compiler/testData/codegen/box/sam/kt17091_3.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // FILE: Foo.kt @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/sam/kt17091_4.kt b/compiler/testData/codegen/box/sam/kt17091_4.kt index 4ffd660b508..ee9c0c77209 100644 --- a/compiler/testData/codegen/box/sam/kt17091_4.kt +++ b/compiler/testData/codegen/box/sam/kt17091_4.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // FILE: Foo.kt @file:JvmMultifileClass diff --git a/compiler/testData/codegen/box/sam/kt19910.kt b/compiler/testData/codegen/box/sam/kt19910.kt index 70c02be00a3..caabba4c309 100644 --- a/compiler/testData/codegen/box/sam/kt19910.kt +++ b/compiler/testData/codegen/box/sam/kt19910.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // MODULE: lib diff --git a/compiler/testData/codegen/box/sam/kt22906.kt b/compiler/testData/codegen/box/sam/kt22906.kt index b63b761c3ef..51b7e5f8a83 100644 --- a/compiler/testData/codegen/box/sam/kt22906.kt +++ b/compiler/testData/codegen/box/sam/kt22906.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // FILE: kt22906_1.kt package test diff --git a/compiler/testData/codegen/box/sam/kt22906_2.kt b/compiler/testData/codegen/box/sam/kt22906_2.kt index 5e212ea834d..99da27d0002 100644 --- a/compiler/testData/codegen/box/sam/kt22906_2.kt +++ b/compiler/testData/codegen/box/sam/kt22906_2.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // FILE: kt22906_1.kt package test diff --git a/compiler/testData/codegen/box/sam/kt24825.kt b/compiler/testData/codegen/box/sam/kt24825.kt index 5f66288d32d..be0cbde73a0 100644 --- a/compiler/testData/codegen/box/sam/kt24825.kt +++ b/compiler/testData/codegen/box/sam/kt24825.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaClass.java public class JavaClass { diff --git a/compiler/testData/codegen/box/sam/kt44827_sam.kt b/compiler/testData/codegen/box/sam/kt44827_sam.kt index 54c7ac030df..4d5c8fc808c 100644 --- a/compiler/testData/codegen/box/sam/kt44827_sam.kt +++ b/compiler/testData/codegen/box/sam/kt44827_sam.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun invoke(j: J): String { diff --git a/compiler/testData/codegen/box/sam/nonInlinedSamWrapper.kt b/compiler/testData/codegen/box/sam/nonInlinedSamWrapper.kt index 82f54bbc645..4c075647c25 100644 --- a/compiler/testData/codegen/box/sam/nonInlinedSamWrapper.kt +++ b/compiler/testData/codegen/box/sam/nonInlinedSamWrapper.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java public class Test { diff --git a/compiler/testData/codegen/box/sam/nullableSam.kt b/compiler/testData/codegen/box/sam/nullableSam.kt index 17c5143052e..25075e48f8e 100644 --- a/compiler/testData/codegen/box/sam/nullableSam.kt +++ b/compiler/testData/codegen/box/sam/nullableSam.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/codegen/box/sam/partialSam.kt b/compiler/testData/codegen/box/sam/partialSam.kt index fd01b16316d..726302a8179 100644 --- a/compiler/testData/codegen/box/sam/partialSam.kt +++ b/compiler/testData/codegen/box/sam/partialSam.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Fn.java public interface Fn { R run(String s, int i, T t); diff --git a/compiler/testData/codegen/box/sam/partialSamKT.kt b/compiler/testData/codegen/box/sam/partialSamKT.kt index 2327bac03d4..f8bcacec49a 100644 --- a/compiler/testData/codegen/box/sam/partialSamKT.kt +++ b/compiler/testData/codegen/box/sam/partialSamKT.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Fn.java public interface Fn { R run(String s, int i, T t); diff --git a/compiler/testData/codegen/box/sam/predicateSamWrapper.kt b/compiler/testData/codegen/box/sam/predicateSamWrapper.kt index 1fe7b94a9e4..5daa4971c52 100644 --- a/compiler/testData/codegen/box/sam/predicateSamWrapper.kt +++ b/compiler/testData/codegen/box/sam/predicateSamWrapper.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // SKIP_JDK6 // SAM_CONVERSIONS: CLASS diff --git a/compiler/testData/codegen/box/sam/receiverEvaluatedOnce.kt b/compiler/testData/codegen/box/sam/receiverEvaluatedOnce.kt index 18842a303b0..cf655abfba3 100644 --- a/compiler/testData/codegen/box/sam/receiverEvaluatedOnce.kt +++ b/compiler/testData/codegen/box/sam/receiverEvaluatedOnce.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: JavaRunner.java public class JavaRunner { public static void runTwice(Runnable runnable) { diff --git a/compiler/testData/codegen/box/sam/samConstructorGenericSignature.kt b/compiler/testData/codegen/box/sam/samConstructorGenericSignature.kt index 5b2fe3c5c7d..1e3fb671ffb 100644 --- a/compiler/testData/codegen/box/sam/samConstructorGenericSignature.kt +++ b/compiler/testData/codegen/box/sam/samConstructorGenericSignature.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB // SAM_CONVERSIONS: CLASS // ^ test checks reflection for synthetic classes // MODULE: lib diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/jvmFieldMemberPropertyDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/jvmFieldMemberPropertyDeclaration.kt index 5c874d41038..217625e845f 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/jvmFieldMemberPropertyDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/jvmFieldMemberPropertyDeclaration.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: 2.kt abstract class A { diff --git a/compiler/testData/codegen/box/script/classReference.kt b/compiler/testData/codegen/box/script/classReference.kt index 728ad9de925..a9690a2b200 100644 --- a/compiler/testData/codegen/box/script/classReference.kt +++ b/compiler/testData/codegen/box/script/classReference.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String = diff --git a/compiler/testData/codegen/box/script/localCaptureTests.kt b/compiler/testData/codegen/box/script/localCaptureTests.kt index 08f8caf1934..b2c82ab5582 100644 --- a/compiler/testData/codegen/box/script/localCaptureTests.kt +++ b/compiler/testData/codegen/box/script/localCaptureTests.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String = diff --git a/compiler/testData/codegen/box/script/scripInstance.kt b/compiler/testData/codegen/box/script/scripInstance.kt index a3d79d17b6b..7c82ae4e4eb 100644 --- a/compiler/testData/codegen/box/script/scripInstance.kt +++ b/compiler/testData/codegen/box/script/scripInstance.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String = diff --git a/compiler/testData/codegen/box/script/scriptNestedClassInstance.kt b/compiler/testData/codegen/box/script/scriptNestedClassInstance.kt index ad03bf5096d..4bb6a756eff 100644 --- a/compiler/testData/codegen/box/script/scriptNestedClassInstance.kt +++ b/compiler/testData/codegen/box/script/scriptNestedClassInstance.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_LIGHT_ANALYSIS -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String = diff --git a/compiler/testData/codegen/box/smap/chainCalls.kt b/compiler/testData/codegen/box/smap/chainCalls.kt index 6871ad5b0be..f5b0eacd9ca 100644 --- a/compiler/testData/codegen/box/smap/chainCalls.kt +++ b/compiler/testData/codegen/box/smap/chainCalls.kt @@ -1,6 +1,6 @@ // This test depends on line numbers. // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package test diff --git a/compiler/testData/codegen/box/smap/infixCalls.kt b/compiler/testData/codegen/box/smap/infixCalls.kt index 807371935ee..1dfe48367eb 100644 --- a/compiler/testData/codegen/box/smap/infixCalls.kt +++ b/compiler/testData/codegen/box/smap/infixCalls.kt @@ -1,6 +1,6 @@ // This test depends on line numbers. // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package test diff --git a/compiler/testData/codegen/box/smap/simpleCallWithParams.kt b/compiler/testData/codegen/box/smap/simpleCallWithParams.kt index 4352e0c34a0..1981e06b3a8 100644 --- a/compiler/testData/codegen/box/smap/simpleCallWithParams.kt +++ b/compiler/testData/codegen/box/smap/simpleCallWithParams.kt @@ -1,6 +1,6 @@ // This test depends on line numbers. // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK package test diff --git a/compiler/testData/codegen/box/smartCasts/kt42517.kt b/compiler/testData/codegen/box/smartCasts/kt42517.kt index a42b171316f..edd5e15226c 100644 --- a/compiler/testData/codegen/box/smartCasts/kt42517.kt +++ b/compiler/testData/codegen/box/smartCasts/kt42517.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: JAVA -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS diff --git a/compiler/testData/codegen/box/specialBuiltins/complexMapImpl.kt b/compiler/testData/codegen/box/specialBuiltins/complexMapImpl.kt index 0dc7fce94a4..0a3efc8c264 100644 --- a/compiler/testData/codegen/box/specialBuiltins/complexMapImpl.kt +++ b/compiler/testData/codegen/box/specialBuiltins/complexMapImpl.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // binary representation of fractional part of phi = (sqrt(5) - 1) / 2 private const val MAGIC: Int = 0x9E3779B9L.toInt() // ((sqrt(5.0) - 1) / 2 * pow(2.0, 32.0)).toLong().toString(16) diff --git a/compiler/testData/codegen/box/specialBuiltins/mapGetOrDefault.kt b/compiler/testData/codegen/box/specialBuiltins/mapGetOrDefault.kt index 6df54b0c16f..d51f42ea0cc 100644 --- a/compiler/testData/codegen/box/specialBuiltins/mapGetOrDefault.kt +++ b/compiler/testData/codegen/box/specialBuiltins/mapGetOrDefault.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: TestMap.java diff --git a/compiler/testData/codegen/box/storeStackBeforeInline/differentTypes.kt b/compiler/testData/codegen/box/storeStackBeforeInline/differentTypes.kt index 2d38eb00026..fe35c067abf 100644 --- a/compiler/testData/codegen/box/storeStackBeforeInline/differentTypes.kt +++ b/compiler/testData/codegen/box/storeStackBeforeInline/differentTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/storeStackBeforeInline/primitiveMerge.kt b/compiler/testData/codegen/box/storeStackBeforeInline/primitiveMerge.kt index 7a0c44138c9..8055ce675d9 100644 --- a/compiler/testData/codegen/box/storeStackBeforeInline/primitiveMerge.kt +++ b/compiler/testData/codegen/box/storeStackBeforeInline/primitiveMerge.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/storeStackBeforeInline/simple.kt b/compiler/testData/codegen/box/storeStackBeforeInline/simple.kt index 02c77ef3f87..c25cdd6a954 100644 --- a/compiler/testData/codegen/box/storeStackBeforeInline/simple.kt +++ b/compiler/testData/codegen/box/storeStackBeforeInline/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/storeStackBeforeInline/unreachableMarker.kt b/compiler/testData/codegen/box/storeStackBeforeInline/unreachableMarker.kt index 303293d3cd8..30f08d0cea5 100644 --- a/compiler/testData/codegen/box/storeStackBeforeInline/unreachableMarker.kt +++ b/compiler/testData/codegen/box/storeStackBeforeInline/unreachableMarker.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/storeStackBeforeInline/withLambda.kt b/compiler/testData/codegen/box/storeStackBeforeInline/withLambda.kt index 44e64d5a9bc..05af51f506f 100644 --- a/compiler/testData/codegen/box/storeStackBeforeInline/withLambda.kt +++ b/compiler/testData/codegen/box/storeStackBeforeInline/withLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/strings/constInStringTemplate.kt b/compiler/testData/codegen/box/strings/constInStringTemplate.kt index f18108d2c61..8ba4f68bd43 100644 --- a/compiler/testData/codegen/box/strings/constInStringTemplate.kt +++ b/compiler/testData/codegen/box/strings/constInStringTemplate.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: Float.toString() -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/strings/forInString.kt b/compiler/testData/codegen/box/strings/forInString.kt index f5bcbbde7be..4d556132616 100644 --- a/compiler/testData/codegen/box/strings/forInString.kt +++ b/compiler/testData/codegen/box/strings/forInString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(): Int { var sum = 0 diff --git a/compiler/testData/codegen/box/strings/javaToStringNPE.kt b/compiler/testData/codegen/box/strings/javaToStringNPE.kt index ed73f5d3cc3..65a544ea9d0 100644 --- a/compiler/testData/codegen/box/strings/javaToStringNPE.kt +++ b/compiler/testData/codegen/box/strings/javaToStringNPE.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java import org.jetbrains.annotations.NotNull; diff --git a/compiler/testData/codegen/box/strings/kt13213.kt b/compiler/testData/codegen/box/strings/kt13213.kt index 8b9d200fe68..c2128937192 100644 --- a/compiler/testData/codegen/box/strings/kt13213.kt +++ b/compiler/testData/codegen/box/strings/kt13213.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // IGNORE_BACKEND: WASM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val t = test.trim() diff --git a/compiler/testData/codegen/box/strings/kt13213a.kt b/compiler/testData/codegen/box/strings/kt13213a.kt index 68b27d7c5e0..65d634e1090 100644 --- a/compiler/testData/codegen/box/strings/kt13213a.kt +++ b/compiler/testData/codegen/box/strings/kt13213a.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun Char.hex() = toInt().toString(16) diff --git a/compiler/testData/codegen/box/strings/nestedConcat.kt b/compiler/testData/codegen/box/strings/nestedConcat.kt index 34b2d423c8d..58cda0a7947 100644 --- a/compiler/testData/codegen/box/strings/nestedConcat.kt +++ b/compiler/testData/codegen/box/strings/nestedConcat.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/strings/stringFromJavaPlus.kt b/compiler/testData/codegen/box/strings/stringFromJavaPlus.kt index ce2912e851d..b9fea20f195 100644 --- a/compiler/testData/codegen/box/strings/stringFromJavaPlus.kt +++ b/compiler/testData/codegen/box/strings/stringFromJavaPlus.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java import org.jetbrains.annotations.NotNull; diff --git a/compiler/testData/codegen/box/strings/stringPlusOnlyWorksOnString.kt b/compiler/testData/codegen/box/strings/stringPlusOnlyWorksOnString.kt index cf713b647c2..b00ee0bb034 100644 --- a/compiler/testData/codegen/box/strings/stringPlusOnlyWorksOnString.kt +++ b/compiler/testData/codegen/box/strings/stringPlusOnlyWorksOnString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var x: MutableCollection = ArrayList() diff --git a/compiler/testData/codegen/box/strings/trimOptimization.kt b/compiler/testData/codegen/box/strings/trimOptimization.kt index d7347c920fc..45e1dc36369 100644 --- a/compiler/testData/codegen/box/strings/trimOptimization.kt +++ b/compiler/testData/codegen/box/strings/trimOptimization.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JS // IGNORE_BACKEND: WASM diff --git a/compiler/testData/codegen/box/super/superConstructor/kt17464_linkedMapOf.kt b/compiler/testData/codegen/box/super/superConstructor/kt17464_linkedMapOf.kt index 66a8d9a8893..37ffc2da430 100644 --- a/compiler/testData/codegen/box/super/superConstructor/kt17464_linkedMapOf.kt +++ b/compiler/testData/codegen/box/super/superConstructor/kt17464_linkedMapOf.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK open class B(val map: LinkedHashMap) diff --git a/compiler/testData/codegen/box/suspendConversion/basicSuspendConversionGenerics.kt b/compiler/testData/codegen/box/suspendConversion/basicSuspendConversionGenerics.kt index ff26811ac80..b18ed39a215 100644 --- a/compiler/testData/codegen/box/suspendConversion/basicSuspendConversionGenerics.kt +++ b/compiler/testData/codegen/box/suspendConversion/basicSuspendConversionGenerics.kt @@ -4,7 +4,7 @@ // !LANGUAGE: +SuspendConversion // !DIAGNOSTICS: -UNUSED_PARAMETER -UNUSED_EXPRESSION -// WITH_RUNTIME +// WITH_STDLIB class C diff --git a/compiler/testData/codegen/box/suspendConversion/suspendConversionCompatibility.kt b/compiler/testData/codegen/box/suspendConversion/suspendConversionCompatibility.kt index c910d6024c4..97ca7cc061c 100644 --- a/compiler/testData/codegen/box/suspendConversion/suspendConversionCompatibility.kt +++ b/compiler/testData/codegen/box/suspendConversion/suspendConversionCompatibility.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +SuspendConversion // !DIAGNOSTICS: -UNUSED_PARAMETER -UNUSED_EXPRESSION -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_FIR: JVM_IR object Test1 { diff --git a/compiler/testData/codegen/box/synchronized/changeMonitor.kt b/compiler/testData/codegen/box/synchronized/changeMonitor.kt index 5c2bab2c36b..fa98e83724c 100644 --- a/compiler/testData/codegen/box/synchronized/changeMonitor.kt +++ b/compiler/testData/codegen/box/synchronized/changeMonitor.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK fun box(): String { diff --git a/compiler/testData/codegen/box/synchronized/exceptionInMonitorExpression.kt b/compiler/testData/codegen/box/synchronized/exceptionInMonitorExpression.kt index cf4ade8b111..63e79b55b35 100644 --- a/compiler/testData/codegen/box/synchronized/exceptionInMonitorExpression.kt +++ b/compiler/testData/codegen/box/synchronized/exceptionInMonitorExpression.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val obj = "" as java.lang.Object diff --git a/compiler/testData/codegen/box/synchronized/finally.kt b/compiler/testData/codegen/box/synchronized/finally.kt index 2fd42eae717..88374fd6d2e 100644 --- a/compiler/testData/codegen/box/synchronized/finally.kt +++ b/compiler/testData/codegen/box/synchronized/finally.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK fun box(): String { diff --git a/compiler/testData/codegen/box/synchronized/longValue.kt b/compiler/testData/codegen/box/synchronized/longValue.kt index 8dec5eb94fc..667ec794cb1 100644 --- a/compiler/testData/codegen/box/synchronized/longValue.kt +++ b/compiler/testData/codegen/box/synchronized/longValue.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var obj = "0" as java.lang.Object diff --git a/compiler/testData/codegen/box/synchronized/nestedDifferentObjects.kt b/compiler/testData/codegen/box/synchronized/nestedDifferentObjects.kt index d5779c1e1bd..a594cf87213 100644 --- a/compiler/testData/codegen/box/synchronized/nestedDifferentObjects.kt +++ b/compiler/testData/codegen/box/synchronized/nestedDifferentObjects.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val obj = "" as java.lang.Object diff --git a/compiler/testData/codegen/box/synchronized/nestedSameObject.kt b/compiler/testData/codegen/box/synchronized/nestedSameObject.kt index a98bdd48bd0..3b79c0d9a02 100644 --- a/compiler/testData/codegen/box/synchronized/nestedSameObject.kt +++ b/compiler/testData/codegen/box/synchronized/nestedSameObject.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val obj = "" as java.lang.Object diff --git a/compiler/testData/codegen/box/synchronized/nonLocalReturn.kt b/compiler/testData/codegen/box/synchronized/nonLocalReturn.kt index 7368d92fd82..d1d9224d041 100644 --- a/compiler/testData/codegen/box/synchronized/nonLocalReturn.kt +++ b/compiler/testData/codegen/box/synchronized/nonLocalReturn.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.concurrent.CountDownLatch diff --git a/compiler/testData/codegen/box/synchronized/objectValue.kt b/compiler/testData/codegen/box/synchronized/objectValue.kt index 1c27b83df69..95e00531f36 100644 --- a/compiler/testData/codegen/box/synchronized/objectValue.kt +++ b/compiler/testData/codegen/box/synchronized/objectValue.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var obj = "0" as java.lang.Object diff --git a/compiler/testData/codegen/box/synchronized/sync.kt b/compiler/testData/codegen/box/synchronized/sync.kt index e48f6181edb..758557346c4 100644 --- a/compiler/testData/codegen/box/synchronized/sync.kt +++ b/compiler/testData/codegen/box/synchronized/sync.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.concurrent.* diff --git a/compiler/testData/codegen/box/synchronized/value.kt b/compiler/testData/codegen/box/synchronized/value.kt index 7b4d63adafb..f35447e03ec 100644 --- a/compiler/testData/codegen/box/synchronized/value.kt +++ b/compiler/testData/codegen/box/synchronized/value.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var obj = "0" as java.lang.Object diff --git a/compiler/testData/codegen/box/synchronized/wait.kt b/compiler/testData/codegen/box/synchronized/wait.kt index 56acadd4016..dfd7008c5cb 100644 --- a/compiler/testData/codegen/box/synchronized/wait.kt +++ b/compiler/testData/codegen/box/synchronized/wait.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK fun box(): String { diff --git a/compiler/testData/codegen/box/syntheticAccessors/accessorForProtectedInvokeVirtual.kt b/compiler/testData/codegen/box/syntheticAccessors/accessorForProtectedInvokeVirtual.kt index f68dda4d4b1..360bac25549 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/accessorForProtectedInvokeVirtual.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/accessorForProtectedInvokeVirtual.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt import test.A diff --git a/compiler/testData/codegen/box/syntheticAccessors/jvmField.kt b/compiler/testData/codegen/box/syntheticAccessors/jvmField.kt index 76c38ef8d7e..dd3ea969415 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/jvmField.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/jvmField.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.kt package a diff --git a/compiler/testData/codegen/box/syntheticAccessors/jvmNameForAccessors.kt b/compiler/testData/codegen/box/syntheticAccessors/jvmNameForAccessors.kt index 1f91d3ae2d5..0d9e10911bb 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/jvmNameForAccessors.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/jvmNameForAccessors.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @JvmName("fooA") diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_anonObject.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_anonObject.kt index c677a8a1794..720e71304a8 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_anonObject.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_anonObject.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt46578_anonObject.kt import p.* diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_delegated.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_delegated.kt index ec015b85cd9..4d102425648 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_delegated.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_delegated.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt46578_delegated.kt import p.* diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_kotlin_delegated.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_kotlin_delegated.kt index 0607f3f5a18..2b329616ee5 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_kotlin_delegated.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_kotlin_delegated.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt46578_kotlin_delegated.kt import p.* diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_kotlin_propertyRef.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_kotlin_propertyRef.kt index d10c0ffa954..809c55527b7 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_kotlin_propertyRef.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_kotlin_propertyRef.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt46578_kotlin_propertyRef.kt import p.* diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_lambda.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_lambda.kt index d7e8161236e..4cbd8554615 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_lambda.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_lambda.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt46578_lambda.kt import p.* diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_propertyRef.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_propertyRef.kt index faeb6180d77..f07e583e929 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_propertyRef.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor/kt46578_propertyRef.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt46578_propertyRef.kt import p.* diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor/kt46597_crossinline_jvmField_property.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor/kt46597_crossinline_jvmField_property.kt index 69b78cabeb0..338ea32d731 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor/kt46597_crossinline_jvmField_property.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor/kt46597_crossinline_jvmField_property.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt package a diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor/kt46597_jvmField_property.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor/kt46597_jvmField_property.kt index df39d043855..9a038bba777 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor/kt46597_jvmField_property.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor/kt46597_jvmField_property.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt package a diff --git a/compiler/testData/codegen/box/syntheticAccessors/protectedSuperclassCompanionObjectMember.kt b/compiler/testData/codegen/box/syntheticAccessors/protectedSuperclassCompanionObjectMember.kt index a5f9ebcbad5..00b1166388d 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/protectedSuperclassCompanionObjectMember.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/protectedSuperclassCompanionObjectMember.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_LIGHT_ANALYSIS // IGNORE_BACKEND: JVM diff --git a/compiler/testData/codegen/box/syntheticAccessors/syntheticAccessorNames.kt b/compiler/testData/codegen/box/syntheticAccessors/syntheticAccessorNames.kt index 7c37f4284aa..40daf78446a 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/syntheticAccessorNames.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/syntheticAccessorNames.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // This test checks that synthetic accessors generated by Kotlin compiler have names starting with "access$" // This is crucial for some JVM frameworks like Quasar which rely on the bytecode being similar to the one generated by javac // See https://youtrack.jetbrains.com/issue/KT-6870 diff --git a/compiler/testData/codegen/box/throws/delegationAndThrows.kt b/compiler/testData/codegen/box/throws/delegationAndThrows.kt index 94cd6fa4868..bc621bb3988 100644 --- a/compiler/testData/codegen/box/throws/delegationAndThrows.kt +++ b/compiler/testData/codegen/box/throws/delegationAndThrows.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +DoNotGenerateThrowsForDelegatedKotlinMembers // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.kt import java.io.IOException diff --git a/compiler/testData/codegen/box/throws/delegationAndThrows_1_3.kt b/compiler/testData/codegen/box/throws/delegationAndThrows_1_3.kt index d14249a7759..4d236743093 100644 --- a/compiler/testData/codegen/box/throws/delegationAndThrows_1_3.kt +++ b/compiler/testData/codegen/box/throws/delegationAndThrows_1_3.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -DoNotGenerateThrowsForDelegatedKotlinMembers // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: A.kt import java.io.IOException diff --git a/compiler/testData/codegen/box/throws/delegationAndThrows_AgainstCompiled.kt b/compiler/testData/codegen/box/throws/delegationAndThrows_AgainstCompiled.kt index 9a8a353be1e..7036bcdfbc8 100644 --- a/compiler/testData/codegen/box/throws/delegationAndThrows_AgainstCompiled.kt +++ b/compiler/testData/codegen/box/throws/delegationAndThrows_AgainstCompiled.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: A.java diff --git a/compiler/testData/codegen/box/toArray/incorrectToArrayDetection.kt b/compiler/testData/codegen/box/toArray/incorrectToArrayDetection.kt index 90bd84d0a2b..87834f722d9 100644 --- a/compiler/testData/codegen/box/toArray/incorrectToArrayDetection.kt +++ b/compiler/testData/codegen/box/toArray/incorrectToArrayDetection.kt @@ -1,7 +1,7 @@ // SKIP_JDK6 // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB import java.lang.reflect.Modifier diff --git a/compiler/testData/codegen/box/toArray/kt3177-toTypedArray.kt b/compiler/testData/codegen/box/toArray/kt3177-toTypedArray.kt index 6d941babc19..b2c7c35cd10 100644 --- a/compiler/testData/codegen/box/toArray/kt3177-toTypedArray.kt +++ b/compiler/testData/codegen/box/toArray/kt3177-toTypedArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val list = ArrayList>() diff --git a/compiler/testData/codegen/box/toArray/returnToTypedArray.kt b/compiler/testData/codegen/box/toArray/returnToTypedArray.kt index 5986dbe5bf4..00131ab3cbb 100644 --- a/compiler/testData/codegen/box/toArray/returnToTypedArray.kt +++ b/compiler/testData/codegen/box/toArray/returnToTypedArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun getCopyToArray(): Array = listOf(2, 3, 9).toTypedArray() diff --git a/compiler/testData/codegen/box/toArray/toArray.kt b/compiler/testData/codegen/box/toArray/toArray.kt index 6f6bb91b346..dad827dbede 100644 --- a/compiler/testData/codegen/box/toArray/toArray.kt +++ b/compiler/testData/codegen/box/toArray/toArray.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class MyCollection(val delegate: Collection): Collection by delegate diff --git a/compiler/testData/codegen/box/toArray/toArrayAlreadyPresent.kt b/compiler/testData/codegen/box/toArray/toArrayAlreadyPresent.kt index 726ec071d80..3191e9a4b60 100644 --- a/compiler/testData/codegen/box/toArray/toArrayAlreadyPresent.kt +++ b/compiler/testData/codegen/box/toArray/toArrayAlreadyPresent.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB import java.util.Arrays diff --git a/compiler/testData/codegen/box/toArray/toArrayFromJava.kt b/compiler/testData/codegen/box/toArray/toArrayFromJava.kt index 1992aed47cf..881cd35300b 100644 --- a/compiler/testData/codegen/box/toArray/toArrayFromJava.kt +++ b/compiler/testData/codegen/box/toArray/toArrayFromJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: MyListWithCustomToArray.java public abstract class MyListWithCustomToArray extends java.util.AbstractList { diff --git a/compiler/testData/codegen/box/toArray/toArrayShouldBePublic.kt b/compiler/testData/codegen/box/toArray/toArrayShouldBePublic.kt index 78f1b92f895..ab8e4ce48db 100644 --- a/compiler/testData/codegen/box/toArray/toArrayShouldBePublic.kt +++ b/compiler/testData/codegen/box/toArray/toArrayShouldBePublic.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: SingletonCollection.kt package test diff --git a/compiler/testData/codegen/box/toArray/toArrayShouldBePublicWithJava.kt b/compiler/testData/codegen/box/toArray/toArrayShouldBePublicWithJava.kt index 8e170ae174a..67f10002a80 100644 --- a/compiler/testData/codegen/box/toArray/toArrayShouldBePublicWithJava.kt +++ b/compiler/testData/codegen/box/toArray/toArrayShouldBePublicWithJava.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_LIGHT_ANALYSIS // FILE: SingletonCollection.kt diff --git a/compiler/testData/codegen/box/toArray/toTypedArray.kt b/compiler/testData/codegen/box/toArray/toTypedArray.kt index eb598d966ad..3b15b33b6e2 100644 --- a/compiler/testData/codegen/box/toArray/toTypedArray.kt +++ b/compiler/testData/codegen/box/toArray/toTypedArray.kt @@ -6,7 +6,7 @@ // IGNORE_BACKEND: WASM // missing isArrayOf on JS -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val array = listOf(2, 3, 9).toTypedArray() diff --git a/compiler/testData/codegen/box/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt b/compiler/testData/codegen/box/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt index 33b2b195fa5..99617c00eb1 100644 --- a/compiler/testData/codegen/box/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt +++ b/compiler/testData/codegen/box/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:kotlin.jvm.JvmMultifileClass @file:kotlin.jvm.JvmName("TestKt") diff --git a/compiler/testData/codegen/box/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt b/compiler/testData/codegen/box/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt index eea28c9b194..e485623139c 100644 --- a/compiler/testData/codegen/box/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt +++ b/compiler/testData/codegen/box/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:kotlin.jvm.JvmMultifileClass @file:kotlin.jvm.JvmName("TestKt") diff --git a/compiler/testData/codegen/box/topLevelPrivate/syntheticAccessorInMultiFile.kt b/compiler/testData/codegen/box/topLevelPrivate/syntheticAccessorInMultiFile.kt index f49bcb735d8..b9a1ec6b7f5 100644 --- a/compiler/testData/codegen/box/topLevelPrivate/syntheticAccessorInMultiFile.kt +++ b/compiler/testData/codegen/box/topLevelPrivate/syntheticAccessorInMultiFile.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:kotlin.jvm.JvmMultifileClass @file:kotlin.jvm.JvmName("TestKt") diff --git a/compiler/testData/codegen/box/traits/defaultImplCall.kt b/compiler/testData/codegen/box/traits/defaultImplCall.kt index d3ebe55a400..7d3dea9d2d7 100644 --- a/compiler/testData/codegen/box/traits/defaultImplCall.kt +++ b/compiler/testData/codegen/box/traits/defaultImplCall.kt @@ -4,7 +4,7 @@ // First item on Android is `java.lang.Thread.getStackTrace` // IGNORE_BACKEND: ANDROID -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Test { diff --git a/compiler/testData/codegen/box/typeMapping/genericTypeWithNothing.kt b/compiler/testData/codegen/box/typeMapping/genericTypeWithNothing.kt index 5dd6e1799db..cb60527e46e 100644 --- a/compiler/testData/codegen/box/typeMapping/genericTypeWithNothing.kt +++ b/compiler/testData/codegen/box/typeMapping/genericTypeWithNothing.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB package foo diff --git a/compiler/testData/codegen/box/typeMapping/kt309.kt b/compiler/testData/codegen/box/typeMapping/kt309.kt index c50c6eb951e..a02dffc05f5 100644 --- a/compiler/testData/codegen/box/typeMapping/kt309.kt +++ b/compiler/testData/codegen/box/typeMapping/kt309.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB class N { fun foo() = null diff --git a/compiler/testData/codegen/box/typeMapping/typeParameterMultipleBounds.kt b/compiler/testData/codegen/box/typeMapping/typeParameterMultipleBounds.kt index 4c4f2037be3..d10d7d11d75 100644 --- a/compiler/testData/codegen/box/typeMapping/typeParameterMultipleBounds.kt +++ b/compiler/testData/codegen/box/typeMapping/typeParameterMultipleBounds.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB interface I1 interface I2 diff --git a/compiler/testData/codegen/box/typealias/typeAliasAsBareType.kt b/compiler/testData/codegen/box/typealias/typeAliasAsBareType.kt index eed82fc0045..628a42d86d8 100644 --- a/compiler/testData/codegen/box/typealias/typeAliasAsBareType.kt +++ b/compiler/testData/codegen/box/typealias/typeAliasAsBareType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB typealias L = List diff --git a/compiler/testData/codegen/box/underscoredTypeArguments/backTicked.kt b/compiler/testData/codegen/box/underscoredTypeArguments/backTicked.kt index 3c2d74e9718..732fbfeb649 100644 --- a/compiler/testData/codegen/box/underscoredTypeArguments/backTicked.kt +++ b/compiler/testData/codegen/box/underscoredTypeArguments/backTicked.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +PartiallySpecifiedTypeArguments -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = 1 as K to x(1 as K) diff --git a/compiler/testData/codegen/box/underscoredTypeArguments/dependentTypeParameters.kt b/compiler/testData/codegen/box/underscoredTypeArguments/dependentTypeParameters.kt index 7f21bf67e39..b14b5778968 100644 --- a/compiler/testData/codegen/box/underscoredTypeArguments/dependentTypeParameters.kt +++ b/compiler/testData/codegen/box/underscoredTypeArguments/dependentTypeParameters.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +PartiallySpecifiedTypeArguments -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM abstract class SomeClass { diff --git a/compiler/testData/codegen/box/underscoredTypeArguments/simple.kt b/compiler/testData/codegen/box/underscoredTypeArguments/simple.kt index 4e66fa58a97..fa8e92d4717 100644 --- a/compiler/testData/codegen/box/underscoredTypeArguments/simple.kt +++ b/compiler/testData/codegen/box/underscoredTypeArguments/simple.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +PartiallySpecifiedTypeArguments -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = (1 as K) to (1f as T) diff --git a/compiler/testData/codegen/box/unsignedTypes/boxConstValOfUnsignedType.kt b/compiler/testData/codegen/box/unsignedTypes/boxConstValOfUnsignedType.kt index f81389a7781..90fe0e3a76e 100644 --- a/compiler/testData/codegen/box/unsignedTypes/boxConstValOfUnsignedType.kt +++ b/compiler/testData/codegen/box/unsignedTypes/boxConstValOfUnsignedType.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB const val maxUByte: UByte = 0xFFu diff --git a/compiler/testData/codegen/box/unsignedTypes/boxedUnsignedEqualsZero.kt b/compiler/testData/codegen/box/unsignedTypes/boxedUnsignedEqualsZero.kt index bda56480e88..2bc9fcd2ada 100644 --- a/compiler/testData/codegen/box/unsignedTypes/boxedUnsignedEqualsZero.kt +++ b/compiler/testData/codegen/box/unsignedTypes/boxedUnsignedEqualsZero.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun isZeroUInt(n: UInt?) = n!! == 0U fun isZeroUInt2(n: UInt?) = 0U == n!! diff --git a/compiler/testData/codegen/box/unsignedTypes/checkBasicUnsignedLiterals.kt b/compiler/testData/codegen/box/unsignedTypes/checkBasicUnsignedLiterals.kt index cc4c36eda14..f3c78276842 100644 --- a/compiler/testData/codegen/box/unsignedTypes/checkBasicUnsignedLiterals.kt +++ b/compiler/testData/codegen/box/unsignedTypes/checkBasicUnsignedLiterals.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val good = 42.toUInt() diff --git a/compiler/testData/codegen/box/unsignedTypes/defaultArguments.kt b/compiler/testData/codegen/box/unsignedTypes/defaultArguments.kt index 1c73f971e30..af7d4607951 100644 --- a/compiler/testData/codegen/box/unsignedTypes/defaultArguments.kt +++ b/compiler/testData/codegen/box/unsignedTypes/defaultArguments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // Case of KT-44180 diff --git a/compiler/testData/codegen/box/unsignedTypes/forEachIndexedInListOfUInts.kt b/compiler/testData/codegen/box/unsignedTypes/forEachIndexedInListOfUInts.kt index 51a9b8d5eaa..08c3310c6bd 100644 --- a/compiler/testData/codegen/box/unsignedTypes/forEachIndexedInListOfUInts.kt +++ b/compiler/testData/codegen/box/unsignedTypes/forEachIndexedInListOfUInts.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val a = listOf(1u, 2u, 3u) diff --git a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedDownTo.kt b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedDownTo.kt index a6303bb50fa..d2a75ebba35 100644 --- a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedDownTo.kt +++ b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedProgression.kt b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedProgression.kt index 0d7df91b95d..69691b7a231 100644 --- a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedProgression.kt +++ b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedProgression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRange.kt b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRange.kt index 2c7b96e459e..88b217d3959 100644 --- a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRange.kt +++ b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeLiteral.kt b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeLiteral.kt index ce63a74034d..ffd93d6e89a 100644 --- a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeLiteral.kt +++ b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeLiteral.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeWithCoercion.kt b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeWithCoercion.kt index 31f8fec073e..3ab0804beba 100644 --- a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeWithCoercion.kt +++ b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeWithCoercion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val UB_MAX = UByte.MAX_VALUE val UB_START = (UB_MAX - 10u).toUByte() diff --git a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt index 269037f3bd2..2df08747755 100644 --- a/compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt +++ b/compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/inUnsignedDownTo.kt b/compiler/testData/codegen/box/unsignedTypes/inUnsignedDownTo.kt index f54c92122f8..845124a20a2 100644 --- a/compiler/testData/codegen/box/unsignedTypes/inUnsignedDownTo.kt +++ b/compiler/testData/codegen/box/unsignedTypes/inUnsignedDownTo.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/inUnsignedRange.kt b/compiler/testData/codegen/box/unsignedTypes/inUnsignedRange.kt index 90660112762..b1b39e743c8 100644 --- a/compiler/testData/codegen/box/unsignedTypes/inUnsignedRange.kt +++ b/compiler/testData/codegen/box/unsignedTypes/inUnsignedRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/inUnsignedRangeLiteral.kt b/compiler/testData/codegen/box/unsignedTypes/inUnsignedRangeLiteral.kt index e5d1359d8ca..12915fdb164 100644 --- a/compiler/testData/codegen/box/unsignedTypes/inUnsignedRangeLiteral.kt +++ b/compiler/testData/codegen/box/unsignedTypes/inUnsignedRangeLiteral.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/inUnsignedUntil.kt b/compiler/testData/codegen/box/unsignedTypes/inUnsignedUntil.kt index 908db133518..6b20bb5915a 100644 --- a/compiler/testData/codegen/box/unsignedTypes/inUnsignedUntil.kt +++ b/compiler/testData/codegen/box/unsignedTypes/inUnsignedUntil.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val MaxUI = UInt.MAX_VALUE const val MinUI = UInt.MIN_VALUE diff --git a/compiler/testData/codegen/box/unsignedTypes/iterateOverArrayOfUnsignedValues.kt b/compiler/testData/codegen/box/unsignedTypes/iterateOverArrayOfUnsignedValues.kt index 6afa7243295..ad406d6a7ae 100644 --- a/compiler/testData/codegen/box/unsignedTypes/iterateOverArrayOfUnsignedValues.kt +++ b/compiler/testData/codegen/box/unsignedTypes/iterateOverArrayOfUnsignedValues.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var sum = 0u diff --git a/compiler/testData/codegen/box/unsignedTypes/iterateOverListOfBoxedUnsignedValues.kt b/compiler/testData/codegen/box/unsignedTypes/iterateOverListOfBoxedUnsignedValues.kt index 804c9382963..5b2825b8633 100644 --- a/compiler/testData/codegen/box/unsignedTypes/iterateOverListOfBoxedUnsignedValues.kt +++ b/compiler/testData/codegen/box/unsignedTypes/iterateOverListOfBoxedUnsignedValues.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { var sum = 0u diff --git a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntCompare_jvm8.kt b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntCompare_jvm8.kt index a1f10a5282f..250af6ef533 100644 --- a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntCompare_jvm8.kt +++ b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntCompare_jvm8.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 val ua = 1234U diff --git a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntDivide_jvm8.kt b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntDivide_jvm8.kt index b680a05b61f..0955be50a3f 100644 --- a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntDivide_jvm8.kt +++ b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntDivide_jvm8.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 val ua = 1234U diff --git a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntRemainder_jvm8.kt b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntRemainder_jvm8.kt index 57de3060b4f..d676c6bd7b6 100644 --- a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntRemainder_jvm8.kt +++ b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntRemainder_jvm8.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 val ua = 1234U diff --git a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntToString_jvm8.kt b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntToString_jvm8.kt index 227808f95e2..be52a0aa199 100644 --- a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntToString_jvm8.kt +++ b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedIntToString_jvm8.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 fun box(): String { diff --git a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongCompare_jvm8.kt b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongCompare_jvm8.kt index 55975b6bd92..3987d1a98c7 100644 --- a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongCompare_jvm8.kt +++ b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongCompare_jvm8.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 val ua = 1234UL diff --git a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongDivide_jvm8.kt b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongDivide_jvm8.kt index 6168f176677..7c72949d3f1 100644 --- a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongDivide_jvm8.kt +++ b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongDivide_jvm8.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 val ua = 1234UL diff --git a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongRemainder_jvm8.kt b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongRemainder_jvm8.kt index 19536182398..261a12dff10 100644 --- a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongRemainder_jvm8.kt +++ b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongRemainder_jvm8.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 val ua = 1234UL diff --git a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongToString_jvm8.kt b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongToString_jvm8.kt index 04b3e708ef2..182efae31f9 100644 --- a/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongToString_jvm8.kt +++ b/compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics/unsignedLongToString_jvm8.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 fun box(): String { diff --git a/compiler/testData/codegen/box/unsignedTypes/kt25784.kt b/compiler/testData/codegen/box/unsignedTypes/kt25784.kt index 8e3ca34757c..bceb5ddfab9 100644 --- a/compiler/testData/codegen/box/unsignedTypes/kt25784.kt +++ b/compiler/testData/codegen/box/unsignedTypes/kt25784.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty import kotlin.reflect.KProperty0 diff --git a/compiler/testData/codegen/box/unsignedTypes/kt43286.kt b/compiler/testData/codegen/box/unsignedTypes/kt43286.kt index 7164904a4c7..e41cd06f535 100644 --- a/compiler/testData/codegen/box/unsignedTypes/kt43286.kt +++ b/compiler/testData/codegen/box/unsignedTypes/kt43286.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB class D(val x: UInt?) diff --git a/compiler/testData/codegen/box/unsignedTypes/kt43286a.kt b/compiler/testData/codegen/box/unsignedTypes/kt43286a.kt index 3a4805c8f4e..8d0d1cb93eb 100644 --- a/compiler/testData/codegen/box/unsignedTypes/kt43286a.kt +++ b/compiler/testData/codegen/box/unsignedTypes/kt43286a.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x = 3UL % 2U diff --git a/compiler/testData/codegen/box/unsignedTypes/kt47716.kt b/compiler/testData/codegen/box/unsignedTypes/kt47716.kt index 113c0bfb4e2..2548b96203f 100644 --- a/compiler/testData/codegen/box/unsignedTypes/kt47716.kt +++ b/compiler/testData/codegen/box/unsignedTypes/kt47716.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val r = diff --git a/compiler/testData/codegen/box/unsignedTypes/literalEqualsNullableUnsigned.kt b/compiler/testData/codegen/box/unsignedTypes/literalEqualsNullableUnsigned.kt index 5f59f22484a..4acf8dbbc5d 100644 --- a/compiler/testData/codegen/box/unsignedTypes/literalEqualsNullableUnsigned.kt +++ b/compiler/testData/codegen/box/unsignedTypes/literalEqualsNullableUnsigned.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun isZeroUInt(n: UInt?) = 0U == n fun isZeroULong(n: ULong?) = 0UL == n diff --git a/compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt b/compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt index 40129ffc47e..cf6e5a1b84f 100644 --- a/compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt +++ b/compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun isZeroUInt(n: UInt?) = n == 0U fun isZeroUInt2(n: UInt?): Boolean = n != null && n == 0u diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedArraySize.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedArraySize.kt index 9be1d853537..393c493cb8d 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedArraySize.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedArraySize.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test() = uintArrayOf(1u).size diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt index f15ab420192..54427c2a4e3 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234U val ub = 5678U diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedIntDivide.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedIntDivide.kt index 2f01a9d7d9d..c6ffef6bb58 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedIntDivide.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedIntDivide.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234U val ub = 5678U diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedIntRemainder.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedIntRemainder.kt index 61ff07e4edb..e297541d6c7 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedIntRemainder.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedIntRemainder.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234U val ub = 5678U diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedIntToString.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedIntToString.kt index 555d6041358..6feac1ca1a8 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedIntToString.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedIntToString.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val min = 0U.toString() diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsForMaxLongValue.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsForMaxLongValue.kt index 1bddaa0b1b6..4e9c8172fa4 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsForMaxLongValue.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsForMaxLongValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val maxULong = 0xFFFF_FFFF_FFFF_FFFFuL diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsInApiVersion14.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsInApiVersion14.kt index cd40bca446e..f3f978f77ad 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsInApiVersion14.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsInApiVersion14.kt @@ -1,5 +1,5 @@ // !API_VERSION: 1.4 -// WITH_RUNTIME +// WITH_STDLIB val x = 0u val y = 0uL diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsWithSignedOverflow.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsWithSignedOverflow.kt index e6875ac5574..7fd51ffe834 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsWithSignedOverflow.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsWithSignedOverflow.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val u1: UByte = 255u diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedLongCompare.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedLongCompare.kt index 51f29baa3e4..e6f1ca413f5 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedLongCompare.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedLongCompare.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234UL val ub = 5678UL diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedLongDivide.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedLongDivide.kt index a5cf88a33ab..59353f6f08b 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedLongDivide.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedLongDivide.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234UL val ub = 5678UL diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedLongRemainder.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedLongRemainder.kt index 0f335e41e4f..21b44a72001 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedLongRemainder.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedLongRemainder.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234UL val ub = 5678UL diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedLongToString.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedLongToString.kt index b63cde80c9a..0c22b24edfb 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedLongToString.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedLongToString.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val min = 0UL.toString() diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedRangeIterator.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedRangeIterator.kt index faff769bf20..d831ae06431 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedRangeIterator.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedRangeIterator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // USE_OLD_INLINE_CLASSES_MANGLING_SCHEME fun testUIntRangeForEach() { diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedToSignedConversion.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedToSignedConversion.kt index 6a8d5562d56..0f1ca964688 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedToSignedConversion.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedToSignedConversion.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun takeUByte(u: UByte) = u.toByte() fun takeUShort(u: UShort) = u.toShort() diff --git a/compiler/testData/codegen/box/unsignedTypes/unsignedTypeValuesInsideStringTemplates.kt b/compiler/testData/codegen/box/unsignedTypes/unsignedTypeValuesInsideStringTemplates.kt index fe4201cd2ba..d23e783d8a7 100644 --- a/compiler/testData/codegen/box/unsignedTypes/unsignedTypeValuesInsideStringTemplates.kt +++ b/compiler/testData/codegen/box/unsignedTypes/unsignedTypeValuesInsideStringTemplates.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB const val MAX_BYTE: UByte = 0xFFu const val HUNDRED: UByte = 100u diff --git a/compiler/testData/codegen/box/unsignedTypes/varargsOfUnsignedTypes.kt b/compiler/testData/codegen/box/unsignedTypes/varargsOfUnsignedTypes.kt index 1623b3d90ac..c75f49bc5d9 100644 --- a/compiler/testData/codegen/box/unsignedTypes/varargsOfUnsignedTypes.kt +++ b/compiler/testData/codegen/box/unsignedTypes/varargsOfUnsignedTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun uint(vararg us: UInt): UIntArray = us diff --git a/compiler/testData/codegen/box/unsignedTypes/whenByUnsigned.kt b/compiler/testData/codegen/box/unsignedTypes/whenByUnsigned.kt index 4111b5ebe87..ff7a0aad7c5 100644 --- a/compiler/testData/codegen/box/unsignedTypes/whenByUnsigned.kt +++ b/compiler/testData/codegen/box/unsignedTypes/whenByUnsigned.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JS const val M1: UInt = 2147483648u diff --git a/compiler/testData/codegen/box/valueClasses/jvmInline.kt b/compiler/testData/codegen/box/valueClasses/jvmInline.kt index 63b504b1e2c..5236a3dab8e 100644 --- a/compiler/testData/codegen/box/valueClasses/jvmInline.kt +++ b/compiler/testData/codegen/box/valueClasses/jvmInline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: ANDROID // IGNORE_BACKEND: NATIVE diff --git a/compiler/testData/codegen/box/vararg/kt37715.kt b/compiler/testData/codegen/box/vararg/kt37715.kt index fa01227766d..787afff7c83 100644 --- a/compiler/testData/codegen/box/vararg/kt37715.kt +++ b/compiler/testData/codegen/box/vararg/kt37715.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IR_DUMP import kotlin.collections.toList diff --git a/compiler/testData/codegen/box/vararg/kt46092.kt b/compiler/testData/codegen/box/vararg/kt46092.kt index 92c2284cf97..92f685486df 100644 --- a/compiler/testData/codegen/box/vararg/kt46092.kt +++ b/compiler/testData/codegen/box/vararg/kt46092.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt46092.kt class CharSequenceBackedByChars : CharArrayCharSequence { diff --git a/compiler/testData/codegen/box/vararg/referenceToContainsFromVarargParameter.kt b/compiler/testData/codegen/box/vararg/referenceToContainsFromVarargParameter.kt index a05b170b174..b2292b7463c 100644 --- a/compiler/testData/codegen/box/vararg/referenceToContainsFromVarargParameter.kt +++ b/compiler/testData/codegen/box/vararg/referenceToContainsFromVarargParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(l: List, vararg values: Any): Boolean = l.any(values::contains) diff --git a/compiler/testData/codegen/box/vararg/spreadCopiesArray.kt b/compiler/testData/codegen/box/vararg/spreadCopiesArray.kt index 0e9220a87b5..7f9416e40ab 100644 --- a/compiler/testData/codegen/box/vararg/spreadCopiesArray.kt +++ b/compiler/testData/codegen/box/vararg/spreadCopiesArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.* diff --git a/compiler/testData/codegen/box/vararg/useSuspendFunResultAsVararg.kt b/compiler/testData/codegen/box/vararg/useSuspendFunResultAsVararg.kt index 6cfce62137a..b35b60cae50 100644 --- a/compiler/testData/codegen/box/vararg/useSuspendFunResultAsVararg.kt +++ b/compiler/testData/codegen/box/vararg/useSuspendFunResultAsVararg.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/box/when/enumOptimization/bigEnum.kt b/compiler/testData/codegen/box/when/enumOptimization/bigEnum.kt index 629b6d1a32a..5d5558daad4 100644 --- a/compiler/testData/codegen/box/when/enumOptimization/bigEnum.kt +++ b/compiler/testData/codegen/box/when/enumOptimization/bigEnum.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=bar1 count=6 // CHECK_IF_COUNT: function=bar1 count=0 // CHECK_CASES_COUNT: function=bar2 count=6 diff --git a/compiler/testData/codegen/box/when/enumOptimization/duplicatingItems.kt b/compiler/testData/codegen/box/when/enumOptimization/duplicatingItems.kt index f6936f90650..45860b448a3 100644 --- a/compiler/testData/codegen/box/when/enumOptimization/duplicatingItems.kt +++ b/compiler/testData/codegen/box/when/enumOptimization/duplicatingItems.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=bar count=3 TARGET_BACKENDS=JS // CHECK_CASES_COUNT: function=bar count=4 IGNORED_BACKENDS=JS // CHECK_IF_COUNT: function=bar count=0 diff --git a/compiler/testData/codegen/box/when/enumOptimization/enumInsideClassObject.kt b/compiler/testData/codegen/box/when/enumOptimization/enumInsideClassObject.kt index 1ce3c8075a0..90bd09d41ca 100644 --- a/compiler/testData/codegen/box/when/enumOptimization/enumInsideClassObject.kt +++ b/compiler/testData/codegen/box/when/enumOptimization/enumInsideClassObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo count=3 // CHECK_IF_COUNT: function=foo count=0 diff --git a/compiler/testData/codegen/box/when/enumOptimization/expression.kt b/compiler/testData/codegen/box/when/enumOptimization/expression.kt index 418f1860d09..0272ab0eaa6 100644 --- a/compiler/testData/codegen/box/when/enumOptimization/expression.kt +++ b/compiler/testData/codegen/box/when/enumOptimization/expression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=bar1 count=3 // CHECK_IF_COUNT: function=bar1 count=0 // CHECK_CASES_COUNT: function=bar2 count=4 diff --git a/compiler/testData/codegen/box/when/enumOptimization/manyWhensWithinClass.kt b/compiler/testData/codegen/box/when/enumOptimization/manyWhensWithinClass.kt index 34582394454..e0d5ecdb32f 100644 --- a/compiler/testData/codegen/box/when/enumOptimization/manyWhensWithinClass.kt +++ b/compiler/testData/codegen/box/when/enumOptimization/manyWhensWithinClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=bar1_u51tkt$ count=3 TARGET_BACKENDS=JS // CHECK_IF_COUNT: function=bar1_u51tkt$ count=0 TARGET_BACKENDS=JS // CHECK_CASES_COUNT: function=A$bar2$lambda count=3 TARGET_BACKENDS=JS diff --git a/compiler/testData/codegen/box/when/enumOptimization/nullability.kt b/compiler/testData/codegen/box/when/enumOptimization/nullability.kt index 9240d29b8e5..f529f052038 100644 --- a/compiler/testData/codegen/box/when/enumOptimization/nullability.kt +++ b/compiler/testData/codegen/box/when/enumOptimization/nullability.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo1 count=0 TARGET_BACKENDS=JS // CHECK_CASES_COUNT: function=foo1 count=4 IGNORED_BACKENDS=JS // CHECK_IF_COUNT: function=foo1 count=2 TARGET_BACKENDS=JS diff --git a/compiler/testData/codegen/box/when/enumOptimization/subjectAny.kt b/compiler/testData/codegen/box/when/enumOptimization/subjectAny.kt index 62bf187d5bd..5a05f44a0bf 100644 --- a/compiler/testData/codegen/box/when/enumOptimization/subjectAny.kt +++ b/compiler/testData/codegen/box/when/enumOptimization/subjectAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo count=0 // CHECK_IF_COUNT: function=foo count=3 TARGET_BACKENDS=JS // CHECK_IF_COUNT: function=foo count=0 IGNORED_BACKENDS=JS diff --git a/compiler/testData/codegen/box/when/enumOptimization/withoutElse.kt b/compiler/testData/codegen/box/when/enumOptimization/withoutElse.kt index d61ebab36af..63480728d22 100644 --- a/compiler/testData/codegen/box/when/enumOptimization/withoutElse.kt +++ b/compiler/testData/codegen/box/when/enumOptimization/withoutElse.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=bar1 count=3 TARGET_BACKENDS=JS // CHECK_CASES_COUNT: function=bar1 count=4 IGNORED_BACKENDS=JS // CHECK_IF_COUNT: function=bar1 count=0 diff --git a/compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt b/compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt index 2973debe12d..f7f268f2823 100644 --- a/compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt +++ b/compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt @@ -5,7 +5,7 @@ // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE -// WITH_RUNTIME +// WITH_STDLIB fun foo1(x: Int): Boolean { when(x) { diff --git a/compiler/testData/codegen/box/when/kt45081.kt b/compiler/testData/codegen/box/when/kt45081.kt index 18c0b416501..488e4f96472 100644 --- a/compiler/testData/codegen/box/when/kt45081.kt +++ b/compiler/testData/codegen/box/when/kt45081.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT diff --git a/compiler/testData/codegen/box/when/kt47365.kt b/compiler/testData/codegen/box/when/kt47365.kt index fe46fc5ec47..a7667a8c97d 100644 --- a/compiler/testData/codegen/box/when/kt47365.kt +++ b/compiler/testData/codegen/box/when/kt47365.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB enum class EType { A diff --git a/compiler/testData/codegen/box/when/kt5448.kt b/compiler/testData/codegen/box/when/kt5448.kt index e1c81b55ca9..8e54af07c0a 100644 --- a/compiler/testData/codegen/box/when/kt5448.kt +++ b/compiler/testData/codegen/box/when/kt5448.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class A diff --git a/compiler/testData/codegen/box/when/stringOptimization/duplicatingItems.kt b/compiler/testData/codegen/box/when/stringOptimization/duplicatingItems.kt index 79beb895666..2cb1685e9e8 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/duplicatingItems.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/duplicatingItems.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo count=3 TARGET_BACKENDS=JS // CHECK_CASES_COUNT: function=foo count=4 IGNORED_BACKENDS=JS // CHECK_IF_COUNT: function=foo count=0 diff --git a/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode.kt b/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode.kt index 202bd70ea11..86bf85fd7eb 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode2.kt b/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode2.kt index 202bd70ea11..86bf85fd7eb 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode2.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode2.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode3.kt b/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode3.kt index e087e681aaa..1fa65a783de 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode3.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode3.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/when/stringOptimization/enhancedNullability.kt b/compiler/testData/codegen/box/when/stringOptimization/enhancedNullability.kt index e320c62c8a9..2eb52262502 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/enhancedNullability.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/enhancedNullability.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: enhancedNullability.kt fun testEmpty() { diff --git a/compiler/testData/codegen/box/when/stringOptimization/expression.kt b/compiler/testData/codegen/box/when/stringOptimization/expression.kt index f3ad4b24b80..a7bdef8aea8 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/expression.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/expression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo count=4 // CHECK_IF_COUNT: function=foo count=0 diff --git a/compiler/testData/codegen/box/when/stringOptimization/flexibleNullability.kt b/compiler/testData/codegen/box/when/stringOptimization/flexibleNullability.kt index b4e50d32d39..c08e5e0b903 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/flexibleNullability.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/flexibleNullability.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: flexibleNullability.kt fun testEmpty() { diff --git a/compiler/testData/codegen/box/when/stringOptimization/nullability.kt b/compiler/testData/codegen/box/when/stringOptimization/nullability.kt index c331eb9e2eb..95662cc1532 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/nullability.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/nullability.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo1 count=2 TARGET_BACKENDS=JS // CHECK_CASES_COUNT: function=foo1 count=5 IGNORED_BACKENDS=JS // CHECK_IF_COUNT: function=foo1 count=1 TARGET_BACKENDS=JS diff --git a/compiler/testData/codegen/box/when/stringOptimization/sameHashCode.kt b/compiler/testData/codegen/box/when/stringOptimization/sameHashCode.kt index f6557d57e42..133e7a52d41 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/sameHashCode.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/sameHashCode.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/when/stringOptimization/statement.kt b/compiler/testData/codegen/box/when/stringOptimization/statement.kt index 1a06c2f0148..7f20ed77171 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/statement.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/statement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo1 count=4 // CHECK_IF_COUNT: function=foo1 count=0 // CHECK_CASES_COUNT: function=foo2 count=4 diff --git a/compiler/testData/codegen/box/when/stringOptimization/temporaryVarInWhenByStringIsDisposedProperly.kt b/compiler/testData/codegen/box/when/stringOptimization/temporaryVarInWhenByStringIsDisposedProperly.kt index 11824481064..00134c7436e 100644 --- a/compiler/testData/codegen/box/when/stringOptimization/temporaryVarInWhenByStringIsDisposedProperly.kt +++ b/compiler/testData/codegen/box/when/stringOptimization/temporaryVarInWhenByStringIsDisposedProperly.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val String.name get() = this diff --git a/compiler/testData/codegen/box/when/switchOptimizationDense.kt b/compiler/testData/codegen/box/when/switchOptimizationDense.kt index 0d3a604681f..d4475737ee4 100644 --- a/compiler/testData/codegen/box/when/switchOptimizationDense.kt +++ b/compiler/testData/codegen/box/when/switchOptimizationDense.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=dense count=10 // CHECK_IF_COUNT: function=dense count=0 diff --git a/compiler/testData/codegen/box/when/switchOptimizationMultipleConditions.kt b/compiler/testData/codegen/box/when/switchOptimizationMultipleConditions.kt index 1883f1a9580..b6f196ba15e 100644 --- a/compiler/testData/codegen/box/when/switchOptimizationMultipleConditions.kt +++ b/compiler/testData/codegen/box/when/switchOptimizationMultipleConditions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo count=9 // CHECK_IF_COUNT: function=foo count=0 diff --git a/compiler/testData/codegen/box/when/switchOptimizationSparse.kt b/compiler/testData/codegen/box/when/switchOptimizationSparse.kt index f7ce09c8a16..a82ed9fb2e7 100644 --- a/compiler/testData/codegen/box/when/switchOptimizationSparse.kt +++ b/compiler/testData/codegen/box/when/switchOptimizationSparse.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=sparse count=3 // CHECK_IF_COUNT: function=sparse count=0 diff --git a/compiler/testData/codegen/box/when/switchOptimizationStatement.kt b/compiler/testData/codegen/box/when/switchOptimizationStatement.kt index 0a827fd3f76..a2da5724867 100644 --- a/compiler/testData/codegen/box/when/switchOptimizationStatement.kt +++ b/compiler/testData/codegen/box/when/switchOptimizationStatement.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=exhaustive count=3 // CHECK_IF_COUNT: function=exhaustive count=0 // CHECK_CASES_COUNT: function=nonExhaustive count=3 diff --git a/compiler/testData/codegen/box/when/switchOptimizationTypes.kt b/compiler/testData/codegen/box/when/switchOptimizationTypes.kt index b694eae7564..2152dbe25af 100644 --- a/compiler/testData/codegen/box/when/switchOptimizationTypes.kt +++ b/compiler/testData/codegen/box/when/switchOptimizationTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=intFoo count=3 // CHECK_IF_COUNT: function=intFoo count=0 // CHECK_CASES_COUNT: function=shortFoo count=3 TARGET_BACKENDS=JS diff --git a/compiler/testData/codegen/box/when/switchOptimizationUnordered.kt b/compiler/testData/codegen/box/when/switchOptimizationUnordered.kt index 0700ea3d53b..de7eeb57422 100644 --- a/compiler/testData/codegen/box/when/switchOptimizationUnordered.kt +++ b/compiler/testData/codegen/box/when/switchOptimizationUnordered.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo count=3 // CHECK_IF_COUNT: function=foo count=0 diff --git a/compiler/testData/codegen/box/when/switchOptimizationWithGap.kt b/compiler/testData/codegen/box/when/switchOptimizationWithGap.kt index ecc69ad29b7..b6745c6ed60 100644 --- a/compiler/testData/codegen/box/when/switchOptimizationWithGap.kt +++ b/compiler/testData/codegen/box/when/switchOptimizationWithGap.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // CHECK_CASES_COUNT: function=foo count=4 TARGET_BACKENDS=JS // CHECK_CASES_COUNT: function=foo count=0 IGNORED_BACKENDS=JS // CHECK_IF_COUNT: function=foo count=1 TARGET_BACKENDS=JS diff --git a/compiler/testData/codegen/box/when/whenSubjectVariable/denseIntSwitchWithSubjectVariable.kt b/compiler/testData/codegen/box/when/whenSubjectVariable/denseIntSwitchWithSubjectVariable.kt index 1fd0b4a9d3d..288e9a5a886 100644 --- a/compiler/testData/codegen/box/when/whenSubjectVariable/denseIntSwitchWithSubjectVariable.kt +++ b/compiler/testData/codegen/box/when/whenSubjectVariable/denseIntSwitchWithSubjectVariable.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +VariableDeclarationInWhenSubject -// WITH_RUNTIME +// WITH_STDLIB fun dense(x: Int): Int { return when (val xx = x) { diff --git a/compiler/testData/codegen/box/when/whenSubjectVariable/sparseIntSwitchWithSubjectVariable.kt b/compiler/testData/codegen/box/when/whenSubjectVariable/sparseIntSwitchWithSubjectVariable.kt index 65a9becfd38..05b6ca8a563 100644 --- a/compiler/testData/codegen/box/when/whenSubjectVariable/sparseIntSwitchWithSubjectVariable.kt +++ b/compiler/testData/codegen/box/when/whenSubjectVariable/sparseIntSwitchWithSubjectVariable.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +VariableDeclarationInWhenSubject -// WITH_RUNTIME +// WITH_STDLIB fun sparse(x: Int): Int { return when (val xx = (x % 4) * 100) { diff --git a/compiler/testData/codegen/box/when/whenSubjectVariable/whenByEnum.kt b/compiler/testData/codegen/box/when/whenSubjectVariable/whenByEnum.kt index fece15d4c87..9c9044af987 100644 --- a/compiler/testData/codegen/box/when/whenSubjectVariable/whenByEnum.kt +++ b/compiler/testData/codegen/box/when/whenSubjectVariable/whenByEnum.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +VariableDeclarationInWhenSubject -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/when/whenSubjectVariable/whenByNullableEnum.kt b/compiler/testData/codegen/box/when/whenSubjectVariable/whenByNullableEnum.kt index afd79fb6fba..592757e6901 100644 --- a/compiler/testData/codegen/box/when/whenSubjectVariable/whenByNullableEnum.kt +++ b/compiler/testData/codegen/box/when/whenSubjectVariable/whenByNullableEnum.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +VariableDeclarationInWhenSubject -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/when/whenSubjectVariable/whenByString.kt b/compiler/testData/codegen/box/when/whenSubjectVariable/whenByString.kt index c0755fafa3a..b318a9ce5a1 100644 --- a/compiler/testData/codegen/box/when/whenSubjectVariable/whenByString.kt +++ b/compiler/testData/codegen/box/when/whenSubjectVariable/whenByString.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +VariableDeclarationInWhenSubject -// WITH_RUNTIME +// WITH_STDLIB import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/boxInline/annotations/annotationInstanceInlining.kt b/compiler/testData/codegen/boxInline/annotations/annotationInstanceInlining.kt index be62d4aecd4..441cdd67abb 100644 --- a/compiler/testData/codegen/boxInline/annotations/annotationInstanceInlining.kt +++ b/compiler/testData/codegen/boxInline/annotations/annotationInstanceInlining.kt @@ -4,7 +4,7 @@ // (supported: JVM_IR, JS_IR(_E6)) -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/annotations/instanceInAnonymousClass.kt b/compiler/testData/codegen/boxInline/annotations/instanceInAnonymousClass.kt index 8ba65f1b598..38bc899ec8a 100644 --- a/compiler/testData/codegen/boxInline/annotations/instanceInAnonymousClass.kt +++ b/compiler/testData/codegen/boxInline/annotations/instanceInAnonymousClass.kt @@ -4,7 +4,7 @@ // (supported: JVM_IR, JS_IR(_E6)) -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt16193.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt16193.kt index 926e006294d..ff761126b70 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt16193.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt16193.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB //FULL_JDK // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt19399.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt19399.kt index 77d72c38bdb..c2410c592f6 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt19399.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt19399.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt class Foo { var bar = "" diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt19434.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt19434.kt index 895c8db2cdb..41e13614176 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt19434.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt19434.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt19434_2.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt19434_2.kt index 0852e8f7dd3..d098b8d64bb 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt19434_2.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt19434_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt29595.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt29595.kt index f9139f084ce..f71c460d6f3 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt29595.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt29595.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_MULTI_MODULE_OLD_AGAINST_IR // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt30696.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt30696.kt index dd6e789e219..d0146099545 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt30696.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt30696.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM, JVM_IR // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_IR, JVM_MULTI_MODULE_OLD_AGAINST_IR, JVM_MULTI_MODULE_IR_AGAINST_OLD diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt38197.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt38197.kt index 4ab0e602cc1..3a6e04096a4 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt38197.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt38197.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt var result = "Fail" diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt index 0896ef7c6b2..d2867594651 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // IGNORE_BACKEND: ANDROID -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt index a01a5cb1309..ad5a8ceefc1 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt9591.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt9591.kt index a3a7f8d1d96..cb252e77490 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt9591.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt9591.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt9877.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt9877.kt index 42d06c043dc..97ea11fc598 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt9877.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt9877.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/argumentOrder/defaultParametersAndLastVararg.kt b/compiler/testData/codegen/boxInline/argumentOrder/defaultParametersAndLastVararg.kt index 1c0107734ad..c384c97537f 100644 --- a/compiler/testData/codegen/boxInline/argumentOrder/defaultParametersAndLastVararg.kt +++ b/compiler/testData/codegen/boxInline/argumentOrder/defaultParametersAndLastVararg.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: -UseCorrectExecutionOrderForVarargArguments // IGNORE_BACKEND: JS // IGNORE_BACKEND_FIR: JVM_IR diff --git a/compiler/testData/codegen/boxInline/argumentOrder/defaultParametersAndLastVarargWithCorrectOrder.kt b/compiler/testData/codegen/boxInline/argumentOrder/defaultParametersAndLastVarargWithCorrectOrder.kt index d1c18dfdb04..043580312b1 100644 --- a/compiler/testData/codegen/boxInline/argumentOrder/defaultParametersAndLastVarargWithCorrectOrder.kt +++ b/compiler/testData/codegen/boxInline/argumentOrder/defaultParametersAndLastVarargWithCorrectOrder.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments // NO_CHECK_LAMBDA_INLINING // KJS_WITH_FULL_RUNTIME diff --git a/compiler/testData/codegen/boxInline/argumentOrder/extensionInClass.kt b/compiler/testData/codegen/boxInline/argumentOrder/extensionInClass.kt index d51974ebbe7..b8909168be1 100644 --- a/compiler/testData/codegen/boxInline/argumentOrder/extensionInClass.kt +++ b/compiler/testData/codegen/boxInline/argumentOrder/extensionInClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParameters.kt b/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParameters.kt index 6b4d8009ab0..61555bde1a6 100644 --- a/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParameters.kt +++ b/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParameters.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: -UseCorrectExecutionOrderForVarargArguments // IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS, JS_IR diff --git a/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParametersWithCorrectOrder.kt b/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParametersWithCorrectOrder.kt index 52714fe714f..58e78aaffa0 100644 --- a/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParametersWithCorrectOrder.kt +++ b/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParametersWithCorrectOrder.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments // NO_CHECK_LAMBDA_INLINING // KJS_WITH_FULL_RUNTIME diff --git a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessInClass.kt b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessInClass.kt index dc03fde71b2..b8090aa71ed 100644 --- a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessInClass.kt +++ b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessInClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithDefaultInClass.kt b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithDefaultInClass.kt index 5e9debf1c8d..67ad3999b65 100644 --- a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithDefaultInClass.kt +++ b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithDefaultInClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithLambdaInClass.kt b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithLambdaInClass.kt index 981e33051f0..2805dba5c41 100644 --- a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithLambdaInClass.kt +++ b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithLambdaInClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsDisabled.kt b/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsDisabled.kt index 0072e60d236..6c24b611c72 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsDisabled.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsDisabled.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // ASSERTIONS_MODE: jvm // FILE: inline.kt // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsEnabled.kt b/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsEnabled.kt index b492b5b88da..84044bc2420 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsEnabled.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsEnabled.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmAssertInlineLambda.kt b/compiler/testData/codegen/boxInline/assert/jvmAssertInlineLambda.kt index 3a1e02e703b..6f65308a850 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmAssertInlineLambda.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmAssertInlineLambda.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmClassInitializer.kt b/compiler/testData/codegen/boxInline/assert/jvmClassInitializer.kt index e83146e2a39..8e5a195f67b 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmClassInitializer.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmClassInitializer.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmCompanion.kt b/compiler/testData/codegen/boxInline/assert/jvmCompanion.kt index 3f62e91cc10..960a3f5c623 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmCompanion.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmCompanion.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambda.kt b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambda.kt index f435c0513cd..e2c3b7f8c65 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambda.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambda.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambda2.kt b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambda2.kt index 7ed04b99e98..8db45a097ec 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambda2.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambda2.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSite.kt b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSite.kt index 9eec178e5f0..be1932690f5 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSite.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSite.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSiteOnly.kt b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSiteOnly.kt index 7769099a2c8..d61e3afa586 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSiteOnly.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSiteOnly.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineRedundant.kt b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineRedundant.kt index bf8813408a4..66e415e88d2 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineRedundant.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineRedundant.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineSAMDeclarationSite.kt b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineSAMDeclarationSite.kt index 0b5c4d110ea..0ce6d6c2003 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmCrossinlineSAMDeclarationSite.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmCrossinlineSAMDeclarationSite.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt b/compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt index 3e02a0a66a3..6130ced8888 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt b/compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt index e9eb098813d..fff3fd92a0b 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/assert/jvmInlineUsedAsNoinline.kt b/compiler/testData/codegen/boxInline/assert/jvmInlineUsedAsNoinline.kt index 92df27485e8..f7afa39ecfb 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmInlineUsedAsNoinline.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmInlineUsedAsNoinline.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // ASSERTIONS_MODE: jvm // FILE: A.kt diff --git a/compiler/testData/codegen/boxInline/builders/builders.kt b/compiler/testData/codegen/boxInline/builders/builders.kt index b65a5ccfcd1..800e37ddcc9 100644 --- a/compiler/testData/codegen/boxInline/builders/builders.kt +++ b/compiler/testData/codegen/boxInline/builders/builders.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // TARGET_BACKEND: JVM // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/builders/buildersAndLambdaCapturing.kt b/compiler/testData/codegen/boxInline/builders/buildersAndLambdaCapturing.kt index bbae10dc907..445ad9278da 100644 --- a/compiler/testData/codegen/boxInline/builders/buildersAndLambdaCapturing.kt +++ b/compiler/testData/codegen/boxInline/builders/buildersAndLambdaCapturing.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // TARGET_BACKEND: JVM // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineDefault.kt b/compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineDefault.kt index c9cad278153..5cdede9416f 100644 --- a/compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineDefault.kt +++ b/compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineDefault.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_TEXT -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineVarargInts.kt b/compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineVarargInts.kt index 0aecd5acfb3..a9f72c74a12 100644 --- a/compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineVarargInts.kt +++ b/compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineVarargInts.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/callableReference/bound/filter.kt b/compiler/testData/codegen/boxInline/callableReference/bound/filter.kt index 5bcb842d45b..e8f7db46dd4 100644 --- a/compiler/testData/codegen/boxInline/callableReference/bound/filter.kt +++ b/compiler/testData/codegen/boxInline/callableReference/bound/filter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/callableReference/bound/jvmFieldProperty.kt b/compiler/testData/codegen/boxInline/callableReference/bound/jvmFieldProperty.kt index 24aceecd031..d58cac65578 100644 --- a/compiler/testData/codegen/boxInline/callableReference/bound/jvmFieldProperty.kt +++ b/compiler/testData/codegen/boxInline/callableReference/bound/jvmFieldProperty.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/callableReference/bound/map.kt b/compiler/testData/codegen/boxInline/callableReference/bound/map.kt index 7b8f43e10d2..3d4c83dafd2 100644 --- a/compiler/testData/codegen/boxInline/callableReference/bound/map.kt +++ b/compiler/testData/codegen/boxInline/callableReference/bound/map.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/callableReference/jvmFieldProperty.kt b/compiler/testData/codegen/boxInline/callableReference/jvmFieldProperty.kt index 45a6a2f6c42..8cf082ea037 100644 --- a/compiler/testData/codegen/boxInline/callableReference/jvmFieldProperty.kt +++ b/compiler/testData/codegen/boxInline/callableReference/jvmFieldProperty.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/callableReference/kt15751_2.kt b/compiler/testData/codegen/boxInline/callableReference/kt15751_2.kt index 0fcd4d66321..dce6cc3f7c8 100644 --- a/compiler/testData/codegen/boxInline/callableReference/kt15751_2.kt +++ b/compiler/testData/codegen/boxInline/callableReference/kt15751_2.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND: JS -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/complex/forEachLine.kt b/compiler/testData/codegen/boxInline/complex/forEachLine.kt index f0954f9d27f..e7b00b9578d 100644 --- a/compiler/testData/codegen/boxInline/complex/forEachLine.kt +++ b/compiler/testData/codegen/boxInline/complex/forEachLine.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt b/compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt index e4456efc697..3fd6e894706 100644 --- a/compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt +++ b/compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complex/with.kt b/compiler/testData/codegen/boxInline/complex/with.kt index ae66986c3ed..757747ff928 100644 --- a/compiler/testData/codegen/boxInline/complex/with.kt +++ b/compiler/testData/codegen/boxInline/complex/with.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complexStack/asCheck.kt b/compiler/testData/codegen/boxInline/complexStack/asCheck.kt index aa94cb84ef9..320a643f91f 100644 --- a/compiler/testData/codegen/boxInline/complexStack/asCheck.kt +++ b/compiler/testData/codegen/boxInline/complexStack/asCheck.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt b/compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt index 18980a2a5d7..efe7f595407 100644 --- a/compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt +++ b/compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt inline fun List.forEachNotNull(s: String, fn: (String, String) -> Unit) { diff --git a/compiler/testData/codegen/boxInline/contracts/nonLocalReturnWithCycle.kt b/compiler/testData/codegen/boxInline/contracts/nonLocalReturnWithCycle.kt index 2e40b4a97f6..9ca6a808715 100644 --- a/compiler/testData/codegen/boxInline/contracts/nonLocalReturnWithCycle.kt +++ b/compiler/testData/codegen/boxInline/contracts/nonLocalReturnWithCycle.kt @@ -1,6 +1,6 @@ // !OPT_IN: kotlin.contracts.ExperimentalContracts // IGNORE_BACKEND: NATIVE -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/defaultValues/defaultInExtension.kt b/compiler/testData/codegen/boxInline/defaultValues/defaultInExtension.kt index c17f2205ac2..8291e515f5f 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/defaultInExtension.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/defaultInExtension.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/jvmStaticDefault.kt b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/jvmStaticDefault.kt index bc6f33a7187..ea14352b953 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/jvmStaticDefault.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/jvmStaticDefault.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt // TARGET_BACKEND: JVM package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/kt26636.kt b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/kt26636.kt index 8d30e802be8..059e8b0badd 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/kt26636.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/kt26636.kt @@ -1,6 +1,6 @@ // SKIP_INLINE_CHECK_IN: enumOrThrow$default // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/lambdaTakesResult.kt b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/lambdaTakesResult.kt index e5a321ea38a..b0875fa4b8d 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/lambdaTakesResult.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/lambdaTakesResult.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_INLINE_CHECK_IN: inlineFun$default // IGNORE_BACKEND: JS // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/receiverClashInClass.kt b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/receiverClashInClass.kt index 65046f87eda..2dd9da0bb30 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/receiverClashInClass.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/receiverClashInClass.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/thisClashInClass.kt b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/thisClashInClass.kt index 938dd0df42c..dd75a5131da 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/thisClashInClass.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/thisClashInClass.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt18792.kt b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt18792.kt index b2e2206fb42..10a07860d91 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt18792.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt18792.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/varArgNoInline.kt b/compiler/testData/codegen/boxInline/defaultValues/varArgNoInline.kt index fc2824e553b..1474e0f7021 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/varArgNoInline.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/varArgNoInline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enclosingInfo/inlineChain2.kt b/compiler/testData/codegen/boxInline/enclosingInfo/inlineChain2.kt index 61bea887e11..dcd7ee68837 100644 --- a/compiler/testData/codegen/boxInline/enclosingInfo/inlineChain2.kt +++ b/compiler/testData/codegen/boxInline/enclosingInfo/inlineChain2.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enclosingInfo/transformedConstructor.kt b/compiler/testData/codegen/boxInline/enclosingInfo/transformedConstructor.kt index d38572bc83f..34a2bcb5a4a 100644 --- a/compiler/testData/codegen/boxInline/enclosingInfo/transformedConstructor.kt +++ b/compiler/testData/codegen/boxInline/enclosingInfo/transformedConstructor.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enclosingInfo/transformedConstructorWithNestedInline.kt b/compiler/testData/codegen/boxInline/enclosingInfo/transformedConstructorWithNestedInline.kt index 1f27c71804f..54615be1ee0 100644 --- a/compiler/testData/codegen/boxInline/enclosingInfo/transformedConstructorWithNestedInline.kt +++ b/compiler/testData/codegen/boxInline/enclosingInfo/transformedConstructorWithNestedInline.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/kt10569.kt b/compiler/testData/codegen/boxInline/enum/kt10569.kt index e0471e976bf..14cb2aea40f 100644 --- a/compiler/testData/codegen/boxInline/enum/kt10569.kt +++ b/compiler/testData/codegen/boxInline/enum/kt10569.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/kt18254.kt b/compiler/testData/codegen/boxInline/enum/kt18254.kt index 3c838a25634..2df6b8c76bf 100644 --- a/compiler/testData/codegen/boxInline/enum/kt18254.kt +++ b/compiler/testData/codegen/boxInline/enum/kt18254.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOf.kt b/compiler/testData/codegen/boxInline/enum/valueOf.kt index 298c3fc4c73..015c7c16ada 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOf.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOf.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt b/compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt index e56ad3a6c54..77f963251e1 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOfChain.kt b/compiler/testData/codegen/boxInline/enum/valueOfChain.kt index 48c25e8d07b..efa9ee45ee0 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfChain.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfChain.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOfChainCapturedType.kt b/compiler/testData/codegen/boxInline/enum/valueOfChainCapturedType.kt index 428054afc22..e26ce3ad5e0 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfChainCapturedType.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfChainCapturedType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt b/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt index e84f2760272..05c7081ecee 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/values.kt b/compiler/testData/codegen/boxInline/enum/values.kt index 38526f38e88..7af68b7ca4c 100644 --- a/compiler/testData/codegen/boxInline/enum/values.kt +++ b/compiler/testData/codegen/boxInline/enum/values.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt b/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt index 7e9999e074c..2f20f45f86a 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt b/compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt index 549ecdb55fd..3e0bc9c83f1 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valuesChain.kt b/compiler/testData/codegen/boxInline/enum/valuesChain.kt index adaeb098ba8..4ea7469032c 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesChain.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesChain.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valuesChainCapturedType.kt b/compiler/testData/codegen/boxInline/enum/valuesChainCapturedType.kt index 831b72161a9..06c8512fad8 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesChainCapturedType.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesChainCapturedType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt b/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt index f4eabb45507..2278b223143 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/functionExpression/extension.kt b/compiler/testData/codegen/boxInline/functionExpression/extension.kt index 9ca257477e9..16b31acf132 100644 --- a/compiler/testData/codegen/boxInline/functionExpression/extension.kt +++ b/compiler/testData/codegen/boxInline/functionExpression/extension.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt inline fun Inline.calcExt(s: (Int) -> Int, p: Int) : Int { return s(p) diff --git a/compiler/testData/codegen/boxInline/inlineArgsInplace/callArgumentReordering.kt b/compiler/testData/codegen/boxInline/inlineArgsInplace/callArgumentReordering.kt index 92618361779..415f86cbd39 100644 --- a/compiler/testData/codegen/boxInline/inlineArgsInplace/callArgumentReordering.kt +++ b/compiler/testData/codegen/boxInline/inlineArgsInplace/callArgumentReordering.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/inlineClasses/noReturnTypeManglingFunJvmName.kt b/compiler/testData/codegen/boxInline/inlineClasses/noReturnTypeManglingFunJvmName.kt index 6d83786d9a2..ddd5f385d6d 100644 --- a/compiler/testData/codegen/boxInline/inlineClasses/noReturnTypeManglingFunJvmName.kt +++ b/compiler/testData/codegen/boxInline/inlineClasses/noReturnTypeManglingFunJvmName.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses -MangleClassMembersReturningInlineClasses -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/inlineClasses/withReturnTypeManglingFunJvmName.kt b/compiler/testData/codegen/boxInline/inlineClasses/withReturnTypeManglingFunJvmName.kt index d4998521c95..dd23f750346 100644 --- a/compiler/testData/codegen/boxInline/inlineClasses/withReturnTypeManglingFunJvmName.kt +++ b/compiler/testData/codegen/boxInline/inlineClasses/withReturnTypeManglingFunJvmName.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses +MangleClassMembersReturningInlineClasses -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/innerClasses/innerLambda.kt b/compiler/testData/codegen/boxInline/innerClasses/innerLambda.kt index 9288a1b52ae..010b38db9ec 100644 --- a/compiler/testData/codegen/boxInline/innerClasses/innerLambda.kt +++ b/compiler/testData/codegen/boxInline/innerClasses/innerLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/innerClasses/kt10259.kt b/compiler/testData/codegen/boxInline/innerClasses/kt10259.kt index 65988cdd445..e879292fbf7 100644 --- a/compiler/testData/codegen/boxInline/innerClasses/kt10259.kt +++ b/compiler/testData/codegen/boxInline/innerClasses/kt10259.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/invokedynamic/lambdas/inlineFunInDifferentPackage.kt b/compiler/testData/codegen/boxInline/invokedynamic/lambdas/inlineFunInDifferentPackage.kt index 880765e662f..2c5a486a2c7 100644 --- a/compiler/testData/codegen/boxInline/invokedynamic/lambdas/inlineFunInDifferentPackage.kt +++ b/compiler/testData/codegen/boxInline/invokedynamic/lambdas/inlineFunInDifferentPackage.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // LAMBDAS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package a diff --git a/compiler/testData/codegen/boxInline/invokedynamic/lambdas/inlineLambda1.kt b/compiler/testData/codegen/boxInline/invokedynamic/lambdas/inlineLambda1.kt index 9cd74080685..910e858fe40 100644 --- a/compiler/testData/codegen/boxInline/invokedynamic/lambdas/inlineLambda1.kt +++ b/compiler/testData/codegen/boxInline/invokedynamic/lambdas/inlineLambda1.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // LAMBDAS: INDY -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/invokedynamic/sam/inlineFunInDifferentPackage.kt b/compiler/testData/codegen/boxInline/invokedynamic/sam/inlineFunInDifferentPackage.kt index 5fb23904608..47fe3df8e49 100644 --- a/compiler/testData/codegen/boxInline/invokedynamic/sam/inlineFunInDifferentPackage.kt +++ b/compiler/testData/codegen/boxInline/invokedynamic/sam/inlineFunInDifferentPackage.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package a diff --git a/compiler/testData/codegen/boxInline/invokedynamic/sam/inlineLambda1.kt b/compiler/testData/codegen/boxInline/invokedynamic/sam/inlineLambda1.kt index b2b16edf519..b29058c75b3 100644 --- a/compiler/testData/codegen/boxInline/invokedynamic/sam/inlineLambda1.kt +++ b/compiler/testData/codegen/boxInline/invokedynamic/sam/inlineLambda1.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt fun interface IFoo { diff --git a/compiler/testData/codegen/boxInline/jvmName/simple.kt b/compiler/testData/codegen/boxInline/jvmName/simple.kt index a733c1d43b6..454d41be534 100644 --- a/compiler/testData/codegen/boxInline/jvmName/simple.kt +++ b/compiler/testData/codegen/boxInline/jvmName/simple.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/jvmPackageName/simple.kt b/compiler/testData/codegen/boxInline/jvmPackageName/simple.kt index f1e311d0020..b5e28e2f6b9 100644 --- a/compiler/testData/codegen/boxInline/jvmPackageName/simple.kt +++ b/compiler/testData/codegen/boxInline/jvmPackageName/simple.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt @file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") diff --git a/compiler/testData/codegen/boxInline/lambdaTransformation/lambdaInLambda2.kt b/compiler/testData/codegen/boxInline/lambdaTransformation/lambdaInLambda2.kt index 63d5659aa32..06c1dcf33df 100644 --- a/compiler/testData/codegen/boxInline/lambdaTransformation/lambdaInLambda2.kt +++ b/compiler/testData/codegen/boxInline/lambdaTransformation/lambdaInLambda2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // TARGET_BACKEND: JVM // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/localFunInLambda/localFunInLambda.kt b/compiler/testData/codegen/boxInline/localFunInLambda/localFunInLambda.kt index 981322fb0d6..0bf7fd9954a 100644 --- a/compiler/testData/codegen/boxInline/localFunInLambda/localFunInLambda.kt +++ b/compiler/testData/codegen/boxInline/localFunInLambda/localFunInLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/multifileClasses/defaultArguments.kt b/compiler/testData/codegen/boxInline/multifileClasses/defaultArguments.kt index c5896c950a9..88cf7fb9657 100644 --- a/compiler/testData/codegen/boxInline/multifileClasses/defaultArguments.kt +++ b/compiler/testData/codegen/boxInline/multifileClasses/defaultArguments.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt @file:JvmName("Facade") diff --git a/compiler/testData/codegen/boxInline/multifileClasses/inlineFromOptimizedMultifileClass.kt b/compiler/testData/codegen/boxInline/multifileClasses/inlineFromOptimizedMultifileClass.kt index 1922d5eaf82..13856b74b24 100644 --- a/compiler/testData/codegen/boxInline/multifileClasses/inlineFromOptimizedMultifileClass.kt +++ b/compiler/testData/codegen/boxInline/multifileClasses/inlineFromOptimizedMultifileClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/multifileClasses/inlineFromOtherPackage.kt b/compiler/testData/codegen/boxInline/multifileClasses/inlineFromOtherPackage.kt index 32ec13cc615..0c4223f764e 100644 --- a/compiler/testData/codegen/boxInline/multifileClasses/inlineFromOtherPackage.kt +++ b/compiler/testData/codegen/boxInline/multifileClasses/inlineFromOtherPackage.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt @file:[JvmName("MultifileClass") JvmMultifileClass] diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite/exceptionTableSplit.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite/exceptionTableSplit.kt index 1db5f2f8c97..4404ab1cb87 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite/exceptionTableSplit.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite/exceptionTableSplit.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite/exceptionTableSplitNoReturn.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite/exceptionTableSplitNoReturn.kt index 408b61f0373..f0b568206c3 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite/exceptionTableSplitNoReturn.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite/exceptionTableSplitNoReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/exceptionInFinally.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/exceptionInFinally.kt index d56ca90cd31..72752d89604 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/exceptionInFinally.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/exceptionInFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433.kt index c6fedd4b991..7414bc1c159 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2.kt index 63d3a3f32ac..36f45f878b7 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt index 12ce9285160..507ce21247c 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_void.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_void.kt index 4a4e743b8b1..ba1b7a6eea0 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_void.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_void.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/optimizations/kt20844.kt b/compiler/testData/codegen/boxInline/optimizations/kt20844.kt index 159b08be858..2a71767d717 100644 --- a/compiler/testData/codegen/boxInline/optimizations/kt20844.kt +++ b/compiler/testData/codegen/boxInline/optimizations/kt20844.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/private/privateInInlineInMultiFileFacade.kt b/compiler/testData/codegen/boxInline/private/privateInInlineInMultiFileFacade.kt index 9a0c3b95fe8..98361fede8f 100644 --- a/compiler/testData/codegen/boxInline/private/privateInInlineInMultiFileFacade.kt +++ b/compiler/testData/codegen/boxInline/private/privateInInlineInMultiFileFacade.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt @file:kotlin.jvm.JvmMultifileClass diff --git a/compiler/testData/codegen/boxInline/property/fromObject.kt b/compiler/testData/codegen/boxInline/property/fromObject.kt index c06ac1d7ca4..5c28222b796 100644 --- a/compiler/testData/codegen/boxInline/property/fromObject.kt +++ b/compiler/testData/codegen/boxInline/property/fromObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/reifiedVal.kt b/compiler/testData/codegen/boxInline/property/reifiedVal.kt index 767eeef5bb3..7d07dcf6cf5 100644 --- a/compiler/testData/codegen/boxInline/property/reifiedVal.kt +++ b/compiler/testData/codegen/boxInline/property/reifiedVal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/reifiedVar.kt b/compiler/testData/codegen/boxInline/property/reifiedVar.kt index 3cc151b6573..3cdc97ec431 100644 --- a/compiler/testData/codegen/boxInline/property/reifiedVar.kt +++ b/compiler/testData/codegen/boxInline/property/reifiedVar.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/capturedLambda.kt b/compiler/testData/codegen/boxInline/reified/capturedLambda.kt index 571110e6dd6..43f58fcbad5 100644 --- a/compiler/testData/codegen/boxInline/reified/capturedLambda.kt +++ b/compiler/testData/codegen/boxInline/reified/capturedLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/chain.kt b/compiler/testData/codegen/boxInline/reified/checkCast/chain.kt index 393582ccc4d..e839ef106b5 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/chain.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/chain.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JS // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/kt26435.kt b/compiler/testData/codegen/boxInline/reified/checkCast/kt26435.kt index d9aed0bac33..64db2d61d8b 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/kt26435.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/kt26435.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/kt26435_2.kt b/compiler/testData/codegen/boxInline/reified/checkCast/kt26435_2.kt index e82a6aaf7b0..7df9e128599 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/kt26435_2.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/kt26435_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/kt26435_3.kt b/compiler/testData/codegen/boxInline/reified/checkCast/kt26435_3.kt index 9ff625a679d..889d9cb9ffd 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/kt26435_3.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/kt26435_3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt b/compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt index 42f02572d77..547972368be 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TODO: Reified generics required some design to unify behavior across all backends // IGNORE_BACKEND: JS, JS_IR // IGNORE_BACKEND: JS_IR_ES6 diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/nullable.kt b/compiler/testData/codegen/boxInline/reified/checkCast/nullable.kt index 2aa76d75006..57681f04d3d 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/nullable.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/nullable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt b/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt index c1fc04a1a7d..494e26bff90 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TODO: Reified generics required some design to unify behavior across all backends // IGNORE_BACKEND: JS, JS_IR // IGNORE_BACKEND: JS_IR_ES6 diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/simpleSafe.kt b/compiler/testData/codegen/boxInline/reified/checkCast/simpleSafe.kt index 29e66dc5433..42be0b4f306 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/simpleSafe.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/simpleSafe.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/simple_1_3.kt b/compiler/testData/codegen/boxInline/reified/checkCast/simple_1_3.kt index ffea2f99c22..2e40257181a 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/simple_1_3.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/simple_1_3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // NO_UNIFIED_NULL_CHECKS // TARGET_BACKEND: JVM // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/reified/defaultLambda/chain.kt b/compiler/testData/codegen/boxInline/reified/defaultLambda/chain.kt index 464830f676f..f37f8a14ceb 100644 --- a/compiler/testData/codegen/boxInline/reified/defaultLambda/chain.kt +++ b/compiler/testData/codegen/boxInline/reified/defaultLambda/chain.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/defaultLambda/nested.kt b/compiler/testData/codegen/boxInline/reified/defaultLambda/nested.kt index d5ba2771359..a089d91293b 100644 --- a/compiler/testData/codegen/boxInline/reified/defaultLambda/nested.kt +++ b/compiler/testData/codegen/boxInline/reified/defaultLambda/nested.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // TARGET_BACKEND: JVM // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/reified/defaultLambda/nested2.kt b/compiler/testData/codegen/boxInline/reified/defaultLambda/nested2.kt index ab22289c243..17b939a9711 100644 --- a/compiler/testData/codegen/boxInline/reified/defaultLambda/nested2.kt +++ b/compiler/testData/codegen/boxInline/reified/defaultLambda/nested2.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/defaultLambda/nested2Static.kt b/compiler/testData/codegen/boxInline/reified/defaultLambda/nested2Static.kt index 0359a407217..d6f64036cd8 100644 --- a/compiler/testData/codegen/boxInline/reified/defaultLambda/nested2Static.kt +++ b/compiler/testData/codegen/boxInline/reified/defaultLambda/nested2Static.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/defaultLambda/nestedStatic.kt b/compiler/testData/codegen/boxInline/reified/defaultLambda/nestedStatic.kt index 9de9aaa8bc1..548b58c77a4 100644 --- a/compiler/testData/codegen/boxInline/reified/defaultLambda/nestedStatic.kt +++ b/compiler/testData/codegen/boxInline/reified/defaultLambda/nestedStatic.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // TARGET_BACKEND: JVM // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/reified/defaultLambda/simple.kt b/compiler/testData/codegen/boxInline/reified/defaultLambda/simple.kt index 10162d73dc4..a75ce8b3ef1 100644 --- a/compiler/testData/codegen/boxInline/reified/defaultLambda/simple.kt +++ b/compiler/testData/codegen/boxInline/reified/defaultLambda/simple.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/defaultLambda/transitiveChain.kt b/compiler/testData/codegen/boxInline/reified/defaultLambda/transitiveChain.kt index be8839cad11..722290eaa82 100644 --- a/compiler/testData/codegen/boxInline/reified/defaultLambda/transitiveChain.kt +++ b/compiler/testData/codegen/boxInline/reified/defaultLambda/transitiveChain.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/defaultLambda/transitiveChainStatic.kt b/compiler/testData/codegen/boxInline/reified/defaultLambda/transitiveChainStatic.kt index 6a9e21a3487..d2a2e30c0c7 100644 --- a/compiler/testData/codegen/boxInline/reified/defaultLambda/transitiveChainStatic.kt +++ b/compiler/testData/codegen/boxInline/reified/defaultLambda/transitiveChainStatic.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: inlineFun$default -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt35511.kt b/compiler/testData/codegen/boxInline/reified/kt35511.kt index e64db2af450..74e45e155a1 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try.kt index 19369a4e017..b276ecbfac5 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt index 896923e2b35..b060e7e522f 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt index 45aa1beacc0..4ed040221e8 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt44770.kt b/compiler/testData/codegen/boxInline/reified/kt44770.kt index 3b5774e0652..a553d24cd1a 100644 --- a/compiler/testData/codegen/boxInline/reified/kt44770.kt +++ b/compiler/testData/codegen/boxInline/reified/kt44770.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: ANDROID // SKIP_JDK6 // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/reified/kt44770_2.kt b/compiler/testData/codegen/boxInline/reified/kt44770_2.kt index 8a2beb37882..f8b48aa1bbd 100644 --- a/compiler/testData/codegen/boxInline/reified/kt44770_2.kt +++ b/compiler/testData/codegen/boxInline/reified/kt44770_2.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: ANDROID // SKIP_JDK6 // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/signatureMangling/flexibleType.kt b/compiler/testData/codegen/boxInline/signatureMangling/flexibleType.kt index 3f468da85dd..e3ac979c3c5 100644 --- a/compiler/testData/codegen/boxInline/signatureMangling/flexibleType.kt +++ b/compiler/testData/codegen/boxInline/signatureMangling/flexibleType.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: UseFlexibleType.java import java.util.List; diff --git a/compiler/testData/codegen/boxInline/signatureMangling/indices.kt b/compiler/testData/codegen/boxInline/signatureMangling/indices.kt index 4f3331b8efe..67ec5772e8a 100644 --- a/compiler/testData/codegen/boxInline/signatureMangling/indices.kt +++ b/compiler/testData/codegen/boxInline/signatureMangling/indices.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt inline fun inlineCallingIndices(): String { val i1 = arrayOf("one", "two").indices diff --git a/compiler/testData/codegen/boxInline/signatureMangling/rawType.kt b/compiler/testData/codegen/boxInline/signatureMangling/rawType.kt index dd2580d2ab4..3f0c3887f11 100644 --- a/compiler/testData/codegen/boxInline/signatureMangling/rawType.kt +++ b/compiler/testData/codegen/boxInline/signatureMangling/rawType.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: C.java public class C { T val; diff --git a/compiler/testData/codegen/boxInline/simple/extension.kt b/compiler/testData/codegen/boxInline/simple/extension.kt index 0a990fe114a..f09f3555ea1 100644 --- a/compiler/testData/codegen/boxInline/simple/extension.kt +++ b/compiler/testData/codegen/boxInline/simple/extension.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt inline fun Inline.calcExt(s: (Int) -> Int, p: Int) : Int { return s(p) diff --git a/compiler/testData/codegen/boxInline/simple/importedJavaStaticField.kt b/compiler/testData/codegen/boxInline/simple/importedJavaStaticField.kt index 559c6c7e5ac..290ab7cb626 100644 --- a/compiler/testData/codegen/boxInline/simple/importedJavaStaticField.kt +++ b/compiler/testData/codegen/boxInline/simple/importedJavaStaticField.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt import java.util.Locale diff --git a/compiler/testData/codegen/boxInline/simple/kt17431.kt b/compiler/testData/codegen/boxInline/simple/kt17431.kt index 590d977ea36..100f0d7f7e6 100644 --- a/compiler/testData/codegen/boxInline/simple/kt17431.kt +++ b/compiler/testData/codegen/boxInline/simple/kt17431.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/propImportedFromObject.kt b/compiler/testData/codegen/boxInline/simple/propImportedFromObject.kt index 4b3a0969de9..107ec3186c2 100644 --- a/compiler/testData/codegen/boxInline/simple/propImportedFromObject.kt +++ b/compiler/testData/codegen/boxInline/simple/propImportedFromObject.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/vararg.kt b/compiler/testData/codegen/boxInline/simple/vararg.kt index 27bc855bccf..cb9ddb27b4c 100644 --- a/compiler/testData/codegen/boxInline/simple/vararg.kt +++ b/compiler/testData/codegen/boxInline/simple/vararg.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/smap/crossroutines.kt b/compiler/testData/codegen/boxInline/smap/crossroutines.kt index 454a938113e..de57c0623d6 100644 --- a/compiler/testData/codegen/boxInline/smap/crossroutines.kt +++ b/compiler/testData/codegen/boxInline/smap/crossroutines.kt @@ -1,5 +1,5 @@ // This test depends on line numbers -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/smap/forInline.kt b/compiler/testData/codegen/boxInline/smap/forInline.kt index 52080658ba9..1c2a03cee7a 100644 --- a/compiler/testData/codegen/boxInline/smap/forInline.kt +++ b/compiler/testData/codegen/boxInline/smap/forInline.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +CorrectSourceMappingSyntax -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmap.kt b/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmap.kt index 9e2a82c6541..b331e933a7d 100644 --- a/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmap.kt +++ b/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmap.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt b/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt index 15d941a8b4f..5505f490edc 100644 --- a/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt +++ b/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/smap/multiFileFacade.kt b/compiler/testData/codegen/boxInline/smap/multiFileFacade.kt index e9de5ba6c8e..6c64680a037 100644 --- a/compiler/testData/codegen/boxInline/smap/multiFileFacade.kt +++ b/compiler/testData/codegen/boxInline/smap/multiFileFacade.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: 1.kt @file:JvmName("Facade") diff --git a/compiler/testData/codegen/boxInline/special/monitorEnterExit.kt b/compiler/testData/codegen/boxInline/special/monitorEnterExit.kt index 7c9eadf8822..7e597dceaba 100644 --- a/compiler/testData/codegen/boxInline/special/monitorEnterExit.kt +++ b/compiler/testData/codegen/boxInline/special/monitorEnterExit.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: mySynchronized.kt import kotlin.jvm.internal.unsafe.* diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified.kt index aed11016e5f..bb323fd4516 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified2.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified2.kt index 3e510df660f..612692aae37 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified2.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/nonTailCall.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/nonTailCall.kt index c8a26003cff..799e00a03e8 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/nonTailCall.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/nonTailCall.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt index 760637d1bf3..e7199babbdb 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +ReleaseCoroutines // NO_CHECK_LAMBDA_INLINING // FILE: test.kt diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/unitReturn.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/unitReturn.kt index 9cf78d99439..a552f02142d 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/unitReturn.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/unitReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/suspend/capturedVariables.kt b/compiler/testData/codegen/boxInline/suspend/capturedVariables.kt index 72b6343a18d..21b18650805 100644 --- a/compiler/testData/codegen/boxInline/suspend/capturedVariables.kt +++ b/compiler/testData/codegen/boxInline/suspend/capturedVariables.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/crossinlineSuspendLambdaInsideCrossinlineSuspendLambda.kt b/compiler/testData/codegen/boxInline/suspend/crossinlineSuspendLambdaInsideCrossinlineSuspendLambda.kt index ee3ee7ee296..df8fcfd381e 100644 --- a/compiler/testData/codegen/boxInline/suspend/crossinlineSuspendLambdaInsideCrossinlineSuspendLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/crossinlineSuspendLambdaInsideCrossinlineSuspendLambda.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/debugMetadataCrossinline.kt b/compiler/testData/codegen/boxInline/suspend/debugMetadataCrossinline.kt index 572681604b2..b0fe1240666 100644 --- a/compiler/testData/codegen/boxInline/suspend/debugMetadataCrossinline.kt +++ b/compiler/testData/codegen/boxInline/suspend/debugMetadataCrossinline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineLambda.kt b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineLambda.kt index 30f2201c977..a72f139838e 100644 --- a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineLambda.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: bar$default -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM, JVM_IR // IGNORE_BACKEND_FIR: JVM_IR diff --git a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineReference.kt b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineReference.kt index 31edbe8bbae..a1f658d94ab 100644 --- a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineReference.kt +++ b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineReference.kt @@ -1,5 +1,5 @@ // SKIP_INLINE_CHECK_IN: bar$default -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueCrossinline.kt b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueCrossinline.kt index 31d6a4ec144..f144d7cf5ca 100644 --- a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueCrossinline.kt +++ b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueCrossinline.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInClass.kt b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInClass.kt index 4fdc593bad6..a30d855f51c 100644 --- a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInClass.kt +++ b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInClass.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt class C { suspend inline fun test(default: C = this, lambda: suspend () -> String) = lambda() diff --git a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInline.kt b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInline.kt index 34a30a26446..eb1f101c7e8 100644 --- a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInline.kt +++ b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInline.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInlineFromMultiFileFacade.kt b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInlineFromMultiFileFacade.kt index f2ca770d8ac..590f83bac54 100644 --- a/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInlineFromMultiFileFacade.kt +++ b/compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultValueInlineFromMultiFileFacade.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/delegatedProperties.kt b/compiler/testData/codegen/boxInline/suspend/delegatedProperties.kt index b5e929608c4..2d57cc81ce8 100644 --- a/compiler/testData/codegen/boxInline/suspend/delegatedProperties.kt +++ b/compiler/testData/codegen/boxInline/suspend/delegatedProperties.kt @@ -1,6 +1,6 @@ // WITH_REFLECT // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/doubleRegenerationWithNonSuspendingLambda.kt b/compiler/testData/codegen/boxInline/suspend/doubleRegenerationWithNonSuspendingLambda.kt index 91eb9d7943f..d0c38491109 100644 --- a/compiler/testData/codegen/boxInline/suspend/doubleRegenerationWithNonSuspendingLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/doubleRegenerationWithNonSuspendingLambda.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt interface Flow { diff --git a/compiler/testData/codegen/boxInline/suspend/enclodingMethod.kt b/compiler/testData/codegen/boxInline/suspend/enclodingMethod.kt index a84ff393a51..8d9774abd74 100644 --- a/compiler/testData/codegen/boxInline/suspend/enclodingMethod.kt +++ b/compiler/testData/codegen/boxInline/suspend/enclodingMethod.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // TARGET_BACKEND: JVM // FILE: flow.kt diff --git a/compiler/testData/codegen/boxInline/suspend/fileNameInMetadata.kt b/compiler/testData/codegen/boxInline/suspend/fileNameInMetadata.kt index be5e5c7fd3b..e0744688468 100644 --- a/compiler/testData/codegen/boxInline/suspend/fileNameInMetadata.kt +++ b/compiler/testData/codegen/boxInline/suspend/fileNameInMetadata.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: flow.kt diff --git a/compiler/testData/codegen/boxInline/suspend/inlineClass/returnBoxedFromLambda.kt b/compiler/testData/codegen/boxInline/suspend/inlineClass/returnBoxedFromLambda.kt index 1ac8f5e2b8b..b3dd6dd9781 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineClass/returnBoxedFromLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineClass/returnBoxedFromLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: 1.kt inline fun (suspend () -> T).map(crossinline transform: suspend (T) -> R): suspend () -> R = diff --git a/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedDirect.kt b/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedDirect.kt index 7db31a06bbe..79ff7e092d9 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedDirect.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedDirect.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedFromLambda.kt b/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedFromLambda.kt index f105a2d2ea1..10d75f6b85f 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedFromLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedFromLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // FILE: 1.kt inline fun (suspend () -> T).map(crossinline transform: suspend (T) -> R): suspend () -> R = diff --git a/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedResume.kt b/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedResume.kt index a78ed0301c8..025a87a2b7f 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedResume.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedResume.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/inlineOrdinaryOfCrossinlineSuspend.kt b/compiler/testData/codegen/boxInline/suspend/inlineOrdinaryOfCrossinlineSuspend.kt index 2b5a0159903..62e586f4542 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineOrdinaryOfCrossinlineSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineOrdinaryOfCrossinlineSuspend.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/inlineOrdinaryOfNoinlineSuspend.kt b/compiler/testData/codegen/boxInline/suspend/inlineOrdinaryOfNoinlineSuspend.kt index f9da1df8875..5bdccb2e55a 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineOrdinaryOfNoinlineSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineOrdinaryOfNoinlineSuspend.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/inlinePassthrough.kt b/compiler/testData/codegen/boxInline/suspend/inlinePassthrough.kt index 5b4033e5257..3fcf3f0e8fe 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlinePassthrough.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlinePassthrough.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND_MULTI_MODULE: JVM_MULTI_MODULE_OLD_AGAINST_IR // FILE: test.kt package test diff --git a/compiler/testData/codegen/boxInline/suspend/inlineSuspendContinuation.kt b/compiler/testData/codegen/boxInline/suspend/inlineSuspendContinuation.kt index 29a62b9688a..c5e5ef798ea 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineSuspendContinuation.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineSuspendContinuation.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/boxInline/suspend/inlineSuspendInMultifileClass.kt b/compiler/testData/codegen/boxInline/suspend/inlineSuspendInMultifileClass.kt index 694f75ec49a..16e7c729c43 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineSuspendInMultifileClass.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineSuspendInMultifileClass.kt @@ -3,7 +3,7 @@ // IGNORE_BACKEND: JVM // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // INHERIT_MULTIFILE_PARTS // FILE: test.kt diff --git a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfCrossinlineOrdinary.kt b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfCrossinlineOrdinary.kt index 7ccbf8b2f3c..ef897c5c0c8 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfCrossinlineOrdinary.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfCrossinlineOrdinary.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* import helpers.* diff --git a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfCrossinlineSuspend.kt b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfCrossinlineSuspend.kt index d73acb961cc..9355d6d06d6 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfCrossinlineSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfCrossinlineSuspend.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfNoinlineOrdinary.kt b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfNoinlineOrdinary.kt index 8df83d3fd6f..3194eb0a1f2 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfNoinlineOrdinary.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfNoinlineOrdinary.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* import helpers.* diff --git a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfNoinlineSuspend.kt b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfNoinlineSuspend.kt index c65fdf3b87a..75e9de08b56 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfNoinlineSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfNoinlineSuspend.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfOrdinary.kt b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfOrdinary.kt index 6488173c648..b9d63e0bd49 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfOrdinary.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfOrdinary.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfSuspend.kt b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfSuspend.kt index 8b583103923..f1c498c1b06 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineSuspendOfSuspend.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt index d85373238fd..9a60f3ec309 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/inlineOnly.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FILE: inlined.kt diff --git a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt index 114f0ec1ca5..5a06ec7f225 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FILE: inlined.kt diff --git a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda.kt b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda.kt index 35b5a2c9331..6c343f464d3 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // WITH_COROUTINES // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda2.kt b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda2.kt index 97424c4661e..72fa26b1324 100644 --- a/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda2.kt +++ b/compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // WITH_COROUTINES // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/boxInline/suspend/jvmName.kt b/compiler/testData/codegen/boxInline/suspend/jvmName.kt index 4c512e9eb44..4660b535c98 100644 --- a/compiler/testData/codegen/boxInline/suspend/jvmName.kt +++ b/compiler/testData/codegen/boxInline/suspend/jvmName.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt // TARGET_BACKEND: JVM diff --git a/compiler/testData/codegen/boxInline/suspend/kt26658.kt b/compiler/testData/codegen/boxInline/suspend/kt26658.kt index 6a4708acb64..5a93cd2f27b 100644 --- a/compiler/testData/codegen/boxInline/suspend/kt26658.kt +++ b/compiler/testData/codegen/boxInline/suspend/kt26658.kt @@ -1,5 +1,5 @@ // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/maxStackWithCrossinline.kt b/compiler/testData/codegen/boxInline/suspend/maxStackWithCrossinline.kt index 52c55478056..977a358d659 100644 --- a/compiler/testData/codegen/boxInline/suspend/maxStackWithCrossinline.kt +++ b/compiler/testData/codegen/boxInline/suspend/maxStackWithCrossinline.kt @@ -1,7 +1,7 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt fun handle(f: suspend () -> Unit) {} diff --git a/compiler/testData/codegen/boxInline/suspend/multipleLocals.kt b/compiler/testData/codegen/boxInline/suspend/multipleLocals.kt index d5b1205751c..1f139586c27 100644 --- a/compiler/testData/codegen/boxInline/suspend/multipleLocals.kt +++ b/compiler/testData/codegen/boxInline/suspend/multipleLocals.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt object Result { var a: String = "" diff --git a/compiler/testData/codegen/boxInline/suspend/multipleSuspensionPoints.kt b/compiler/testData/codegen/boxInline/suspend/multipleSuspensionPoints.kt index bd7d6652913..19e0d62da94 100644 --- a/compiler/testData/codegen/boxInline/suspend/multipleSuspensionPoints.kt +++ b/compiler/testData/codegen/boxInline/suspend/multipleSuspensionPoints.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt suspend inline fun inlineMe(c: suspend () -> Unit) { diff --git a/compiler/testData/codegen/boxInline/suspend/nestedMethodWith2XParameter.kt b/compiler/testData/codegen/boxInline/suspend/nestedMethodWith2XParameter.kt index 79d3376ce03..e662b62a202 100644 --- a/compiler/testData/codegen/boxInline/suspend/nestedMethodWith2XParameter.kt +++ b/compiler/testData/codegen/boxInline/suspend/nestedMethodWith2XParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // TARGET_BACKEND: JVM // FILE: a.kt diff --git a/compiler/testData/codegen/boxInline/suspend/nonLocalReturn.kt b/compiler/testData/codegen/boxInline/suspend/nonLocalReturn.kt index c55381f9a6d..b6990c36796 100644 --- a/compiler/testData/codegen/boxInline/suspend/nonLocalReturn.kt +++ b/compiler/testData/codegen/boxInline/suspend/nonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // IGNORE_BACKEND: JVM // IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_MULTI_MODULE_OLD_AGAINST_IR diff --git a/compiler/testData/codegen/boxInline/suspend/nonSuspendCrossinline.kt b/compiler/testData/codegen/boxInline/suspend/nonSuspendCrossinline.kt index 33e10a0e4bb..1aaf6c92fdc 100644 --- a/compiler/testData/codegen/boxInline/suspend/nonSuspendCrossinline.kt +++ b/compiler/testData/codegen/boxInline/suspend/nonSuspendCrossinline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/receiver/inlineOrdinaryOfCrossinlineSuspend.kt b/compiler/testData/codegen/boxInline/suspend/receiver/inlineOrdinaryOfCrossinlineSuspend.kt index 8f238fdab90..126dd08712a 100644 --- a/compiler/testData/codegen/boxInline/suspend/receiver/inlineOrdinaryOfCrossinlineSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/receiver/inlineOrdinaryOfCrossinlineSuspend.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // SKIP_SOURCEMAP_REMAPPING // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/receiver/inlineOrdinaryOfNoinlineSuspend.kt b/compiler/testData/codegen/boxInline/suspend/receiver/inlineOrdinaryOfNoinlineSuspend.kt index df7dce06870..1f8895483cb 100644 --- a/compiler/testData/codegen/boxInline/suspend/receiver/inlineOrdinaryOfNoinlineSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/receiver/inlineOrdinaryOfNoinlineSuspend.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // SKIP_SOURCEMAP_REMAPPING // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfCrossinlineOrdinary.kt b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfCrossinlineOrdinary.kt index 227cf591a1a..6df9e8dba29 100644 --- a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfCrossinlineOrdinary.kt +++ b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfCrossinlineOrdinary.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JS // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* import helpers.* diff --git a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfCrossinlineSuspend.kt b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfCrossinlineSuspend.kt index a895c2c8a6d..5cfbac81a69 100644 --- a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfCrossinlineSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfCrossinlineSuspend.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // SKIP_SOURCEMAP_REMAPPING // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfNoinlineOrdinary.kt b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfNoinlineOrdinary.kt index 60991f5f1e8..79de1ec03ae 100644 --- a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfNoinlineOrdinary.kt +++ b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfNoinlineOrdinary.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JS // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* import helpers.* diff --git a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfNoinlineSuspend.kt b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfNoinlineSuspend.kt index f7dcf091079..26fe2ccd553 100644 --- a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfNoinlineSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfNoinlineSuspend.kt @@ -1,5 +1,5 @@ // WITH_COROUTINES -// WITH_RUNTIME +// WITH_STDLIB // SKIP_SOURCEMAP_REMAPPING // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfOrdinary.kt b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfOrdinary.kt index d8add2a095e..570a60f30be 100644 --- a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfOrdinary.kt +++ b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfOrdinary.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfSuspend.kt b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfSuspend.kt index dd27ab9f67a..f8fc7813905 100644 --- a/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfSuspend.kt +++ b/compiler/testData/codegen/boxInline/suspend/receiver/inlineSuspendOfSuspend.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.* diff --git a/compiler/testData/codegen/boxInline/suspend/returnValue.kt b/compiler/testData/codegen/boxInline/suspend/returnValue.kt index 6027ef9dbcb..0ca2ec5eba4 100644 --- a/compiler/testData/codegen/boxInline/suspend/returnValue.kt +++ b/compiler/testData/codegen/boxInline/suspend/returnValue.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/crossingCoroutineBoundaries.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/crossingCoroutineBoundaries.kt index b866fb06668..a5765bf94cd 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/crossingCoroutineBoundaries.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/crossingCoroutineBoundaries.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/independentInline.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/independentInline.kt index d8a7ef5f0a7..df26ba75e75 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/independentInline.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/independentInline.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambda.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambda.kt index 3bad0815fe3..24752ddb469 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambda.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt suspend inline fun crossinlineMe(crossinline c: suspend () -> Unit) { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambdaInsideLambda.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambdaInsideLambda.kt index b136fff144d..d61d044d1de 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambdaInsideLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambdaInsideLambda.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt suspend inline fun crossinlineMe(crossinline c: suspend () -> Unit) { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambdaWithoutCrossinline.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambdaWithoutCrossinline.kt index 7f99a38d66b..e45dd8f724f 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambdaWithoutCrossinline.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerLambdaWithoutCrossinline.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerMadness.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerMadness.kt index 15d27a93695..6aebfc5c96b 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerMadness.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerMadness.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt interface SuspendRunnable { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerMadnessCallSite.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerMadnessCallSite.kt index e6dfefcc71d..d9ea5a53c58 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerMadnessCallSite.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerMadnessCallSite.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt interface SuspendRunnable { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObject.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObject.kt index 79b9e0feb42..65c7925838c 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObject.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObject.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt interface SuspendRunnable { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectInsideInnerObject.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectInsideInnerObject.kt index a06660f30c4..027540fb013 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectInsideInnerObject.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectInsideInnerObject.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt interface SuspendRunnable { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectRetransformation.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectRetransformation.kt index 7814be72b3d..ed1a211d28b 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectRetransformation.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectRetransformation.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectSeveralFunctions.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectSeveralFunctions.kt index 1cfac08b35b..51e9f38dfb9 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectSeveralFunctions.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectSeveralFunctions.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt interface SuspendRunnable { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectWithoutCapturingCrossinline.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectWithoutCapturingCrossinline.kt index 9f5db6f933e..3db3ef50cfc 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectWithoutCapturingCrossinline.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/innerObjectWithoutCapturingCrossinline.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/insideObject.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/insideObject.kt index ada4b3018f2..5c97a432cd6 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/insideObject.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/insideObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/kt30708.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/kt30708.kt index 3c0881a6169..fde9b772f72 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/kt30708.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/kt30708.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE // FILE: inline.kt diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/lambdaTransformation.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/lambdaTransformation.kt index 3833dbc2175..732a390a469 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/lambdaTransformation.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/lambdaTransformation.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import helpers.* diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/normalInline.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/normalInline.kt index dc9ae43c1fa..eb545039e50 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/normalInline.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/normalInline.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt suspend inline fun crossinlineMe(crossinline c: suspend () -> Unit) { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/numberOfSuspentions.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/numberOfSuspentions.kt index abc7caf0bd7..5231e1359f9 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/numberOfSuspentions.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/numberOfSuspentions.kt @@ -1,7 +1,7 @@ // CHECK_STATE_MACHINE // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt suspend inline fun crossinlineMe(crossinline c: suspend () -> Unit) { diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/objectInsideLambdas.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/objectInsideLambdas.kt index 37c3fe96a6e..8f4c8f59191 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/objectInsideLambdas.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/objectInsideLambdas.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/oneInlineTwoCaptures.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/oneInlineTwoCaptures.kt index 0a2583db9d6..da0383c856c 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/oneInlineTwoCaptures.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/oneInlineTwoCaptures.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/passLambda.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/passLambda.kt index 6641edfaa39..7b3b141979e 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/passLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/passLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/passParameter.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/passParameter.kt index c072baeaba4..1eb25bdf0ed 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/passParameter.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/passParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/passParameterLambda.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/passParameterLambda.kt index a00ddca18de..2a271b8440d 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/passParameterLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/passParameterLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // CHECK_STATE_MACHINE diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/unreachableSuspendMarker.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/unreachableSuspendMarker.kt index 5e230a600cf..5c822285128 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/unreachableSuspendMarker.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/unreachableSuspendMarker.kt @@ -3,7 +3,7 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // FILE: inline.kt import helpers.* diff --git a/compiler/testData/codegen/boxInline/suspend/tryCatchReceiver.kt b/compiler/testData/codegen/boxInline/suspend/tryCatchReceiver.kt index f3035250a83..80571672932 100644 --- a/compiler/testData/codegen/boxInline/suspend/tryCatchReceiver.kt +++ b/compiler/testData/codegen/boxInline/suspend/tryCatchReceiver.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt interface Flow { diff --git a/compiler/testData/codegen/boxInline/suspend/tryCatchStackTransform.kt b/compiler/testData/codegen/boxInline/suspend/tryCatchStackTransform.kt index ebb30f0aa42..6cd7f2a0757 100644 --- a/compiler/testData/codegen/boxInline/suspend/tryCatchStackTransform.kt +++ b/compiler/testData/codegen/boxInline/suspend/tryCatchStackTransform.kt @@ -1,6 +1,6 @@ // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING -// WITH_RUNTIME +// WITH_STDLIB // FILE: inlined.kt suspend inline fun inlineMe(c: suspend (String) -> String, d: suspend () -> String): String { diff --git a/compiler/testData/codegen/boxInline/suspend/twiceRegeneratedAnonymousObject.kt b/compiler/testData/codegen/boxInline/suspend/twiceRegeneratedAnonymousObject.kt index 9f92b2a1a50..981965abf3f 100644 --- a/compiler/testData/codegen/boxInline/suspend/twiceRegeneratedAnonymousObject.kt +++ b/compiler/testData/codegen/boxInline/suspend/twiceRegeneratedAnonymousObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/suspend/twiceRegeneratedSuspendLambda.kt b/compiler/testData/codegen/boxInline/suspend/twiceRegeneratedSuspendLambda.kt index 77ba8aa654f..48741df291c 100644 --- a/compiler/testData/codegen/boxInline/suspend/twiceRegeneratedSuspendLambda.kt +++ b/compiler/testData/codegen/boxInline/suspend/twiceRegeneratedSuspendLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch.kt b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch.kt index 0667e62e7eb..fac7b3387e7 100644 --- a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch.kt +++ b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch2.kt b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch2.kt index b7e45eb1b1f..bdc999e1ba9 100644 --- a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch2.kt +++ b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatchFinally.kt b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatchFinally.kt index a824368c775..9eab2984ce0 100644 --- a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatchFinally.kt +++ b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatchFinally.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters2.kt b/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters2.kt index b64e823f776..04f17a5ae84 100644 --- a/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters2.kt +++ b/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxModernJdk/testsWithJava11/kt36984.kt b/compiler/testData/codegen/boxModernJdk/testsWithJava11/kt36984.kt index 543abe1087d..88fd94c65ee 100644 --- a/compiler/testData/codegen/boxModernJdk/testsWithJava11/kt36984.kt +++ b/compiler/testData/codegen/boxModernJdk/testsWithJava11/kt36984.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: JVM_IR // ^ JVM_IR back-end generates SAM conversion with invokedynamic // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val f = {} diff --git a/compiler/testData/codegen/boxModernJdk/testsWithJava11/varHandle.kt b/compiler/testData/codegen/boxModernJdk/testsWithJava11/varHandle.kt index 071e3706fbc..0690dd12b4c 100644 --- a/compiler/testData/codegen/boxModernJdk/testsWithJava11/varHandle.kt +++ b/compiler/testData/codegen/boxModernJdk/testsWithJava11/varHandle.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +PolymorphicSignature // TARGET_BACKEND: JVM // SKIP_JDK6 -// WITH_RUNTIME +// WITH_STDLIB import java.lang.invoke.MethodHandles import kotlin.concurrent.thread diff --git a/compiler/testData/codegen/boxWasmJsInterop/externalTypeOperators.kt b/compiler/testData/codegen/boxWasmJsInterop/externalTypeOperators.kt index ac85fe9f14b..690816c07bf 100644 --- a/compiler/testData/codegen/boxWasmJsInterop/externalTypeOperators.kt +++ b/compiler/testData/codegen/boxWasmJsInterop/externalTypeOperators.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: externals.js const primitives1 = [3.14, "Test string 1", true, Symbol("symbol"), 131283889534859707199254740992n]; diff --git a/compiler/testData/codegen/boxWasmJsInterop/nullableExternRefs.kt b/compiler/testData/codegen/boxWasmJsInterop/nullableExternRefs.kt index cf50522e8b9..a9380f3e592 100644 --- a/compiler/testData/codegen/boxWasmJsInterop/nullableExternRefs.kt +++ b/compiler/testData/codegen/boxWasmJsInterop/nullableExternRefs.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: WASM -// WITH_RUNTIME +// WITH_STDLIB // FILE: externals.js diff --git a/compiler/testData/codegen/bytecodeListing/annotations/JvmSynthetic.kt b/compiler/testData/codegen/bytecodeListing/annotations/JvmSynthetic.kt index 83c67516e11..2df07cac38d 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/JvmSynthetic.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/JvmSynthetic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Example { @JvmSynthetic diff --git a/compiler/testData/codegen/bytecodeListing/annotations/annotationCtorCallGenerateSynthetic.kt b/compiler/testData/codegen/bytecodeListing/annotations/annotationCtorCallGenerateSynthetic.kt index 19f726b4e52..6fca1020679 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/annotationCtorCallGenerateSynthetic.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/annotationCtorCallGenerateSynthetic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // !LANGUAGE: +InstantiationOfAnnotationClasses diff --git a/compiler/testData/codegen/bytecodeListing/annotations/annotationCtorCallNoSynthetic.kt b/compiler/testData/codegen/bytecodeListing/annotations/annotationCtorCallNoSynthetic.kt index d0e548c2f26..bed71a79b2e 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/annotationCtorCallNoSynthetic.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/annotationCtorCallNoSynthetic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !LANGUAGE: +InstantiationOfAnnotationClasses annotation class Foo(val bar: Bar) diff --git a/compiler/testData/codegen/bytecodeListing/annotations/deprecatedJvmOverloads.kt b/compiler/testData/codegen/bytecodeListing/annotations/deprecatedJvmOverloads.kt index 5f8714792ef..81cf4cc2c3f 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/deprecatedJvmOverloads.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/deprecatedJvmOverloads.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Foo { @JvmOverloads @Deprecated(message = "Foo") fun bar(x: String = "") { diff --git a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/javaAnnotation.kt b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/javaAnnotation.kt index dd77294bbf5..5918c610904 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/javaAnnotation.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/javaAnnotation.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 // FILE: box.kt diff --git a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinAnnotation.kt b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinAnnotation.kt index 1120309e5c8..babba2bd0e5 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinAnnotation.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinAnnotation.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinAnnotationWithBothRepeatables.kt b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinAnnotationWithBothRepeatables.kt index 436ab65b6fe..4a694e49c80 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinAnnotationWithBothRepeatables.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinAnnotationWithBothRepeatables.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +RepeatableAnnotations // !API_VERSION: LATEST // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 // STDLIB_JDK8 diff --git a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinSpecificTargets.kt b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinSpecificTargets.kt index 5b4abc66778..b4b6aa93389 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinSpecificTargets.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/kotlinSpecificTargets.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/multipleRepeatableOrder.kt b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/multipleRepeatableOrder.kt index a849ea7b7c8..1553f5c1da6 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/multipleRepeatableOrder.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/multipleRepeatableOrder.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/nonRepeatedAnnotationWithItsContainer.kt b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/nonRepeatedAnnotationWithItsContainer.kt index 6bd45970fb3..90aa0037017 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/nonRepeatedAnnotationWithItsContainer.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/nonRepeatedAnnotationWithItsContainer.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/propertyGetterUseSiteTarget.kt b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/propertyGetterUseSiteTarget.kt index 019013ef622..038b70147b9 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/propertyGetterUseSiteTarget.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/propertyGetterUseSiteTarget.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/retentionAndTarget.kt b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/retentionAndTarget.kt index 06612cefa05..392e28f0215 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/repeatable/retentionAndTarget.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/repeatable/retentionAndTarget.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +RepeatableAnnotations // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/codegen/bytecodeListing/annotations/unsignedTypes.kt b/compiler/testData/codegen/bytecodeListing/annotations/unsignedTypes.kt index e47d9d41c20..ba13e3909d1 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/unsignedTypes.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/unsignedTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class Anno( val b: UByte, diff --git a/compiler/testData/codegen/bytecodeListing/callableReferenceArrayConstructorArguments.kt b/compiler/testData/codegen/bytecodeListing/callableReferenceArrayConstructorArguments.kt index aa01dbecac0..adf19a8c05e 100644 --- a/compiler/testData/codegen/bytecodeListing/callableReferenceArrayConstructorArguments.kt +++ b/compiler/testData/codegen/bytecodeListing/callableReferenceArrayConstructorArguments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo1(x: Int) = x fun foo2(vararg x: Int) = x[0] diff --git a/compiler/testData/codegen/bytecodeListing/collectionStubs/ListAndSet.kt b/compiler/testData/codegen/bytecodeListing/collectionStubs/ListAndSet.kt index b43f15d7bfe..b2c1f1bbe3e 100644 --- a/compiler/testData/codegen/bytecodeListing/collectionStubs/ListAndSet.kt +++ b/compiler/testData/codegen/bytecodeListing/collectionStubs/ListAndSet.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.* diff --git a/compiler/testData/codegen/bytecodeListing/collectionStubs/emptyList.kt b/compiler/testData/codegen/bytecodeListing/collectionStubs/emptyList.kt index 29762fb66ac..c8ef242642b 100644 --- a/compiler/testData/codegen/bytecodeListing/collectionStubs/emptyList.kt +++ b/compiler/testData/codegen/bytecodeListing/collectionStubs/emptyList.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB internal object EmptyList : List, RandomAccess { override fun equals(other: Any?): Boolean = TODO() diff --git a/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractCollections.kt b/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractCollections.kt index a3e90dca181..55c187b865a 100644 --- a/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractCollections.kt +++ b/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractCollections.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class AIterD : AbstractIterator() diff --git a/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMap.kt b/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMap.kt index 42477cbfc77..de3bbd8be7f 100644 --- a/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMap.kt +++ b/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMap.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class AMapSD : AbstractMap() diff --git a/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMutableList.kt b/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMutableList.kt index 52fc3fd633d..dec37d43de6 100644 --- a/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMutableList.kt +++ b/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMutableList.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class AMListD : AbstractMutableList() diff --git a/compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInJavaSuperClass.kt b/compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInJavaSuperClass.kt index 401e304ccaa..47d3dcbe08a 100644 --- a/compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInJavaSuperClass.kt +++ b/compiler/testData/codegen/bytecodeListing/collectionStubs/noStubsInJavaSuperClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test/B.java package test; diff --git a/compiler/testData/codegen/bytecodeListing/collectionStubs/stubsFromSuperclass.kt b/compiler/testData/codegen/bytecodeListing/collectionStubs/stubsFromSuperclass.kt index 621e835c000..5d490ae3c3a 100644 --- a/compiler/testData/codegen/bytecodeListing/collectionStubs/stubsFromSuperclass.kt +++ b/compiler/testData/codegen/bytecodeListing/collectionStubs/stubsFromSuperclass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB open class A : Collection { override val size: Int diff --git a/compiler/testData/codegen/bytecodeListing/collectionStubs/stubsFromSuperclassNoBridges.kt b/compiler/testData/codegen/bytecodeListing/collectionStubs/stubsFromSuperclassNoBridges.kt index 1007fe0c8f1..49e53ee279c 100644 --- a/compiler/testData/codegen/bytecodeListing/collectionStubs/stubsFromSuperclassNoBridges.kt +++ b/compiler/testData/codegen/bytecodeListing/collectionStubs/stubsFromSuperclassNoBridges.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB open class A : Collection { override val size: Int diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/coroutineContextIntrinsic.kt b/compiler/testData/codegen/bytecodeListing/coroutines/coroutineContextIntrinsic.kt index 6881043ce03..aff8f136559 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/coroutineContextIntrinsic.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/coroutineContextIntrinsic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/coroutineFields.kt b/compiler/testData/codegen/bytecodeListing/coroutines/coroutineFields.kt index 9d2c933a6f7..d763e78b1e7 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/coroutineFields.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/coroutineFields.kt @@ -1,5 +1,5 @@ // TODO: KT-37010 KT-37085 -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* class Controller { diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/oomInReturnUnit.kt b/compiler/testData/codegen/bytecodeListing/coroutines/oomInReturnUnit.kt index 079d67e03e1..c30ec82b395 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/oomInReturnUnit.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/oomInReturnUnit.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/privateAccessor.kt b/compiler/testData/codegen/bytecodeListing/coroutines/privateAccessor.kt index 364cb651ea6..88e49692551 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/privateAccessor.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/privateAccessor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* private fun foo() {} diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/booleanParameter.kt b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/booleanParameter.kt index 9d67eab6ee9..81d94b21ddb 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/booleanParameter.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/booleanParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_COROUTINES import helpers.* diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/component1.kt b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/component1.kt index f5e1db6d7d6..74b4af11943 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/component1.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/component1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Result diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/destructured.kt b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/destructured.kt index f7cfe6c6580..6fd22db1425 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/destructured.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/destructured.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM_IR fun use(c: suspend (Pair) -> Unit) {} diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/field.kt b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/field.kt index 9d4e77546b2..4cd97a16cc6 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/field.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/field.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Result diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/lambda.kt b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/lambda.kt index dfe3b533dcf..421018d8529 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/lambda.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/lambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM_IR fun use2(c: suspend Long.(Double, String) -> Unit) {} diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/select.kt b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/select.kt index e46e66595ba..9ff886db1ee 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/select.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/select.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM_IR import kotlin.coroutines.* diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/unreachable.kt b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/unreachable.kt index fdc65e964a0..b0fe73934f3 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/spilling/unreachable.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/spilling/unreachable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM_IR fun use(c: suspend (String) -> Unit) {} diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/suspendReifiedFun.kt b/compiler/testData/codegen/bytecodeListing/coroutines/suspendReifiedFun.kt index e5e5b5974af..069cba53bc9 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/suspendReifiedFun.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/suspendReifiedFun.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB open class AbstractStuff() { inline suspend fun hello(value: T): T = println("Hello, ${T::class}").let { value } diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation.kt b/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation.kt index 5ccf857c790..39b8073eb2c 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation.kt @@ -1,5 +1,5 @@ // TODO: KT-36987 KT-37093 -// WITH_RUNTIME +// WITH_STDLIB // There should be no $foo$$inlined$map$1$1 class diff --git a/compiler/testData/codegen/bytecodeListing/defaultArguments/functionInMultifileClass.kt b/compiler/testData/codegen/bytecodeListing/defaultArguments/functionInMultifileClass.kt index faca4eae220..5452569be41 100644 --- a/compiler/testData/codegen/bytecodeListing/defaultArguments/functionInMultifileClass.kt +++ b/compiler/testData/codegen/bytecodeListing/defaultArguments/functionInMultifileClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt @file:JvmMultifileClass diff --git a/compiler/testData/codegen/bytecodeListing/defaultArguments/functionInMultifileClassWithInheritedParts.kt b/compiler/testData/codegen/bytecodeListing/defaultArguments/functionInMultifileClassWithInheritedParts.kt index f6f0a00b501..20f552fa20c 100644 --- a/compiler/testData/codegen/bytecodeListing/defaultArguments/functionInMultifileClassWithInheritedParts.kt +++ b/compiler/testData/codegen/bytecodeListing/defaultArguments/functionInMultifileClassWithInheritedParts.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !INHERIT_MULTIFILE_PARTS // FILE: test.kt diff --git a/compiler/testData/codegen/bytecodeListing/defaultArguments/internalNameMangling.kt b/compiler/testData/codegen/bytecodeListing/defaultArguments/internalNameMangling.kt index 8713c0b1785..c746691f4a1 100644 --- a/compiler/testData/codegen/bytecodeListing/defaultArguments/internalNameMangling.kt +++ b/compiler/testData/codegen/bytecodeListing/defaultArguments/internalNameMangling.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/bytecodeListing/delegatedProperty/delegateMethodIsNonOverridable.kt b/compiler/testData/codegen/bytecodeListing/delegatedProperty/delegateMethodIsNonOverridable.kt index 4134cf51163..8388b3887b9 100644 --- a/compiler/testData/codegen/bytecodeListing/delegatedProperty/delegateMethodIsNonOverridable.kt +++ b/compiler/testData/codegen/bytecodeListing/delegatedProperty/delegateMethodIsNonOverridable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val a = 1 val b = 2 diff --git a/compiler/testData/codegen/bytecodeListing/delegatedProperty/delegatedPropertiesInCompanionObject.kt b/compiler/testData/codegen/bytecodeListing/delegatedProperty/delegatedPropertiesInCompanionObject.kt index 9bbc23bc54d..bab69185d7f 100644 --- a/compiler/testData/codegen/bytecodeListing/delegatedProperty/delegatedPropertiesInCompanionObject.kt +++ b/compiler/testData/codegen/bytecodeListing/delegatedProperty/delegatedPropertiesInCompanionObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedEnumEntryFields.kt b/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedEnumEntryFields.kt index e7186a70d93..57c96eddd6e 100644 --- a/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedEnumEntryFields.kt +++ b/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedEnumEntryFields.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB enum class Test { @Deprecated("") ENTRY1, diff --git a/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedInMultifileClass.kt b/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedInMultifileClass.kt index d711fdfb500..bca540a31e1 100644 --- a/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedInMultifileClass.kt +++ b/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedInMultifileClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: part.kt @file:JvmMultifileClass diff --git a/compiler/testData/codegen/bytecodeListing/deprecated/inlineClassTypesInSignature.kt b/compiler/testData/codegen/bytecodeListing/deprecated/inlineClassTypesInSignature.kt index 8c4f99a3631..be98c234726 100644 --- a/compiler/testData/codegen/bytecodeListing/deprecated/inlineClassTypesInSignature.kt +++ b/compiler/testData/codegen/bytecodeListing/deprecated/inlineClassTypesInSignature.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB abstract class A { @Deprecated("") diff --git a/compiler/testData/codegen/bytecodeListing/deprecated/jvmStaticDeprecatedProperty.kt b/compiler/testData/codegen/bytecodeListing/deprecated/jvmStaticDeprecatedProperty.kt index cacca53f982..e6aacb1fdb5 100644 --- a/compiler/testData/codegen/bytecodeListing/deprecated/jvmStaticDeprecatedProperty.kt +++ b/compiler/testData/codegen/bytecodeListing/deprecated/jvmStaticDeprecatedProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 class TestClass { diff --git a/compiler/testData/codegen/bytecodeListing/fileClassWithPrivateDeclarationsOnly_after.kt b/compiler/testData/codegen/bytecodeListing/fileClassWithPrivateDeclarationsOnly_after.kt index 29615fc98b9..2c17fe94ec6 100644 --- a/compiler/testData/codegen/bytecodeListing/fileClassWithPrivateDeclarationsOnly_after.kt +++ b/compiler/testData/codegen/bytecodeListing/fileClassWithPrivateDeclarationsOnly_after.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // !LANGUAGE: +PackagePrivateFileClassesWithAllPrivateMembers diff --git a/compiler/testData/codegen/bytecodeListing/fileClassWithPrivateDeclarationsOnly_before.kt b/compiler/testData/codegen/bytecodeListing/fileClassWithPrivateDeclarationsOnly_before.kt index 2acfde62879..60ee71b85f7 100644 --- a/compiler/testData/codegen/bytecodeListing/fileClassWithPrivateDeclarationsOnly_before.kt +++ b/compiler/testData/codegen/bytecodeListing/fileClassWithPrivateDeclarationsOnly_before.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM // !LANGUAGE: -PackagePrivateFileClassesWithAllPrivateMembers diff --git a/compiler/testData/codegen/bytecodeListing/inline/InlineOnlyMultifile.kt b/compiler/testData/codegen/bytecodeListing/inline/InlineOnlyMultifile.kt index 9ca588a09ef..761d0eecf17 100644 --- a/compiler/testData/codegen/bytecodeListing/inline/InlineOnlyMultifile.kt +++ b/compiler/testData/codegen/bytecodeListing/inline/InlineOnlyMultifile.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:[JvmName("Foo") JvmMultifileClass] package test diff --git a/compiler/testData/codegen/bytecodeListing/inline/InlineOnlyPropertyMultifile.kt b/compiler/testData/codegen/bytecodeListing/inline/InlineOnlyPropertyMultifile.kt index f1cc0a1fee1..6b3f1e4fa7b 100644 --- a/compiler/testData/codegen/bytecodeListing/inline/InlineOnlyPropertyMultifile.kt +++ b/compiler/testData/codegen/bytecodeListing/inline/InlineOnlyPropertyMultifile.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:[JvmName("Foo") JvmMultifileClass] package test diff --git a/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedMultifile.kt b/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedMultifile.kt index a73ab89072c..3a6dc049146 100644 --- a/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedMultifile.kt +++ b/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedMultifile.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:[JvmName("Foo") JvmMultifileClass] package test diff --git a/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedPropertyMultifile.kt b/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedPropertyMultifile.kt index 15ae30ba78c..d01bf2c15c3 100644 --- a/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedPropertyMultifile.kt +++ b/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedPropertyMultifile.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:[JvmName("Foo") JvmMultifileClass] package test diff --git a/compiler/testData/codegen/bytecodeListing/inline/inlineOnly.kt b/compiler/testData/codegen/bytecodeListing/inline/inlineOnly.kt index 19accf6201c..4533ba5736d 100644 --- a/compiler/testData/codegen/bytecodeListing/inline/inlineOnly.kt +++ b/compiler/testData/codegen/bytecodeListing/inline/inlineOnly.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") @kotlin.internal.InlineOnly diff --git a/compiler/testData/codegen/bytecodeListing/inline/inlineOnlyProperty.kt b/compiler/testData/codegen/bytecodeListing/inline/inlineOnlyProperty.kt index cc6ea56387d..eacbea2caa5 100644 --- a/compiler/testData/codegen/bytecodeListing/inline/inlineOnlyProperty.kt +++ b/compiler/testData/codegen/bytecodeListing/inline/inlineOnlyProperty.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm -// WITH_RUNTIME +// WITH_STDLIB @Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") @kotlin.internal.InlineOnly diff --git a/compiler/testData/codegen/bytecodeListing/inline/simpleNamed.kt b/compiler/testData/codegen/bytecodeListing/inline/simpleNamed.kt index f4226f1356e..9e30a157248 100644 --- a/compiler/testData/codegen/bytecodeListing/inline/simpleNamed.kt +++ b/compiler/testData/codegen/bytecodeListing/inline/simpleNamed.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB suspend inline fun simple() {} diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/annotationGetters.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/annotationGetters.kt index 21911eac793..c38afd884bb 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/annotationGetters.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/annotationGetters.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses -// WITH_RUNTIME +// WITH_STDLIB annotation class Ann( val u: UInt, diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMembers/jvmDefaultAll.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMembers/jvmDefaultAll.kt index eb1d1efd205..4ef98c3bda7 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMembers/jvmDefaultAll.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMembers/jvmDefaultAll.kt @@ -1,5 +1,5 @@ // !JVM_DEFAULT_MODE: all -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 interface IFooBar { diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMembers/jvmDefaultEnable.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMembers/jvmDefaultEnable.kt index 8fe943b641c..cfa2d62070b 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMembers/jvmDefaultEnable.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/defaultInterfaceMembers/jvmDefaultEnable.kt @@ -1,5 +1,5 @@ // !JVM_DEFAULT_MODE: enable -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 interface IFooBar { diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/jvmName.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/jvmName.kt index fa631b19278..807450b61ee 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/jvmName.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/jvmName.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses -// WITH_RUNTIME +// WITH_STDLIB inline class Foo(val a: Any) diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/jvmOverloadsOnTopLevelFunctionReturningInlineClassValue.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/jvmOverloadsOnTopLevelFunctionReturningInlineClassValue.kt index 52d3fd8fe00..af2ad0ceed3 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/jvmOverloadsOnTopLevelFunctionReturningInlineClassValue.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/jvmOverloadsOnTopLevelFunctionReturningInlineClassValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline class Z(val x: Int) diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/class.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/class.kt index dde57abc49e..217906495e1 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/class.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/class.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C { fun foo(): Result = TODO() diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classAnyOverride.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classAnyOverride.kt index d6c008f641a..c19a28cf555 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classAnyOverride.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classAnyOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface I { fun foo(): Any diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classGenericOverride.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classGenericOverride.kt index 54307654869..f8c801a62e4 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classGenericOverride.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classGenericOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface I { fun foo(): T = TODO() diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classResultOverride.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classResultOverride.kt index cc0db92032f..00d12d51867 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classResultOverride.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/classResultOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface I { fun foo(): Result diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/interface.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/interface.kt index f3597514109..8a721658e09 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/interface.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/interface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface I { fun foo(): Result diff --git a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/topLevel.kt b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/topLevel.kt index c9fb4bdbb3d..04d03564860 100644 --- a/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/topLevel.kt +++ b/compiler/testData/codegen/bytecodeListing/inlineClasses/returnResult/topLevel.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(): Result = TODO() \ No newline at end of file diff --git a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecation.kt b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecation.kt index 006c77bfea7..d2367c39856 100644 --- a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecation.kt +++ b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecation.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Base { fun test() {} diff --git a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecationWithDefault.kt b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecationWithDefault.kt index d543fbcf766..3ed12877fc9 100644 --- a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecationWithDefault.kt +++ b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecationWithDefault.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Deprecated { @java.lang.Deprecated diff --git a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/interfaceProperty.kt b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/interfaceProperty.kt index 0b64e462459..ff950aa09fa 100644 --- a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/interfaceProperty.kt +++ b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/interfaceProperty.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB @Target(AnnotationTarget.PROPERTY) annotation class Foo diff --git a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/jvmDefaultWithoutCompatibility.kt b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/jvmDefaultWithoutCompatibility.kt index 392c0ff3407..9117fb0926b 100644 --- a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/jvmDefaultWithoutCompatibility.kt +++ b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/jvmDefaultWithoutCompatibility.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB @JvmDefaultWithoutCompatibility interface NoDefaultImpl { diff --git a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/specialization/primitiveAndAny.kt b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/specialization/primitiveAndAny.kt index 21d12dc0422..bc43d708e55 100644 --- a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/specialization/primitiveAndAny.kt +++ b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/specialization/primitiveAndAny.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Base { fun test(): Int? = 0 diff --git a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/specialization/primitiveAndNullable.kt b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/specialization/primitiveAndNullable.kt index 910710fb9ac..2c52e4897a5 100644 --- a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/specialization/primitiveAndNullable.kt +++ b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/specialization/primitiveAndNullable.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Base { fun test(): Int? = 0 } diff --git a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/enable/interfaceProperty.kt b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/enable/interfaceProperty.kt index 45b4edfeec7..8f8ce164741 100644 --- a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/enable/interfaceProperty.kt +++ b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/enable/interfaceProperty.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB @Target(AnnotationTarget.PROPERTY) annotation class Foo diff --git a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/noDefaultImpl/interfaceProperty.kt b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/noDefaultImpl/interfaceProperty.kt index ed1e5408e4f..84623e6c81f 100644 --- a/compiler/testData/codegen/bytecodeListing/jvm8/defaults/noDefaultImpl/interfaceProperty.kt +++ b/compiler/testData/codegen/bytecodeListing/jvm8/defaults/noDefaultImpl/interfaceProperty.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB @Target(AnnotationTarget.PROPERTY) annotation class Foo diff --git a/compiler/testData/codegen/bytecodeListing/jvmOverloadsAndParametersAnnotations.kt b/compiler/testData/codegen/bytecodeListing/jvmOverloadsAndParametersAnnotations.kt index 458b4f14add..984d4e5a1fb 100644 --- a/compiler/testData/codegen/bytecodeListing/jvmOverloadsAndParametersAnnotations.kt +++ b/compiler/testData/codegen/bytecodeListing/jvmOverloadsAndParametersAnnotations.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class StringRes annotation class LongRes diff --git a/compiler/testData/codegen/bytecodeListing/jvmOverloadsExternal.kt b/compiler/testData/codegen/bytecodeListing/jvmOverloadsExternal.kt index 105182652f1..54a73b40b55 100644 --- a/compiler/testData/codegen/bytecodeListing/jvmOverloadsExternal.kt +++ b/compiler/testData/codegen/bytecodeListing/jvmOverloadsExternal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @JvmOverloads external fun foo(x: Int = 42) \ No newline at end of file diff --git a/compiler/testData/codegen/bytecodeListing/jvmRecordStructure.kt b/compiler/testData/codegen/bytecodeListing/jvmRecordStructure.kt index 258fa82abb2..73ba7407e3d 100644 --- a/compiler/testData/codegen/bytecodeListing/jvmRecordStructure.kt +++ b/compiler/testData/codegen/bytecodeListing/jvmRecordStructure.kt @@ -2,7 +2,7 @@ // !LANGUAGE: +JvmRecordSupport // JVM_TARGET: 17 // ENABLE_JVM_PREVIEW -// WITH_RUNTIME +// WITH_STDLIB // JDK_KIND: FULL_JDK_17 // D8 does not yet desugar java records. diff --git a/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticExternal.kt b/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticExternal.kt index 298afa2de27..7ee85299c61 100644 --- a/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticExternal.kt +++ b/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticExternal.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.8 object TestObject { diff --git a/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticPrivate.kt b/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticPrivate.kt index 8f7bf75f6c5..e08b9312428 100644 --- a/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticPrivate.kt +++ b/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticPrivate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // For a private @JvmStatic function `f` in `A.Companion`, we generate: // 1) private instance method `f` in `A.Companion`, with the actual implementation; diff --git a/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticWithDefaultParameters.kt b/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticWithDefaultParameters.kt index 9c0fa21cd62..2b18ca96898 100644 --- a/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticWithDefaultParameters.kt +++ b/compiler/testData/codegen/bytecodeListing/jvmStatic/jvmStaticWithDefaultParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class WithCompanion { companion object { diff --git a/compiler/testData/codegen/bytecodeListing/jvmStatic/kt31389.kt b/compiler/testData/codegen/bytecodeListing/jvmStatic/kt31389.kt index 16ac14e3323..52a7fc161f2 100644 --- a/compiler/testData/codegen/bytecodeListing/jvmStatic/kt31389.kt +++ b/compiler/testData/codegen/bytecodeListing/jvmStatic/kt31389.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB annotation class Annotation { companion object { diff --git a/compiler/testData/codegen/bytecodeListing/kt47328.kt b/compiler/testData/codegen/bytecodeListing/kt47328.kt index 125dd982750..2b62ca7ae25 100644 --- a/compiler/testData/codegen/bytecodeListing/kt47328.kt +++ b/compiler/testData/codegen/bytecodeListing/kt47328.kt @@ -1,6 +1,6 @@ // This test can be removed as soon as the compiler stops supporting language version 1.5. // !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor -// WITH_RUNTIME +// WITH_STDLIB interface A { val x: Int } diff --git a/compiler/testData/codegen/bytecodeListing/main/multifileSuspend.kt b/compiler/testData/codegen/bytecodeListing/main/multifileSuspend.kt index 2c5c1a1bd42..a1815a941c8 100644 --- a/compiler/testData/codegen/bytecodeListing/main/multifileSuspend.kt +++ b/compiler/testData/codegen/bytecodeListing/main/multifileSuspend.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmMultifileClass @file:JvmName("Foo") package Hello diff --git a/compiler/testData/codegen/bytecodeListing/main/parameterlessMain.kt b/compiler/testData/codegen/bytecodeListing/main/parameterlessMain.kt index 1eb139e269f..41f35fdbd51 100644 --- a/compiler/testData/codegen/bytecodeListing/main/parameterlessMain.kt +++ b/compiler/testData/codegen/bytecodeListing/main/parameterlessMain.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB fun main() {} diff --git a/compiler/testData/codegen/bytecodeListing/main/parameterlessMain_before.kt b/compiler/testData/codegen/bytecodeListing/main/parameterlessMain_before.kt index a80ef8e8d6c..7f3063cafe0 100644 --- a/compiler/testData/codegen/bytecodeListing/main/parameterlessMain_before.kt +++ b/compiler/testData/codegen/bytecodeListing/main/parameterlessMain_before.kt @@ -1,4 +1,4 @@ // !LANGUAGE: -ExtendedMainConvention -// WITH_RUNTIME +// WITH_STDLIB fun main() {} diff --git a/compiler/testData/codegen/bytecodeListing/main/suspendMain.kt b/compiler/testData/codegen/bytecodeListing/main/suspendMain.kt index 6bce5e92de0..8da68a396b3 100644 --- a/compiler/testData/codegen/bytecodeListing/main/suspendMain.kt +++ b/compiler/testData/codegen/bytecodeListing/main/suspendMain.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB suspend fun main(args: Array) {} diff --git a/compiler/testData/codegen/bytecodeListing/multifileClasses/emptyMultifileFacade.kt b/compiler/testData/codegen/bytecodeListing/multifileClasses/emptyMultifileFacade.kt index bf435726c0a..e310834874d 100644 --- a/compiler/testData/codegen/bytecodeListing/multifileClasses/emptyMultifileFacade.kt +++ b/compiler/testData/codegen/bytecodeListing/multifileClasses/emptyMultifileFacade.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:[JvmName("Foo") JvmMultifileClass] package test diff --git a/compiler/testData/codegen/bytecodeListing/multifileClasses/jvmSynthetic.kt b/compiler/testData/codegen/bytecodeListing/multifileClasses/jvmSynthetic.kt index 0f9d9fee407..d449fde9e7e 100644 --- a/compiler/testData/codegen/bytecodeListing/multifileClasses/jvmSynthetic.kt +++ b/compiler/testData/codegen/bytecodeListing/multifileClasses/jvmSynthetic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: f.kt @file:JvmName("Foo") diff --git a/compiler/testData/codegen/bytecodeListing/multifileClasses/kt43519.kt b/compiler/testData/codegen/bytecodeListing/multifileClasses/kt43519.kt index ffe9d17f0c0..83e9104d656 100644 --- a/compiler/testData/codegen/bytecodeListing/multifileClasses/kt43519.kt +++ b/compiler/testData/codegen/bytecodeListing/multifileClasses/kt43519.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmMultifileClass() @file:JvmName("a") diff --git a/compiler/testData/codegen/bytecodeListing/multifileClasses/multiClassPartSourceMultipleParts.kt b/compiler/testData/codegen/bytecodeListing/multifileClasses/multiClassPartSourceMultipleParts.kt index a80cb928886..e180e42b796 100644 --- a/compiler/testData/codegen/bytecodeListing/multifileClasses/multiClassPartSourceMultipleParts.kt +++ b/compiler/testData/codegen/bytecodeListing/multifileClasses/multiClassPartSourceMultipleParts.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: part1.kt @file:JvmMultifileClass @file:JvmName("MultiFileClass") diff --git a/compiler/testData/codegen/bytecodeListing/multifileClasses/multiClassPartSourceSinglePart.kt b/compiler/testData/codegen/bytecodeListing/multifileClasses/multiClassPartSourceSinglePart.kt index c19d27dfd0e..91132626b9d 100644 --- a/compiler/testData/codegen/bytecodeListing/multifileClasses/multiClassPartSourceSinglePart.kt +++ b/compiler/testData/codegen/bytecodeListing/multifileClasses/multiClassPartSourceSinglePart.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmMultifileClass @file:JvmName("MultiFileClass") diff --git a/compiler/testData/codegen/bytecodeListing/multiplatform/optionalExpectation.kt b/compiler/testData/codegen/bytecodeListing/multiplatform/optionalExpectation.kt index 2d26643a5c8..721c3ad54d9 100644 --- a/compiler/testData/codegen/bytecodeListing/multiplatform/optionalExpectation.kt +++ b/compiler/testData/codegen/bytecodeListing/multiplatform/optionalExpectation.kt @@ -1,7 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects +UseGetterNameForPropertyAnnotationsMethodOnJvm // !OPT_IN: kotlin.ExperimentalMultiplatform // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") // TODO: support common sources in the test infrastructure diff --git a/compiler/testData/codegen/bytecodeListing/nullabilityAnnotations/platformTypes.kt b/compiler/testData/codegen/bytecodeListing/nullabilityAnnotations/platformTypes.kt index 7ae564fd58a..7b85d8efe26 100644 --- a/compiler/testData/codegen/bytecodeListing/nullabilityAnnotations/platformTypes.kt +++ b/compiler/testData/codegen/bytecodeListing/nullabilityAnnotations/platformTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import java.util.Collections diff --git a/compiler/testData/codegen/bytecodeListing/privateCompanionFields.kt b/compiler/testData/codegen/bytecodeListing/privateCompanionFields.kt index e20aa87dacd..74e85d224c7 100644 --- a/compiler/testData/codegen/bytecodeListing/privateCompanionFields.kt +++ b/compiler/testData/codegen/bytecodeListing/privateCompanionFields.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class TestClass { private companion object { diff --git a/compiler/testData/codegen/bytecodeListing/sam/reusedSamWrapperClasses.kt b/compiler/testData/codegen/bytecodeListing/sam/reusedSamWrapperClasses.kt index 536a27e6b15..cf57a14e0f6 100644 --- a/compiler/testData/codegen/bytecodeListing/sam/reusedSamWrapperClasses.kt +++ b/compiler/testData/codegen/bytecodeListing/sam/reusedSamWrapperClasses.kt @@ -1,5 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: SAM_CONVERSIONS=CLASS -// WITH_RUNTIME +// WITH_STDLIB class A { fun test1() { diff --git a/compiler/testData/codegen/bytecodeListing/specialBridges/kt41123.kt b/compiler/testData/codegen/bytecodeListing/specialBridges/kt41123.kt index 594f39f51e3..0ef0e1d178f 100644 --- a/compiler/testData/codegen/bytecodeListing/specialBridges/kt41123.kt +++ b/compiler/testData/codegen/bytecodeListing/specialBridges/kt41123.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TODO KT-42391 // JVM: diff --git a/compiler/testData/codegen/bytecodeListing/specialBridges/signatures/implementsSortedMap.kt b/compiler/testData/codegen/bytecodeListing/specialBridges/signatures/implementsSortedMap.kt index 1e3dc42c19d..eaa5591731e 100644 --- a/compiler/testData/codegen/bytecodeListing/specialBridges/signatures/implementsSortedMap.kt +++ b/compiler/testData/codegen/bytecodeListing/specialBridges/signatures/implementsSortedMap.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_SIGNATURES import java.util.* diff --git a/compiler/testData/codegen/bytecodeListing/specialBridges/unsignedArray.kt b/compiler/testData/codegen/bytecodeListing/specialBridges/unsignedArray.kt index ca6959fb370..df1e41221fc 100644 --- a/compiler/testData/codegen/bytecodeListing/specialBridges/unsignedArray.kt +++ b/compiler/testData/codegen/bytecodeListing/specialBridges/unsignedArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_ANNOTATIONS inline class UIntArray(@PublishedApi internal val storage: IntArray) : Collection { diff --git a/compiler/testData/codegen/bytecodeListing/strictfpFlag.kt b/compiler/testData/codegen/bytecodeListing/strictfpFlag.kt index bba32a3de7c..066c95d6877 100644 --- a/compiler/testData/codegen/bytecodeListing/strictfpFlag.kt +++ b/compiler/testData/codegen/bytecodeListing/strictfpFlag.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Strictfp @JvmOverloads diff --git a/compiler/testData/codegen/bytecodeListing/synchronizedFlag.kt b/compiler/testData/codegen/bytecodeListing/synchronizedFlag.kt index 744e27b6fde..8d9d1695fdf 100644 --- a/compiler/testData/codegen/bytecodeListing/synchronizedFlag.kt +++ b/compiler/testData/codegen/bytecodeListing/synchronizedFlag.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @Synchronized @JvmOverloads diff --git a/compiler/testData/codegen/bytecodeText/boxingOptimization/unsignedRangeIteratorSpecialization.kt b/compiler/testData/codegen/bytecodeText/boxingOptimization/unsignedRangeIteratorSpecialization.kt index e50d129f2d6..5fc6c965466 100644 --- a/compiler/testData/codegen/bytecodeText/boxingOptimization/unsignedRangeIteratorSpecialization.kt +++ b/compiler/testData/codegen/bytecodeText/boxingOptimization/unsignedRangeIteratorSpecialization.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM, JVM_IR // ^ TODO support new mangling rules in optimizer diff --git a/compiler/testData/codegen/bytecodeText/capturedVarsOptimization/capturedValInLambdaInitializedInside.kt b/compiler/testData/codegen/bytecodeText/capturedVarsOptimization/capturedValInLambdaInitializedInside.kt index 4da5b6708e4..8e7d1c8d810 100644 --- a/compiler/testData/codegen/bytecodeText/capturedVarsOptimization/capturedValInLambdaInitializedInside.kt +++ b/compiler/testData/codegen/bytecodeText/capturedVarsOptimization/capturedValInLambdaInitializedInside.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val x: String diff --git a/compiler/testData/codegen/bytecodeText/forLoop/forInIndices/forInArrayListIndices.kt b/compiler/testData/codegen/bytecodeText/forLoop/forInIndices/forInArrayListIndices.kt index 523eef3d0ae..c64bb136152 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/forInIndices/forInArrayListIndices.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/forInIndices/forInArrayListIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/iincGeneration.kt b/compiler/testData/codegen/bytecodeText/forLoop/iincGeneration.kt index 8e8b9505bdf..109d34f10b3 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/iincGeneration.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/iincGeneration.kt @@ -7,7 +7,7 @@ // Run Kotlin compiler benchmarks (https://github.com/Kotlin/kotlin-benchmarks) // with compiler built from your changes if you are not sure. -// WITH_RUNTIME +// WITH_STDLIB fun intRangeTo(a: Int, b: Int) { for (i in a .. b) {} } fun intRangeToStep(a: Int, b: Int) { for (i in a .. b step 127) {} } // Uses IADD in non-IR diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInConstBoundUnsignedRange.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInConstBoundUnsignedRange.kt index 8fef18311c9..88de4cfbc7f 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInConstBoundUnsignedRange.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInConstBoundUnsignedRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInDownToUIntMinValue.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInDownToUIntMinValue.kt index 7ba985ab4f8..50d7f2cc315 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInDownToUIntMinValue.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInDownToUIntMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInDownToULongMinValue.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInDownToULongMinValue.kt index 5e6ecfedc52..da5b0d0768d 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInDownToULongMinValue.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInDownToULongMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInOptimizableUnsignedRange.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInOptimizableUnsignedRange.kt index 0358ab236ff..e1d809e17aa 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInOptimizableUnsignedRange.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInOptimizableUnsignedRange.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInRangeToUIntMaxValue.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInRangeToUIntMaxValue.kt index a4113d4c508..30404492b87 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInRangeToUIntMaxValue.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInRangeToUIntMaxValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInRangeToULongMaxValue.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInRangeToULongMaxValue.kt index 51350602939..c5c4b31048b 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInRangeToULongMaxValue.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInRangeToULongMaxValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArray.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArray.kt index 966ccac1e05..c7d41f57e7e 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArray.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArrayIndices.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArrayIndices.kt index f30f970a6a8..fdc919638fd 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArrayIndices.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArrayIndices.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArrayWithIndex.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArrayWithIndex.kt index 6bdf164f96c..7db94d54a77 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArrayWithIndex.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUnsignedArrayWithIndex.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilUIntMaxValue.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilUIntMaxValue.kt index f91969c7bba..2df741779db 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilUIntMaxValue.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilUIntMaxValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilUIntMinValue.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilUIntMinValue.kt index ae8bcbfe30a..cf4a83ff08d 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilUIntMinValue.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilUIntMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilULongMaxValue.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilULongMaxValue.kt index b301a41dc43..6d71d24d129 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilULongMaxValue.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilULongMaxValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilULongMinValue.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilULongMinValue.kt index 069f255aa4d..56cfe454aff 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilULongMinValue.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/forInUntilULongMinValue.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/illegalStepConst.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/illegalStepConst.kt index ef7941e20a5..321a32227c1 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/illegalStepConst.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/illegalStepConst.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/reversedThenStep.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/reversedThenStep.kt index 796ab6bf0d0..513c97d7079 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/reversedThenStep.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/reversedThenStep.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepConstOnNonLiteralProgression.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepConstOnNonLiteralProgression.kt index 166d3d7eaad..c643f92b04a 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepConstOnNonLiteralProgression.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepConstOnNonLiteralProgression.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val uintProgression = 1u..7u step 3 // `step` ensures type is UIntProgression, NOT UIntRange for (i in uintProgression step 2) { diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepNonConstOnNonLiteralProgression.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepNonConstOnNonLiteralProgression.kt index f0153827623..97961f53818 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepNonConstOnNonLiteralProgression.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepNonConstOnNonLiteralProgression.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepOnNonLiteralRange.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepOnNonLiteralRange.kt index f916dac4b5f..1b188cdf96f 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepOnNonLiteralRange.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepOnNonLiteralRange.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepThenDifferentStep.kt b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepThenDifferentStep.kt index 4a72d821308..37665452b51 100644 --- a/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepThenDifferentStep.kt +++ b/compiler/testData/codegen/bytecodeText/forLoop/unsigned/stepThenDifferentStep.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // IMPORTANT! // Please, when your changes cause failures in bytecodeText tests for 'for' loops, diff --git a/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunFromStdlib.kt b/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunFromStdlib.kt index 5501f9514a6..0ecc5c320f0 100644 --- a/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunFromStdlib.kt +++ b/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunFromStdlib.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.math.sin diff --git a/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunMap.kt b/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunMap.kt index ccbad6b3d33..a234bc32821 100644 --- a/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunMap.kt +++ b/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunMap.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(xs: List) = xs.map { it.length } diff --git a/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunWithLambda.kt b/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunWithLambda.kt index 40dc32f54b8..25c5e0fb027 100644 --- a/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunWithLambda.kt +++ b/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunWithLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test() = run { var tmp = 0 diff --git a/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/kotlinMathMax.kt b/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/kotlinMathMax.kt index b32e0e9267a..9d27b3007f3 100644 --- a/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/kotlinMathMax.kt +++ b/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/kotlinMathMax.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun vectorReductionMax(vA: DoubleArray): Double { val n = vA.size diff --git a/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/sin.kt b/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/sin.kt index 398874c5158..36abea25105 100644 --- a/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/sin.kt +++ b/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/sin.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.math.sin diff --git a/compiler/testData/codegen/bytecodeText/inlineClasses/noManglingForFunctionsWithJvmName.kt b/compiler/testData/codegen/bytecodeText/inlineClasses/noManglingForFunctionsWithJvmName.kt index 533b009b0e3..5df6f52cbed 100644 --- a/compiler/testData/codegen/bytecodeText/inlineClasses/noManglingForFunctionsWithJvmName.kt +++ b/compiler/testData/codegen/bytecodeText/inlineClasses/noManglingForFunctionsWithJvmName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB inline class IC(val x: Int) class C { diff --git a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiDoesntCallSpecializedEquals.kt b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiDoesntCallSpecializedEquals.kt index 2d243c788c0..2efcabba0fc 100644 --- a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiDoesntCallSpecializedEquals.kt +++ b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiDoesntCallSpecializedEquals.kt @@ -1,5 +1,5 @@ // !API_VERSION: 1.3 -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun test() { val result = Result.success("yes!") diff --git a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiDoesntUseBox.kt b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiDoesntUseBox.kt index d4f6293eaf3..23589ebec29 100644 --- a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiDoesntUseBox.kt +++ b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiDoesntUseBox.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun test() { val result = Result.success("yes!") diff --git a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiEqualsDoesntBox.kt b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiEqualsDoesntBox.kt index d0717e7cb87..ef0fb3c4cb6 100644 --- a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiEqualsDoesntBox.kt +++ b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiEqualsDoesntBox.kt @@ -1,5 +1,5 @@ // !API_VERSION: LATEST_STABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun test() { val result = Result.success("yes!") diff --git a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiRunCatchingDoesntBox.kt b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiRunCatchingDoesntBox.kt index a906140387d..ae64165a487 100644 --- a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiRunCatchingDoesntBox.kt +++ b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiRunCatchingDoesntBox.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_BACKEND: JVM // IGNORE_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun test() { val ans1 = runCatching { 42 } diff --git a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiStringInterpolationDoesntBox.kt b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiStringInterpolationDoesntBox.kt index 40c793108d6..5e744224abd 100644 --- a/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiStringInterpolationDoesntBox.kt +++ b/compiler/testData/codegen/bytecodeText/inlineClasses/resultApiStringInterpolationDoesntBox.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun test() { val result = Result.success("yes!") diff --git a/compiler/testData/codegen/bytecodeText/inlineClasses/resultMangling.kt b/compiler/testData/codegen/bytecodeText/inlineClasses/resultMangling.kt index 556896bbbe9..d96fb26c6a0 100644 --- a/compiler/testData/codegen/bytecodeText/inlineClasses/resultMangling.kt +++ b/compiler/testData/codegen/bytecodeText/inlineClasses/resultMangling.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt inline class A(val s: String) { fun fromResult(x: Result) = diff --git a/compiler/testData/codegen/bytecodeText/invokedynamic/functionRefToJavaInterface.kt b/compiler/testData/codegen/bytecodeText/invokedynamic/functionRefToJavaInterface.kt index be636c2ae6f..e0435553c42 100644 --- a/compiler/testData/codegen/bytecodeText/invokedynamic/functionRefToJavaInterface.kt +++ b/compiler/testData/codegen/bytecodeText/invokedynamic/functionRefToJavaInterface.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK fun hello() { println("Hello, world!") } diff --git a/compiler/testData/codegen/bytecodeText/invokedynamic/streamApi.kt b/compiler/testData/codegen/bytecodeText/invokedynamic/streamApi.kt index 99dad35114a..6812ba55780 100644 --- a/compiler/testData/codegen/bytecodeText/invokedynamic/streamApi.kt +++ b/compiler/testData/codegen/bytecodeText/invokedynamic/streamApi.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM // JVM_TARGET: 1.8 // SAM_CONVERSIONS: INDY -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.util.stream.* diff --git a/compiler/testData/codegen/bytecodeText/mapGetOrDefault.kt b/compiler/testData/codegen/bytecodeText/mapGetOrDefault.kt index c954bdaf1b8..1831df3de36 100644 --- a/compiler/testData/codegen/bytecodeText/mapGetOrDefault.kt +++ b/compiler/testData/codegen/bytecodeText/mapGetOrDefault.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: TestMap.java diff --git a/compiler/testData/codegen/bytecodeText/multifileClasses/defaultFunctionInMultifileClass.kt b/compiler/testData/codegen/bytecodeText/multifileClasses/defaultFunctionInMultifileClass.kt index f353e1d53b2..5168caeccda 100644 --- a/compiler/testData/codegen/bytecodeText/multifileClasses/defaultFunctionInMultifileClass.kt +++ b/compiler/testData/codegen/bytecodeText/multifileClasses/defaultFunctionInMultifileClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: part1.kt @file:JvmName("Facade") diff --git a/compiler/testData/codegen/bytecodeText/multifileClasses/privateFunctionName.kt b/compiler/testData/codegen/bytecodeText/multifileClasses/privateFunctionName.kt index 9c8b20ce1d2..24ae1ce3b25 100644 --- a/compiler/testData/codegen/bytecodeText/multifileClasses/privateFunctionName.kt +++ b/compiler/testData/codegen/bytecodeText/multifileClasses/privateFunctionName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: part1.kt @file:JvmName("Facade") diff --git a/compiler/testData/codegen/bytecodeText/nullCheckOptimization/nullabilityAssertionOnDispatchReceiver.kt b/compiler/testData/codegen/bytecodeText/nullCheckOptimization/nullabilityAssertionOnDispatchReceiver.kt index 94ff2b7e2e8..3e5812b7461 100644 --- a/compiler/testData/codegen/bytecodeText/nullCheckOptimization/nullabilityAssertionOnDispatchReceiver.kt +++ b/compiler/testData/codegen/bytecodeText/nullCheckOptimization/nullabilityAssertionOnDispatchReceiver.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.test.* diff --git a/compiler/testData/codegen/bytecodeText/optimizedDelegatedProperties/delegateToAnother.kt b/compiler/testData/codegen/bytecodeText/optimizedDelegatedProperties/delegateToAnother.kt index 2397dbafad0..48d4bce989f 100644 --- a/compiler/testData/codegen/bytecodeText/optimizedDelegatedProperties/delegateToAnother.kt +++ b/compiler/testData/codegen/bytecodeText/optimizedDelegatedProperties/delegateToAnother.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C(var x: Int) { val y by C::x var ym by C::x diff --git a/compiler/testData/codegen/bytecodeText/optimizedDelegatedProperties/lazy.kt b/compiler/testData/codegen/bytecodeText/optimizedDelegatedProperties/lazy.kt index 8b1ff71ab25..1e2a03e951d 100644 --- a/compiler/testData/codegen/bytecodeText/optimizedDelegatedProperties/lazy.kt +++ b/compiler/testData/codegen/bytecodeText/optimizedDelegatedProperties/lazy.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val topLevelLazyVal by lazy { 1 } diff --git a/compiler/testData/codegen/bytecodeText/storeStackBeforeInline/arrayConstructor.kt b/compiler/testData/codegen/bytecodeText/storeStackBeforeInline/arrayConstructor.kt index 0a90ec9c82d..c1294b531ff 100644 --- a/compiler/testData/codegen/bytecodeText/storeStackBeforeInline/arrayConstructor.kt +++ b/compiler/testData/codegen/bytecodeText/storeStackBeforeInline/arrayConstructor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(): Int = "123".indexOfAny(CharArray(1000) { '1' }) diff --git a/compiler/testData/codegen/bytecodeText/toArray/noAccessorForToArray.kt b/compiler/testData/codegen/bytecodeText/toArray/noAccessorForToArray.kt index aec869ff2e9..e3b17cd16e3 100644 --- a/compiler/testData/codegen/bytecodeText/toArray/noAccessorForToArray.kt +++ b/compiler/testData/codegen/bytecodeText/toArray/noAccessorForToArray.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: SingletonCollection.kt package test diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntCompare_before.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntCompare_before.kt index 9c9f26a2f4e..9fbd93279ad 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntCompare_before.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntCompare_before.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // JVM_TARGET: 1.6 val ua = 1234U diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntCompare_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntCompare_jvm18.kt index f5483dd6bb3..17b395f8b77 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntCompare_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntCompare_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234U val ub = 5678U diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntDivide_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntDivide_jvm18.kt index 6765deea354..6792b6c7ae8 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntDivide_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntDivide_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234U val ub = 5678U diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntRemainder_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntRemainder_jvm18.kt index cd5135f232b..156ba0ec2b7 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntRemainder_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntRemainder_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234U val ub = 5678U diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntSmartCasts_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntSmartCasts_jvm18.kt index d91fe02fcc3..d8eec650b40 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntSmartCasts_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntSmartCasts_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB fun both(a: Any?, b: Any?) = if (a is UInt && b is UInt) a < b else null!! diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntToString_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntToString_jvm18.kt index 0f121609524..3c46e64e855 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntToString_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedIntToString_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val min = 0U.toString() diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongCompare_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongCompare_jvm18.kt index 17f91e0eb87..446f2be01f1 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongCompare_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongCompare_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234UL val ub = 5678UL diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongDivide_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongDivide_jvm18.kt index 795efb5e002..8e3dd844ebd 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongDivide_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongDivide_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234UL val ub = 5678UL diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongRemainder_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongRemainder_jvm18.kt index de7b81bb0ed..ab07f0bc3cb 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongRemainder_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongRemainder_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB val ua = 1234UL val ub = 5678UL diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongToString_jvm18.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongToString_jvm18.kt index f52ad28310d..34f967a7fdc 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongToString_jvm18.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/unsignedLongToString_jvm18.kt @@ -1,5 +1,5 @@ // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB fun box(): String { val min = 0UL.toString() diff --git a/compiler/testData/codegen/bytecodeText/unsignedTypes/whenByUnsigned.kt b/compiler/testData/codegen/bytecodeText/unsignedTypes/whenByUnsigned.kt index 2d3ab0a8e54..00a6c3fc465 100644 --- a/compiler/testData/codegen/bytecodeText/unsignedTypes/whenByUnsigned.kt +++ b/compiler/testData/codegen/bytecodeText/unsignedTypes/whenByUnsigned.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB const val M1: UInt = 2147483648u diff --git a/compiler/testData/codegen/dumpDeclarations/classMembers.kt b/compiler/testData/codegen/dumpDeclarations/classMembers.kt index d1985a93cc5..b8bc25ed832 100644 --- a/compiler/testData/codegen/dumpDeclarations/classMembers.kt +++ b/compiler/testData/codegen/dumpDeclarations/classMembers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB public class ClassWithProperties { public val publicVal: Int = 1 diff --git a/compiler/testData/codegen/dumpDeclarations/intermediateAbstractSuspendFunction.kt b/compiler/testData/codegen/dumpDeclarations/intermediateAbstractSuspendFunction.kt index c8037bf1c2e..3da7b73e55c 100644 --- a/compiler/testData/codegen/dumpDeclarations/intermediateAbstractSuspendFunction.kt +++ b/compiler/testData/codegen/dumpDeclarations/intermediateAbstractSuspendFunction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface A { suspend fun foo(): T } diff --git a/compiler/testData/codegen/dumpDeclarations/localClasses.kt b/compiler/testData/codegen/dumpDeclarations/localClasses.kt index 5f00abd3ff2..3604ae5eeef 100644 --- a/compiler/testData/codegen/dumpDeclarations/localClasses.kt +++ b/compiler/testData/codegen/dumpDeclarations/localClasses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: Part1.kt class A { fun a() : String { diff --git a/compiler/testData/codegen/dumpDeclarations/multifileFacadeMembers.kt b/compiler/testData/codegen/dumpDeclarations/multifileFacadeMembers.kt index 5afec91d554..e446ab5d6c4 100644 --- a/compiler/testData/codegen/dumpDeclarations/multifileFacadeMembers.kt +++ b/compiler/testData/codegen/dumpDeclarations/multifileFacadeMembers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: Part1.kt @file:kotlin.jvm.JvmMultifileClass @file:kotlin.jvm.JvmName("MultifileFacade") diff --git a/compiler/testData/codegen/dumpDeclarations/suspendLambda.kt b/compiler/testData/codegen/dumpDeclarations/suspendLambda.kt index b046f00e2b9..d836683cd71 100644 --- a/compiler/testData/codegen/dumpDeclarations/suspendLambda.kt +++ b/compiler/testData/codegen/dumpDeclarations/suspendLambda.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB public fun invokeCoroutineBuilder() { return buildCoroutine { println(this) diff --git a/compiler/testData/codegen/dumpDeclarations/suspendOverride.kt b/compiler/testData/codegen/dumpDeclarations/suspendOverride.kt index f3691c10e80..5a54c6e9d52 100644 --- a/compiler/testData/codegen/dumpDeclarations/suspendOverride.kt +++ b/compiler/testData/codegen/dumpDeclarations/suspendOverride.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface A { suspend fun foo(): Boolean } diff --git a/compiler/testData/codegen/dumpDeclarations/topLevelMembers.kt b/compiler/testData/codegen/dumpDeclarations/topLevelMembers.kt index 88ce03840b1..1e60e6fc29f 100644 --- a/compiler/testData/codegen/dumpDeclarations/topLevelMembers.kt +++ b/compiler/testData/codegen/dumpDeclarations/topLevelMembers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // properties public val publicVal: Int = 1 diff --git a/compiler/testData/codegen/java6/box/builtinStubMethods/immutableRemove.kt b/compiler/testData/codegen/java6/box/builtinStubMethods/immutableRemove.kt index 2710f121246..12f18eb5cc3 100644 --- a/compiler/testData/codegen/java6/box/builtinStubMethods/immutableRemove.kt +++ b/compiler/testData/codegen/java6/box/builtinStubMethods/immutableRemove.kt @@ -2,7 +2,7 @@ // IGNORE_BACKEND: JS, NATIVE // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB interface ImmutableCollection : Collection { fun add(element: @UnsafeVariance E): ImmutableCollection fun addAll(elements: Collection<@UnsafeVariance E>): ImmutableCollection diff --git a/compiler/testData/codegen/kapt/innerClasses.kt b/compiler/testData/codegen/kapt/innerClasses.kt index b4db419e136..27dea1034db 100644 --- a/compiler/testData/codegen/kapt/innerClasses.kt +++ b/compiler/testData/codegen/kapt/innerClasses.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/codegen/kapt/jvmOverloads.kt b/compiler/testData/codegen/kapt/jvmOverloads.kt index c2a91274f9e..4b941aad978 100644 --- a/compiler/testData/codegen/kapt/jvmOverloads.kt +++ b/compiler/testData/codegen/kapt/jvmOverloads.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Test { @JvmOverloads diff --git a/compiler/testData/debug/localVariables/destructuringInFor.kt b/compiler/testData/debug/localVariables/destructuringInFor.kt index 0bb3fb2998c..f112ee9e6c5 100644 --- a/compiler/testData/debug/localVariables/destructuringInFor.kt +++ b/compiler/testData/debug/localVariables/destructuringInFor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB //FILE: test.kt fun box() { diff --git a/compiler/testData/debug/localVariables/jvmOverloads.kt b/compiler/testData/debug/localVariables/jvmOverloads.kt index 3ddbe92b943..4f5eff8fe29 100644 --- a/compiler/testData/debug/localVariables/jvmOverloads.kt +++ b/compiler/testData/debug/localVariables/jvmOverloads.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt class C { @kotlin.jvm.JvmOverloads fun foo(firstParam: Int, secondParam: String = "") { diff --git a/compiler/testData/debug/localVariables/suspend/inlineLocalsStateMachineTransform.kt b/compiler/testData/debug/localVariables/suspend/inlineLocalsStateMachineTransform.kt index 96e4d59c59e..1d1f097b1a0 100644 --- a/compiler/testData/debug/localVariables/suspend/inlineLocalsStateMachineTransform.kt +++ b/compiler/testData/debug/localVariables/suspend/inlineLocalsStateMachineTransform.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt inline fun hasLocal(): Int { val x = 41 diff --git a/compiler/testData/debug/localVariables/suspend/localsStateMachineTransform.kt b/compiler/testData/debug/localVariables/suspend/localsStateMachineTransform.kt index 277a2560fa7..2e6d1a42e2c 100644 --- a/compiler/testData/debug/localVariables/suspend/localsStateMachineTransform.kt +++ b/compiler/testData/debug/localVariables/suspend/localsStateMachineTransform.kt @@ -1,6 +1,6 @@ // The JVM backend does not have `x` visible in the locals table for the for loop at all. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt suspend fun h() { } diff --git a/compiler/testData/debug/localVariables/suspend/mergeLvt.kt b/compiler/testData/debug/localVariables/suspend/mergeLvt.kt index 6fef27fdd5b..07089a4e910 100644 --- a/compiler/testData/debug/localVariables/suspend/mergeLvt.kt +++ b/compiler/testData/debug/localVariables/suspend/mergeLvt.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/debug/localVariables/suspend/simple.kt b/compiler/testData/debug/localVariables/suspend/simple.kt index d8b234d6398..e5c5dd18b52 100644 --- a/compiler/testData/debug/localVariables/suspend/simple.kt +++ b/compiler/testData/debug/localVariables/suspend/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt suspend fun box() { diff --git a/compiler/testData/debug/localVariables/suspend/underscoreNames.kt b/compiler/testData/debug/localVariables/suspend/underscoreNames.kt index 7afc8dde1d1..2132fedc0f3 100644 --- a/compiler/testData/debug/localVariables/suspend/underscoreNames.kt +++ b/compiler/testData/debug/localVariables/suspend/underscoreNames.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt class A { diff --git a/compiler/testData/debug/localVariables/tryFinally.kt b/compiler/testData/debug/localVariables/tryFinally.kt index 3bd926210ed..7698051e0cd 100644 --- a/compiler/testData/debug/localVariables/tryFinally.kt +++ b/compiler/testData/debug/localVariables/tryFinally.kt @@ -1,6 +1,6 @@ // The old backend has the local y covering the finally block as well. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box() { diff --git a/compiler/testData/debug/localVariables/tryFinally10.kt b/compiler/testData/debug/localVariables/tryFinally10.kt index 161039b3f38..a06ea462a5b 100644 --- a/compiler/testData/debug/localVariables/tryFinally10.kt +++ b/compiler/testData/debug/localVariables/tryFinally10.kt @@ -1,6 +1,6 @@ // The local variables `y` and `i` are visible in the finally block with old backend. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt inline fun f(block: () -> Unit) { diff --git a/compiler/testData/debug/localVariables/tryFinally11.kt b/compiler/testData/debug/localVariables/tryFinally11.kt index 319ad6ac98a..ecee1fd58bb 100644 --- a/compiler/testData/debug/localVariables/tryFinally11.kt +++ b/compiler/testData/debug/localVariables/tryFinally11.kt @@ -1,6 +1,6 @@ // The local variables `z` and `y` are visible in the finally block with old backend. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { diff --git a/compiler/testData/debug/localVariables/tryFinally12.kt b/compiler/testData/debug/localVariables/tryFinally12.kt index e3869f225f1..5d6bdccc482 100644 --- a/compiler/testData/debug/localVariables/tryFinally12.kt +++ b/compiler/testData/debug/localVariables/tryFinally12.kt @@ -1,6 +1,6 @@ // The local variables `z` and `y` are visible in the finally block with old backend. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { diff --git a/compiler/testData/debug/localVariables/tryFinally13.kt b/compiler/testData/debug/localVariables/tryFinally13.kt index 5eb2d0f0e55..578745b9894 100644 --- a/compiler/testData/debug/localVariables/tryFinally13.kt +++ b/compiler/testData/debug/localVariables/tryFinally13.kt @@ -1,6 +1,6 @@ // The local variables `y` and `i` are visible in finally blocks with old backend. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { diff --git a/compiler/testData/debug/localVariables/tryFinally14.kt b/compiler/testData/debug/localVariables/tryFinally14.kt index ad479bc9975..a8b885f8606 100644 --- a/compiler/testData/debug/localVariables/tryFinally14.kt +++ b/compiler/testData/debug/localVariables/tryFinally14.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { try { diff --git a/compiler/testData/debug/localVariables/tryFinally15.kt b/compiler/testData/debug/localVariables/tryFinally15.kt index 241981974b3..29f65da704d 100644 --- a/compiler/testData/debug/localVariables/tryFinally15.kt +++ b/compiler/testData/debug/localVariables/tryFinally15.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { try { diff --git a/compiler/testData/debug/localVariables/tryFinally16.kt b/compiler/testData/debug/localVariables/tryFinally16.kt index 5e7649e89f1..8bdf6480dea 100644 --- a/compiler/testData/debug/localVariables/tryFinally16.kt +++ b/compiler/testData/debug/localVariables/tryFinally16.kt @@ -1,6 +1,6 @@ // The local `i` is visible in the finally block with old backend. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box(): String { try { diff --git a/compiler/testData/debug/localVariables/tryFinally2.kt b/compiler/testData/debug/localVariables/tryFinally2.kt index db148e5ee18..0fe6b07d52f 100644 --- a/compiler/testData/debug/localVariables/tryFinally2.kt +++ b/compiler/testData/debug/localVariables/tryFinally2.kt @@ -1,6 +1,6 @@ // The old backend has the local y covering the finally block as well. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun box() { var result = "" diff --git a/compiler/testData/debug/localVariables/tryFinally3.kt b/compiler/testData/debug/localVariables/tryFinally3.kt index c58b24c4834..5f751f086f2 100644 --- a/compiler/testData/debug/localVariables/tryFinally3.kt +++ b/compiler/testData/debug/localVariables/tryFinally3.kt @@ -1,6 +1,6 @@ // The old backend has the local y covering the finally block as well. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun compute(): String { diff --git a/compiler/testData/debug/localVariables/tryFinally4.kt b/compiler/testData/debug/localVariables/tryFinally4.kt index 82250498713..eea15b09757 100644 --- a/compiler/testData/debug/localVariables/tryFinally4.kt +++ b/compiler/testData/debug/localVariables/tryFinally4.kt @@ -1,6 +1,6 @@ // The old backend gets the local variables for finally blocks wrong. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt fun compute(): String { diff --git a/compiler/testData/debug/localVariables/tryFinally5.kt b/compiler/testData/debug/localVariables/tryFinally5.kt index 49659cfc744..d28e849875e 100644 --- a/compiler/testData/debug/localVariables/tryFinally5.kt +++ b/compiler/testData/debug/localVariables/tryFinally5.kt @@ -1,6 +1,6 @@ // JVM backend has the `a` local covering the finally block. It shouldn't. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt inline fun g(block: () -> Unit) { diff --git a/compiler/testData/debug/localVariables/tryFinally6.kt b/compiler/testData/debug/localVariables/tryFinally6.kt index 377ea8b4230..aeb01dd52ec 100644 --- a/compiler/testData/debug/localVariables/tryFinally6.kt +++ b/compiler/testData/debug/localVariables/tryFinally6.kt @@ -1,6 +1,6 @@ // JVM backend has `a` visible in the `compute` finally block. It shouldn't be. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt inline fun h(block: () -> Unit) { diff --git a/compiler/testData/debug/localVariables/tryFinally7.kt b/compiler/testData/debug/localVariables/tryFinally7.kt index 9273862c942..6c5481811d3 100644 --- a/compiler/testData/debug/localVariables/tryFinally7.kt +++ b/compiler/testData/debug/localVariables/tryFinally7.kt @@ -1,6 +1,6 @@ // The old backend has `y` and `j` visible on the finally block. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt inline fun f(block: () -> Unit) { diff --git a/compiler/testData/debug/localVariables/tryFinally8.kt b/compiler/testData/debug/localVariables/tryFinally8.kt index 65f4d34eba7..04f22a8013e 100644 --- a/compiler/testData/debug/localVariables/tryFinally8.kt +++ b/compiler/testData/debug/localVariables/tryFinally8.kt @@ -1,6 +1,6 @@ // The old backend has `y` and `i` visible on the finally block. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt inline fun f(block: () -> Unit) { diff --git a/compiler/testData/debug/localVariables/tryFinally9.kt b/compiler/testData/debug/localVariables/tryFinally9.kt index 85ad109497e..05f2eaf0548 100644 --- a/compiler/testData/debug/localVariables/tryFinally9.kt +++ b/compiler/testData/debug/localVariables/tryFinally9.kt @@ -1,6 +1,6 @@ // The local variables in the try and finally blocks are not removed for the finally block with the old backend. // IGNORE_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt inline fun f(block: () -> Unit) { diff --git a/compiler/testData/debug/stepping/suspendFunWithLambdaParameter.kt b/compiler/testData/debug/stepping/suspendFunWithLambdaParameter.kt index 92575048698..efa678172a5 100644 --- a/compiler/testData/debug/stepping/suspendFunWithLambdaParameter.kt +++ b/compiler/testData/debug/stepping/suspendFunWithLambdaParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt suspend fun foo(block: Long.() -> String): String { return 1L.block() diff --git a/compiler/testData/debug/stepping/suspendFunWithSuspendLambdaParameter.kt b/compiler/testData/debug/stepping/suspendFunWithSuspendLambdaParameter.kt index 87fc93b1407..a66e2f80001 100644 --- a/compiler/testData/debug/stepping/suspendFunWithSuspendLambdaParameter.kt +++ b/compiler/testData/debug/stepping/suspendFunWithSuspendLambdaParameter.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt suspend fun foo(block: suspend Long.() -> String): String { return 1L.block() diff --git a/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/kt48261.kt b/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/kt48261.kt index 934f1299d93..078af3fac89 100644 --- a/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/kt48261.kt +++ b/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/kt48261.kt @@ -1,7 +1,7 @@ // FIR_IDENTICAL // JSR305_GLOBAL_REPORT: strict // JSPECIFY_STATE: strict -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: MyCollection.java diff --git a/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jsr305/typeArguments.fir.kt b/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jsr305/typeArguments.fir.kt index a968dca2880..fdc1e2eaca0 100644 --- a/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jsr305/typeArguments.fir.kt +++ b/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jsr305/typeArguments.fir.kt @@ -1,7 +1,7 @@ // !DIAGNOSTICS: -UNUSED_VARIABLE -UNUSED_PARAMETER // RENDER_PACKAGE: test // SOURCE_RETENTION_ANNOTATIONS -// WITH_RUNTIME +// WITH_STDLIB // JSR305_GLOBAL_REPORT: strict // FILE: spr/Nullable.java diff --git a/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jsr305/typeArguments.kt b/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jsr305/typeArguments.kt index eed0f43203c..d880cdbab73 100644 --- a/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jsr305/typeArguments.kt +++ b/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jsr305/typeArguments.kt @@ -1,7 +1,7 @@ // !DIAGNOSTICS: -UNUSED_VARIABLE -UNUSED_PARAMETER // RENDER_PACKAGE: test // SOURCE_RETENTION_ANNOTATIONS -// WITH_RUNTIME +// WITH_STDLIB // JSR305_GLOBAL_REPORT: strict // FILE: spr/Nullable.java diff --git a/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/misc/kt48261.kt b/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/misc/kt48261.kt index c941dbd5076..a2a3d3bbf4f 100644 --- a/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/misc/kt48261.kt +++ b/compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/misc/kt48261.kt @@ -1,7 +1,7 @@ // FIR_IDENTICAL // JSR305_GLOBAL_REPORT: strict // JSPECIFY_STATE: warn -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // !LANGUAGE: +IgnoreNullabilityForErasedValueParameters diff --git a/compiler/testData/diagnostics/tests/annotations/ConstructorCallAllowed.kt b/compiler/testData/diagnostics/tests/annotations/ConstructorCallAllowed.kt index cdeda13fb49..dd6c521cbab 100644 --- a/compiler/testData/diagnostics/tests/annotations/ConstructorCallAllowed.kt +++ b/compiler/testData/diagnostics/tests/annotations/ConstructorCallAllowed.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !LANGUAGE: +InstantiationOfAnnotationClasses diff --git a/compiler/testData/diagnostics/tests/callableReference/resolve/resolveReferenceAgainstKFunctionAndKPrpoerty.kt b/compiler/testData/diagnostics/tests/callableReference/resolve/resolveReferenceAgainstKFunctionAndKPrpoerty.kt index 9ef766b6132..e69485c2eea 100644 --- a/compiler/testData/diagnostics/tests/callableReference/resolve/resolveReferenceAgainstKFunctionAndKPrpoerty.kt +++ b/compiler/testData/diagnostics/tests/callableReference/resolve/resolveReferenceAgainstKFunctionAndKPrpoerty.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER fun foo(x: kotlin.reflect.KFunction1) {} diff --git a/compiler/testData/diagnostics/tests/callableReference/resolve/resolveTwoReferencesAgainstGenerics.kt b/compiler/testData/diagnostics/tests/callableReference/resolve/resolveTwoReferencesAgainstGenerics.kt index da4dbd9b553..5481b6e92bb 100644 --- a/compiler/testData/diagnostics/tests/callableReference/resolve/resolveTwoReferencesAgainstGenerics.kt +++ b/compiler/testData/diagnostics/tests/callableReference/resolve/resolveTwoReferencesAgainstGenerics.kt @@ -1,7 +1,7 @@ // FIR_IDENTICAL // !LANGUAGE: +NewInference // !DIAGNOSTICS: -UNUSED_PARAMETER -// WITH_RUNTIME +// WITH_STDLIB fun List>.flatten(): List = flatMap { it.fold(::emptyList, ::listOf) } diff --git a/compiler/testData/diagnostics/tests/checkArguments/kt17691.fir.kt b/compiler/testData/diagnostics/tests/checkArguments/kt17691.fir.kt index afe4092f21d..7f22fdf3ccc 100644 --- a/compiler/testData/diagnostics/tests/checkArguments/kt17691.fir.kt +++ b/compiler/testData/diagnostics/tests/checkArguments/kt17691.fir.kt @@ -1,6 +1,6 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER // !LANGUAGE: -UseCorrectExecutionOrderForVarargArguments -// WITH_RUNTIME +// WITH_STDLIB fun foo(vararg x: Unit, y: Any) {} diff --git a/compiler/testData/diagnostics/tests/checkArguments/kt17691.kt b/compiler/testData/diagnostics/tests/checkArguments/kt17691.kt index 8da0abc1840..70db8adb47e 100644 --- a/compiler/testData/diagnostics/tests/checkArguments/kt17691.kt +++ b/compiler/testData/diagnostics/tests/checkArguments/kt17691.kt @@ -1,6 +1,6 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER // !LANGUAGE: -UseCorrectExecutionOrderForVarargArguments -// WITH_RUNTIME +// WITH_STDLIB fun foo(vararg x: Unit, y: Any) {} diff --git a/compiler/testData/diagnostics/tests/checkArguments/kt17691WithEnabledFeature.kt b/compiler/testData/diagnostics/tests/checkArguments/kt17691WithEnabledFeature.kt index c0d304e8e4f..70d2ba0f530 100644 --- a/compiler/testData/diagnostics/tests/checkArguments/kt17691WithEnabledFeature.kt +++ b/compiler/testData/diagnostics/tests/checkArguments/kt17691WithEnabledFeature.kt @@ -1,7 +1,7 @@ // FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER // !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments -// WITH_RUNTIME +// WITH_STDLIB fun foo(vararg x: Unit, y: Any) {} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/kt38714.fir.kt b/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/kt38714.fir.kt index ca5404dab5a..f904bcb18c2 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/kt38714.fir.kt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/kt38714.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER import kotlin.reflect.KProperty diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/kt38714.kt b/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/kt38714.kt index b3eeb409102..771f146ceaf 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/kt38714.kt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/kt38714.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER import kotlin.reflect.KProperty diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/provideDelegateOnFunctionalTypeWithThis.fir.kt b/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/provideDelegateOnFunctionalTypeWithThis.fir.kt index 4aa4baa2c6e..f5f851ec4a7 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/provideDelegateOnFunctionalTypeWithThis.fir.kt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/provideDelegateOnFunctionalTypeWithThis.fir.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -// WITH_RUNTIME +// WITH_STDLIB import kotlin.properties.ReadOnlyProperty import kotlin.reflect.KProperty diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/provideDelegateOnFunctionalTypeWithThis.kt b/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/provideDelegateOnFunctionalTypeWithThis.kt index 9a645ad5a63..e291a369a4e 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/provideDelegateOnFunctionalTypeWithThis.kt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/provideDelegateOnFunctionalTypeWithThis.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -// WITH_RUNTIME +// WITH_STDLIB import kotlin.properties.ReadOnlyProperty import kotlin.reflect.KProperty diff --git a/compiler/testData/diagnostics/tests/delegation/kt44843.fir.kt b/compiler/testData/diagnostics/tests/delegation/kt44843.fir.kt index 47380f881d5..8c803bcde67 100644 --- a/compiler/testData/diagnostics/tests/delegation/kt44843.fir.kt +++ b/compiler/testData/diagnostics/tests/delegation/kt44843.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt val bar2 by bar2() diff --git a/compiler/testData/diagnostics/tests/delegation/kt44843.kt b/compiler/testData/diagnostics/tests/delegation/kt44843.kt index 8444ecf1281..b916a66f8ee 100644 --- a/compiler/testData/diagnostics/tests/delegation/kt44843.kt +++ b/compiler/testData/diagnostics/tests/delegation/kt44843.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt val bar2 by bar2() diff --git a/compiler/testData/diagnostics/tests/generics/starProjections/foldRecursiveTypesToStarProjection.kt b/compiler/testData/diagnostics/tests/generics/starProjections/foldRecursiveTypesToStarProjection.kt index 8a46ed9ab49..72b988e6e5f 100644 --- a/compiler/testData/diagnostics/tests/generics/starProjections/foldRecursiveTypesToStarProjection.kt +++ b/compiler/testData/diagnostics/tests/generics/starProjections/foldRecursiveTypesToStarProjection.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_EXPRESSION -// WITH_RUNTIME +// WITH_STDLIB object KT32183 { interface AGraphExecutionEntity { diff --git a/compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.fir.kt b/compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.fir.kt index d9ad2eda77c..bfa7870bd4f 100644 --- a/compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +PartiallySpecifiedTypeArguments // !DIAGNOSTICS: -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = (1 as K) to (1f as T) diff --git a/compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.kt b/compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.kt index c4874d2d0cf..6173fbc432f 100644 --- a/compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.kt +++ b/compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +PartiallySpecifiedTypeArguments // !DIAGNOSTICS: -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = (1 as K) to (1f as T) diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.fir.kt index 7a69400289e..b8ba0ef3b85 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -OPT_IN_IS_NOT_ENABLED -OPT_IN_USAGE_ERROR // IGNORE_BACKEND: WASM diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.kt b/compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.kt index 9666468ea15..0ec13a22265 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/changingResolveIfDontUseBuilderInference.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -OPT_IN_IS_NOT_ENABLED -OPT_IN_USAGE_ERROR // IGNORE_BACKEND: WASM diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/constraints/violating.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/constraints/violating.fir.kt index cf262c15c9a..cfd7f7be523 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/constraints/violating.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/constraints/violating.fir.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB interface A { fun foo(): MutableList diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/constraints/violating.kt b/compiler/testData/diagnostics/tests/inference/builderInference/constraints/violating.kt index 1ea07c7ff4d..df31bef5c66 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/constraints/violating.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/constraints/violating.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB interface A { fun foo(): MutableList diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/kt47744.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/kt47744.fir.kt index 3358d298cb1..3e7b0a524c2 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/kt47744.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/kt47744.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -UnrestrictedBuilderInference // !DIAGNOSTICS: -OPT_IN_IS_NOT_ENABLED -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/kt47744.kt b/compiler/testData/diagnostics/tests/inference/builderInference/kt47744.kt index 0a8a6c74d01..eb50e45ff7b 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/kt47744.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/kt47744.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -UnrestrictedBuilderInference // !DIAGNOSTICS: -OPT_IN_IS_NOT_ENABLED -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/labaledCall.kt b/compiler/testData/diagnostics/tests/inference/builderInference/labaledCall.kt index 778920fc695..654e732240c 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/labaledCall.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/labaledCall.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -UNCHECKED_CAST -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/simpleLambdaInCallWithAnotherLambdaWithBuilderInference.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/simpleLambdaInCallWithAnotherLambdaWithBuilderInference.fir.kt index e4b1f44e7cb..186bbcd3dcd 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/simpleLambdaInCallWithAnotherLambdaWithBuilderInference.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/simpleLambdaInCallWithAnotherLambdaWithBuilderInference.fir.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/simpleLambdaInCallWithAnotherLambdaWithBuilderInference.kt b/compiler/testData/diagnostics/tests/inference/builderInference/simpleLambdaInCallWithAnotherLambdaWithBuilderInference.kt index 3073a21d6f3..f8dab6c71b6 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/simpleLambdaInCallWithAnotherLambdaWithBuilderInference.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/simpleLambdaInCallWithAnotherLambdaWithBuilderInference.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/skipedUnresolvedInBuilderInferenceWithStubReceiverType.kt b/compiler/testData/diagnostics/tests/inference/builderInference/skipedUnresolvedInBuilderInferenceWithStubReceiverType.kt index 878ed61f29e..45f67e5cb28 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/skipedUnresolvedInBuilderInferenceWithStubReceiverType.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/skipedUnresolvedInBuilderInferenceWithStubReceiverType.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferences.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferences.fir.kt index 26bd7a792e9..69eb2ee59b6 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferences.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferences.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferences.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferences.kt index 4c4033b0926..333a036ce86 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferences.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferences.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExression.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExression.fir.kt index be2f2a4cc41..89d59f01493 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExression.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExression.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExression.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExression.kt index dd524046353..4998d2f22f5 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExression.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.fir.kt index 10583cf13b5..a911d2da861 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.kt index 0e01faf8972..9f1f66c2b11 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesDontRewriteAtSlice.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorType.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorType.fir.kt index f5506850f7e..8b812f175b9 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorType.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorType.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt index d925797eb9e..e7768d436a3 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorTypeUnrestricted.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorTypeUnrestricted.fir.kt index 3a2a73224c4..fd772ed4359 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorTypeUnrestricted.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorTypeUnrestricted.fir.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorTypeUnrestricted.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorTypeUnrestricted.kt index 0709433b5a7..e1330bc67e9 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorTypeUnrestricted.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesErrorTypeUnrestricted.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.fir.kt index 4fa954f4429..6b3853bd09b 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt index f17807e2797..c58b6046537 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesUnrestricted.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesUnrestricted.fir.kt index c629fd3dcbf..a9be6f377d3 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesUnrestricted.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesUnrestricted.fir.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION // KT-47797 diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesUnrestricted.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesUnrestricted.kt index 08068912056..5ab7b2376a8 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesUnrestricted.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithCallableReferencesUnrestricted.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UnrestrictedBuilderInference -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION // KT-47797 diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithLambdas.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithLambdas.fir.kt index 8263fceecb2..1bdc8042118 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithLambdas.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithLambdas.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNUSED_LAMBDA_EXPRESSION -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithLambdas.kt b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithLambdas.kt index 7b42328f02f..b84a208018e 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithLambdas.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/specialCallsWithLambdas.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNUSED_LAMBDA_EXPRESSION -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/capturedTypes.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/capturedTypes.fir.kt index cea6df8900d..1e6d6462650 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/capturedTypes.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/capturedTypes.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -DEPRECATION -UNCHECKED_CAST -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/capturedTypes.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/capturedTypes.kt index ef06467e7c5..34d70b92de7 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/capturedTypes.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/capturedTypes.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -DEPRECATION -UNCHECKED_CAST -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperType.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperType.fir.kt index b04ab20dda4..6db309e0506 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperType.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperType.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperType.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperType.kt index 463f72fdaa3..c00b5d0e24e 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperType.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperType.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeContravariant.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeContravariant.fir.kt index a2806304382..e1980d1a743 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeContravariant.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeContravariant.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeContravariant.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeContravariant.kt index 7ee2d690508..bccf7a00a0c 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeContravariant.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeContravariant.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.fir.kt index 0fb9465fae5..4d7a41dd0c6 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.kt index 27343008dbd..5ae6c00516f 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeInvariant.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeInvariant.fir.kt index 62d9ed8badb..25ed73339ad 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeInvariant.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeInvariant.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeInvariant.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeInvariant.kt index bdecfba4e3e..de963096356 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeInvariant.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeInvariant.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeNullable.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeNullable.fir.kt index 0b3a92398e3..c86b4ee9bd5 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeNullable.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeNullable.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeNullable.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeNullable.kt index 8335d8302c2..4837649d60a 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeNullable.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeNullable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/intersect.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/intersect.fir.kt index 7928c8aabf2..63ae5775b52 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/intersect.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/intersect.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -UNCHECKED_CAST -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/intersect.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/intersect.kt index f9170a61a2d..4b92674c263 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/intersect.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/intersect.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -UNCHECKED_CAST -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: Test.java diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/memberScope.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/memberScope.fir.kt index 62da5998f57..8f2b1277df9 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/memberScope.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/memberScope.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -DEPRECATION -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/memberScope.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/memberScope.kt index 1ae3ce93f7b..38fa69d0d03 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/memberScope.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/memberScope.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -DEPRECATION -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/nullability.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/nullability.fir.kt index b5320bbdfc9..cdbf32e3c34 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/nullability.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/nullability.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -DEPRECATION -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/nullability.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/nullability.kt index 6b7aa44bb41..cc25939f31a 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/nullability.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/nullability.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -DEPRECATION -OPT_IN_IS_NOT_ENABLED -// WITH_RUNTIME +// WITH_STDLIB // FILE: main.kt import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/renderingStubTypes.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/renderingStubTypes.fir.kt index 0559363bd52..70bf44904db 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/renderingStubTypes.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/renderingStubTypes.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/renderingStubTypes.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/renderingStubTypes.kt index 1992285479a..b74c939e705 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/renderingStubTypes.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/renderingStubTypes.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -OPT_IN_IS_NOT_ENABLED -UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/withoutAnnotationDisabledFeature.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/withoutAnnotationDisabledFeature.fir.kt index ad5a1998e32..35cdd7ee1ba 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/withoutAnnotationDisabledFeature.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/withoutAnnotationDisabledFeature.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // !LANGUAGE: -UseBuilderInferenceWithoutAnnotation diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/withoutAnnotationDisabledFeature.kt b/compiler/testData/diagnostics/tests/inference/builderInference/withoutAnnotationDisabledFeature.kt index d01e592ec25..5c3f2fd5e0f 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/withoutAnnotationDisabledFeature.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/withoutAnnotationDisabledFeature.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: WASM // !LANGUAGE: -UseBuilderInferenceWithoutAnnotation diff --git a/compiler/testData/diagnostics/tests/inference/capturedTypes/avoidCreatingUselessCapturedTypes.kt b/compiler/testData/diagnostics/tests/inference/capturedTypes/avoidCreatingUselessCapturedTypes.kt index 7c473c054b8..3095f21dcad 100644 --- a/compiler/testData/diagnostics/tests/inference/capturedTypes/avoidCreatingUselessCapturedTypes.kt +++ b/compiler/testData/diagnostics/tests/inference/capturedTypes/avoidCreatingUselessCapturedTypes.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB object Entities { val map: Map = hashMapOf( diff --git a/compiler/testData/diagnostics/tests/inference/capturedTypes/dontCheckNewCapturedTypeSpecificChecksForOldOnes.kt b/compiler/testData/diagnostics/tests/inference/capturedTypes/dontCheckNewCapturedTypeSpecificChecksForOldOnes.kt index 2445c2ca19a..1e1a6140cec 100644 --- a/compiler/testData/diagnostics/tests/inference/capturedTypes/dontCheckNewCapturedTypeSpecificChecksForOldOnes.kt +++ b/compiler/testData/diagnostics/tests/inference/capturedTypes/dontCheckNewCapturedTypeSpecificChecksForOldOnes.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // KT-47143 interface Container diff --git a/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727.fir.kt b/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727.fir.kt index 1b76a39b15c..eda76f0ed30 100644 --- a/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727.fir.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +RefineTypeCheckingOnAssignmentsToJavaFields -// WITH_RUNTIME +// WITH_STDLIB // FILE: Foo.java public class Foo { diff --git a/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727.kt b/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727.kt index 86bd7cd8311..9279b95a912 100644 --- a/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727.kt +++ b/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +RefineTypeCheckingOnAssignmentsToJavaFields -// WITH_RUNTIME +// WITH_STDLIB // FILE: Foo.java public class Foo { diff --git a/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.fir.kt b/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.fir.kt index e44da5de3e0..fb81fc6d661 100644 --- a/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.fir.kt @@ -1,5 +1,5 @@ // !LANGUAGE: -RefineTypeCheckingOnAssignmentsToJavaFields -// WITH_RUNTIME +// WITH_STDLIB // FILE: Foo.java public class Foo { diff --git a/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.kt b/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.kt index 4a1e9b6d567..f02db8a2df5 100644 --- a/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.kt +++ b/compiler/testData/diagnostics/tests/inference/capturedTypes/kt46727Warnings.kt @@ -1,5 +1,5 @@ // !LANGUAGE: -RefineTypeCheckingOnAssignmentsToJavaFields -// WITH_RUNTIME +// WITH_STDLIB // FILE: Foo.java public class Foo { diff --git a/compiler/testData/diagnostics/tests/inference/capturedTypesInSelfType.kt b/compiler/testData/diagnostics/tests/inference/capturedTypesInSelfType.kt index 9f98d9373b1..97f0fc63cc7 100644 --- a/compiler/testData/diagnostics/tests/inference/capturedTypesInSelfType.kt +++ b/compiler/testData/diagnostics/tests/inference/capturedTypesInSelfType.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_VARIABLE class Foo>(val values: Array) diff --git a/compiler/testData/diagnostics/tests/inference/discardInapplicableCandidateWithNotSatisfyingSelfType.kt b/compiler/testData/diagnostics/tests/inference/discardInapplicableCandidateWithNotSatisfyingSelfType.kt index 252306b9d32..a4d269cd022 100644 --- a/compiler/testData/diagnostics/tests/inference/discardInapplicableCandidateWithNotSatisfyingSelfType.kt +++ b/compiler/testData/diagnostics/tests/inference/discardInapplicableCandidateWithNotSatisfyingSelfType.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB interface WithChildren diff --git a/compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.fir.kt b/compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.fir.kt index 08f298a2f43..2a3a8746fad 100644 --- a/compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = TODO() diff --git a/compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.kt b/compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.kt index 20635ada35a..a9d311bd56c 100644 --- a/compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.kt +++ b/compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = TODO() diff --git a/compiler/testData/diagnostics/tests/inference/kt46515.kt b/compiler/testData/diagnostics/tests/inference/kt46515.kt index 813350195d7..6c31b91ab41 100644 --- a/compiler/testData/diagnostics/tests/inference/kt46515.kt +++ b/compiler/testData/diagnostics/tests/inference/kt46515.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB fun bar() { listOf(1, 2, 3).maxOf { foo } diff --git a/compiler/testData/diagnostics/tests/inference/nothingType/nullableExpectedTypeFromVariable.fir.kt b/compiler/testData/diagnostics/tests/inference/nothingType/nullableExpectedTypeFromVariable.fir.kt index eb815b7d30f..1b4d944c9dd 100644 --- a/compiler/testData/diagnostics/tests/inference/nothingType/nullableExpectedTypeFromVariable.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/nothingType/nullableExpectedTypeFromVariable.fir.kt @@ -1,6 +1,6 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER // !LANGUAGE: +NewInference -// WITH_RUNTIME +// WITH_STDLIB class Foo { private fun append(map: MutableMap, field: String, appendedValue: T?) { diff --git a/compiler/testData/diagnostics/tests/inference/nothingType/nullableExpectedTypeFromVariable.kt b/compiler/testData/diagnostics/tests/inference/nothingType/nullableExpectedTypeFromVariable.kt index dc073ae30c0..5b7899c6a4d 100644 --- a/compiler/testData/diagnostics/tests/inference/nothingType/nullableExpectedTypeFromVariable.kt +++ b/compiler/testData/diagnostics/tests/inference/nothingType/nullableExpectedTypeFromVariable.kt @@ -1,6 +1,6 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER // !LANGUAGE: +NewInference -// WITH_RUNTIME +// WITH_STDLIB class Foo { private fun append(map: MutableMap, field: String, appendedValue: T?) { diff --git a/compiler/testData/diagnostics/tests/inference/onlyInputTypesWithMultilevelIncorporation.kt b/compiler/testData/diagnostics/tests/inference/onlyInputTypesWithMultilevelIncorporation.kt index 0b975eb63bd..49aa4ebf02b 100644 --- a/compiler/testData/diagnostics/tests/inference/onlyInputTypesWithMultilevelIncorporation.kt +++ b/compiler/testData/diagnostics/tests/inference/onlyInputTypesWithMultilevelIncorporation.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER @file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt47941.kt b/compiler/testData/diagnostics/tests/inference/regressions/kt47941.kt index d7ce98096a7..f421080d775 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt47941.kt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt47941.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // !DIAGNOSTICS: -ASSIGNED_BUT_NEVER_ACCESSED_VARIABLE -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB sealed interface Metric {} diff --git a/compiler/testData/diagnostics/tests/inference/reportNotEnoughTypeInformationErrorsOnBlockExpressions.fir.kt b/compiler/testData/diagnostics/tests/inference/reportNotEnoughTypeInformationErrorsOnBlockExpressions.fir.kt index f097ddd470b..c448776b18f 100644 --- a/compiler/testData/diagnostics/tests/inference/reportNotEnoughTypeInformationErrorsOnBlockExpressions.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/reportNotEnoughTypeInformationErrorsOnBlockExpressions.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS diff --git a/compiler/testData/diagnostics/tests/inference/reportNotEnoughTypeInformationErrorsOnBlockExpressions.kt b/compiler/testData/diagnostics/tests/inference/reportNotEnoughTypeInformationErrorsOnBlockExpressions.kt index c30759a4408..4941d03003f 100644 --- a/compiler/testData/diagnostics/tests/inference/reportNotEnoughTypeInformationErrorsOnBlockExpressions.kt +++ b/compiler/testData/diagnostics/tests/inference/reportNotEnoughTypeInformationErrorsOnBlockExpressions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS diff --git a/compiler/testData/diagnostics/tests/inference/reportingImprovements/wrongArgumentPassedToLocalExtensionFunction.fir.kt b/compiler/testData/diagnostics/tests/inference/reportingImprovements/wrongArgumentPassedToLocalExtensionFunction.fir.kt index 93d4e5d9140..a25478b8cce 100644 --- a/compiler/testData/diagnostics/tests/inference/reportingImprovements/wrongArgumentPassedToLocalExtensionFunction.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/reportingImprovements/wrongArgumentPassedToLocalExtensionFunction.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun Runnable.test(f: Runnable.(Int) -> Unit) { f("") diff --git a/compiler/testData/diagnostics/tests/inference/reportingImprovements/wrongArgumentPassedToLocalExtensionFunction.kt b/compiler/testData/diagnostics/tests/inference/reportingImprovements/wrongArgumentPassedToLocalExtensionFunction.kt index b38f78d7d05..250cbb5d28c 100644 --- a/compiler/testData/diagnostics/tests/inference/reportingImprovements/wrongArgumentPassedToLocalExtensionFunction.kt +++ b/compiler/testData/diagnostics/tests/inference/reportingImprovements/wrongArgumentPassedToLocalExtensionFunction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun Runnable.test(f: Runnable.(Int) -> Unit) { f("") diff --git a/compiler/testData/diagnostics/tests/inference/specialCallsWithCallableReferences.fir.kt b/compiler/testData/diagnostics/tests/inference/specialCallsWithCallableReferences.fir.kt index ec2aede74ff..7a04c59804f 100644 --- a/compiler/testData/diagnostics/tests/inference/specialCallsWithCallableReferences.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/specialCallsWithCallableReferences.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/specialCallsWithCallableReferences.kt b/compiler/testData/diagnostics/tests/inference/specialCallsWithCallableReferences.kt index bcbbfae5360..1811f2035bf 100644 --- a/compiler/testData/diagnostics/tests/inference/specialCallsWithCallableReferences.kt +++ b/compiler/testData/diagnostics/tests/inference/specialCallsWithCallableReferences.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !DIAGNOSTICS: -CAST_NEVER_SUCCEEDS -UNCHECKED_CAST -UNUSED_PARAMETER -UNUSED_VARIABLE -OPT_IN_USAGE_ERROR -UNUSED_EXPRESSION diff --git a/compiler/testData/diagnostics/tests/inference/substitutions/substitutionOfTypeEnhancement.kt b/compiler/testData/diagnostics/tests/inference/substitutions/substitutionOfTypeEnhancement.kt index 4119a190bc8..d0b039f3906 100644 --- a/compiler/testData/diagnostics/tests/inference/substitutions/substitutionOfTypeEnhancement.kt +++ b/compiler/testData/diagnostics/tests/inference/substitutions/substitutionOfTypeEnhancement.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // FILE: NonNullApi.java diff --git a/compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.fir.kt b/compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.fir.kt index 83466923b98..d0df2645f5c 100644 --- a/compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -PartiallySpecifiedTypeArguments // !DIAGNOSTICS: -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = (1 as K) to (1f as T) diff --git a/compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.kt b/compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.kt index bbe9b79b2f7..b532ce7f033 100644 --- a/compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.kt +++ b/compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.kt @@ -1,6 +1,6 @@ // !LANGUAGE: -PartiallySpecifiedTypeArguments // !DIAGNOSTICS: -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = (1 as K) to (1f as T) diff --git a/compiler/testData/diagnostics/tests/inference/underscoredTypeInForbiddenPositions.fir.kt b/compiler/testData/diagnostics/tests/inference/underscoredTypeInForbiddenPositions.fir.kt index 35b2d14cb66..e60b3beab8b 100644 --- a/compiler/testData/diagnostics/tests/inference/underscoredTypeInForbiddenPositions.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/underscoredTypeInForbiddenPositions.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +PartiallySpecifiedTypeArguments // !DIAGNOSTICS: -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = (1 as K) to (1f as T) diff --git a/compiler/testData/diagnostics/tests/inference/underscoredTypeInForbiddenPositions.kt b/compiler/testData/diagnostics/tests/inference/underscoredTypeInForbiddenPositions.kt index 6c95e93e220..a636b948324 100644 --- a/compiler/testData/diagnostics/tests/inference/underscoredTypeInForbiddenPositions.kt +++ b/compiler/testData/diagnostics/tests/inference/underscoredTypeInForbiddenPositions.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +PartiallySpecifiedTypeArguments // !DIAGNOSTICS: -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: (K) -> T): Pair = (1 as K) to (1f as T) diff --git a/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfType.fir.kt b/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfType.fir.kt index 6ecf86523cf..09a782d89ad 100644 --- a/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfType.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfType.fir.kt @@ -1,5 +1,5 @@ // !LANGUAGE: -ProperTypeInferenceConstraintsProcessing -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER -CAST_NEVER_SUCCEEDS fun > createMap(enumClass: Class) {} diff --git a/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfType.kt b/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfType.kt index 7b74f4b0599..4b06745494b 100644 --- a/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfType.kt +++ b/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfType.kt @@ -1,5 +1,5 @@ // !LANGUAGE: -ProperTypeInferenceConstraintsProcessing -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER -CAST_NEVER_SUCCEEDS fun > createMap(enumClass: Class) {} diff --git a/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfTypeError.fir.kt b/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfTypeError.fir.kt index d4dcbdc4f9a..dbe444253c8 100644 --- a/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfTypeError.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfTypeError.fir.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +ProperTypeInferenceConstraintsProcessing -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER -CAST_NEVER_SUCCEEDS fun > createMap(enumClass: Class) {} diff --git a/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfTypeError.kt b/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfTypeError.kt index 1016185eab7..c6e0a7dcee2 100644 --- a/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfTypeError.kt +++ b/compiler/testData/diagnostics/tests/inference/violatingUpperBoundForSelfTypeError.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +ProperTypeInferenceConstraintsProcessing -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER -CAST_NEVER_SUCCEEDS fun > createMap(enumClass: Class) {} diff --git a/compiler/testData/diagnostics/tests/inline/property/propertyWithBackingField.kt b/compiler/testData/diagnostics/tests/inline/property/propertyWithBackingField.kt index 8062056e1e5..72092f88620 100644 --- a/compiler/testData/diagnostics/tests/inline/property/propertyWithBackingField.kt +++ b/compiler/testData/diagnostics/tests/inline/property/propertyWithBackingField.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // WITH_REFLECT -// WITH_RUNTIME +// WITH_STDLIB import kotlin.reflect.KProperty diff --git a/compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.fir.kt b/compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.fir.kt index b5dc2a5d867..2928992ad00 100644 --- a/compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.fir.kt +++ b/compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.fir.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // KT-49339 diff --git a/compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.kt b/compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.kt index 6fa88646629..3544ffacbda 100644 --- a/compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.kt +++ b/compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // KT-49339 diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_1.kt b/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_1.kt index eddb7df2fa1..32743459411 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_1.kt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_1.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT class A diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_2.kt b/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_2.kt index c6f8295e350..d8d70438fef 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_2.kt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_2.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT class A(var x: T) diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_3.kt b/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_3.kt index a9e9edf0a8d..98c96f03dcf 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_3.kt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/kt45503_3.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT class A diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/plusAssignOnVarAndCollections.kt b/compiler/testData/diagnostics/tests/operatorsOverloading/plusAssignOnVarAndCollections.kt index a4aef632975..891722fe46d 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/plusAssignOnVarAndCollections.kt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/plusAssignOnVarAndCollections.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB fun test1() { var list = ArrayList() diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.fir.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.fir.kt index 17f89b06a6e..9a8cc690f49 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.fir.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt index 9fbe2c5b137..dc376e85007 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedRecursiveTypeArgumentAndNonRecursive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.fir.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.fir.kt index 0bc39e05135..e715e30bbc0 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.fir.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt index 07f1973de18..433ea2f0856 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/dontSubstituteAnotherErasedTypeArgumentIfRecursive.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.fir.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.fir.kt index 06bf7d09d0e..3464b806316 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.fir.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.kt index 8ad2675e928..66229208426 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteAnotherErasedTypeArgument.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.fir.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.fir.kt index cf5a6a0296c..c66c8f2f510 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.fir.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.kt index 107e5a35083..8ce0ec89708 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteOtherErasedDeepTypeArguments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.fir.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.fir.kt index 99d560600eb..008adec7d6e 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.fir.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.kt index a750670d2e6..5aa5ed9a12b 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedDependentTypeArguments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.fir.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.fir.kt index 1f949aec856..c7752b207fc 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.fir.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt index 5e7857a9bc7..e841c090d2a 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/substituteSeveralOtherErasedTypeArguments.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: X.java diff --git a/compiler/testData/diagnostics/tests/platformTypes/typeEnhancement/buildFlexibleEnhancement.kt b/compiler/testData/diagnostics/tests/platformTypes/typeEnhancement/buildFlexibleEnhancement.kt index e095336093f..f97f62a9cb1 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/typeEnhancement/buildFlexibleEnhancement.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/typeEnhancement/buildFlexibleEnhancement.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // SKIP_TXT diff --git a/compiler/testData/diagnostics/tests/subtyping/kt47148.fir.kt b/compiler/testData/diagnostics/tests/subtyping/kt47148.fir.kt index f5baf42ca57..f24303c9baa 100644 --- a/compiler/testData/diagnostics/tests/subtyping/kt47148.fir.kt +++ b/compiler/testData/diagnostics/tests/subtyping/kt47148.fir.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Visitor { fun visit(key: String): T diff --git a/compiler/testData/diagnostics/tests/subtyping/kt47148.kt b/compiler/testData/diagnostics/tests/subtyping/kt47148.kt index 8056e797188..d649abbe2d9 100644 --- a/compiler/testData/diagnostics/tests/subtyping/kt47148.kt +++ b/compiler/testData/diagnostics/tests/subtyping/kt47148.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Visitor { fun visit(key: String): T diff --git a/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/newStringMethods.fir.kt b/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/newStringMethods.fir.kt index b6e9ed6ce5a..28b188ae81d 100644 --- a/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/newStringMethods.fir.kt +++ b/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/newStringMethods.fir.kt @@ -1,7 +1,7 @@ // !JDK_KIND: MODIFIED_MOCK_JDK // !CHECK_TYPE // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB fun foo(s: String) { s.isBlank() diff --git a/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/newStringMethods.kt b/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/newStringMethods.kt index 746b0a46c5e..c7de1432652 100644 --- a/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/newStringMethods.kt +++ b/compiler/testData/diagnostics/tests/testWithModifiedMockJdk/newStringMethods.kt @@ -1,7 +1,7 @@ // !JDK_KIND: MODIFIED_MOCK_JDK // !CHECK_TYPE // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB fun foo(s: String) { s.isBlank() diff --git a/compiler/testData/diagnostics/tests/testsWithExplicitApi/publishedApi.kt b/compiler/testData/diagnostics/tests/testsWithExplicitApi/publishedApi.kt index 742b80dc8f5..88b7128327a 100644 --- a/compiler/testData/diagnostics/tests/testsWithExplicitApi/publishedApi.kt +++ b/compiler/testData/diagnostics/tests/testsWithExplicitApi/publishedApi.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB public class A { @PublishedApi diff --git a/compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.fir.kt b/compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.fir.kt index 1dd40d52c65..ffcabfa125e 100644 --- a/compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.fir.kt +++ b/compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.fir.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // SKIP_TXT diff --git a/compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.kt b/compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.kt index 113f8b69116..c9a9c26572a 100644 --- a/compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.kt +++ b/compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNCHECKED_CAST -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // SKIP_TXT diff --git a/compiler/testData/diagnostics/tests/typealias/annotationsOnTypeAliases.kt b/compiler/testData/diagnostics/tests/typealias/annotationsOnTypeAliases.kt index e4e9cbc55ca..e0b57f042e0 100644 --- a/compiler/testData/diagnostics/tests/typealias/annotationsOnTypeAliases.kt +++ b/compiler/testData/diagnostics/tests/typealias/annotationsOnTypeAliases.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB import kotlin.annotation.AnnotationTarget.* annotation class NoTarget diff --git a/compiler/testData/diagnostics/tests/when/whenOnClass.kt b/compiler/testData/diagnostics/tests/when/whenOnClass.kt index bcb077a08db..d05417b192d 100644 --- a/compiler/testData/diagnostics/tests/when/whenOnClass.kt +++ b/compiler/testData/diagnostics/tests/when/whenOnClass.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT interface A diff --git a/compiler/testData/diagnostics/testsWithJvmBackend/multifileClasses/jvmSynthetic.kt b/compiler/testData/diagnostics/testsWithJvmBackend/multifileClasses/jvmSynthetic.kt index 46b296b7c6b..5f151f52cb0 100644 --- a/compiler/testData/diagnostics/testsWithJvmBackend/multifileClasses/jvmSynthetic.kt +++ b/compiler/testData/diagnostics/testsWithJvmBackend/multifileClasses/jvmSynthetic.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: f.kt @file:JvmName("Foo") diff --git a/compiler/testData/diagnostics/testsWithJvmBackend/noWarningInLV1_5.kt b/compiler/testData/diagnostics/testsWithJvmBackend/noWarningInLV1_5.kt index b2f80249614..e9e5e5af71c 100644 --- a/compiler/testData/diagnostics/testsWithJvmBackend/noWarningInLV1_5.kt +++ b/compiler/testData/diagnostics/testsWithJvmBackend/noWarningInLV1_5.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +JvmInlineValueClasses -// WITH_RUNTIME +// WITH_STDLIB package kotlin.jvm diff --git a/compiler/testData/diagnostics/testsWithJvmBackend/typeOf/nonReifiedTypeParameterWithRecursiveBound.kt b/compiler/testData/diagnostics/testsWithJvmBackend/typeOf/nonReifiedTypeParameterWithRecursiveBound.kt index 6261ab99ad5..7fd53c61128 100644 --- a/compiler/testData/diagnostics/testsWithJvmBackend/typeOf/nonReifiedTypeParameterWithRecursiveBound.kt +++ b/compiler/testData/diagnostics/testsWithJvmBackend/typeOf/nonReifiedTypeParameterWithRecursiveBound.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // USE_EXPERIMENTAL: kotlin.ExperimentalStdlibApi import kotlin.reflect.typeOf diff --git a/compiler/testData/diagnostics/testsWithJvmBackend/typeOf/suspendType.kt b/compiler/testData/diagnostics/testsWithJvmBackend/typeOf/suspendType.kt index 60bafaf2874..ef4903cadfd 100644 --- a/compiler/testData/diagnostics/testsWithJvmBackend/typeOf/suspendType.kt +++ b/compiler/testData/diagnostics/testsWithJvmBackend/typeOf/suspendType.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // USE_EXPERIMENTAL: kotlin.ExperimentalStdlibApi import kotlin.reflect.* diff --git a/compiler/testData/diagnostics/testsWithJvmBackend/valueClasses/cloneable.fir.kt b/compiler/testData/diagnostics/testsWithJvmBackend/valueClasses/cloneable.fir.kt index 41d8ed34a34..7e85ce8b0f0 100644 --- a/compiler/testData/diagnostics/testsWithJvmBackend/valueClasses/cloneable.fir.kt +++ b/compiler/testData/diagnostics/testsWithJvmBackend/valueClasses/cloneable.fir.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +InlineClasses, -JvmInlineValueClasses // !DIAGNOSTICS: -UNUSED_PARAMETER, -PLATFORM_CLASS_MAPPED_TO_KOTLIN -// WITH_RUNTIME +// WITH_STDLIB package kotlin.jvm diff --git a/compiler/testData/diagnostics/testsWithJvmBackend/valueClasses/cloneable.kt b/compiler/testData/diagnostics/testsWithJvmBackend/valueClasses/cloneable.kt index 41d8ed34a34..7e85ce8b0f0 100644 --- a/compiler/testData/diagnostics/testsWithJvmBackend/valueClasses/cloneable.kt +++ b/compiler/testData/diagnostics/testsWithJvmBackend/valueClasses/cloneable.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +InlineClasses, -JvmInlineValueClasses // !DIAGNOSTICS: -UNUSED_PARAMETER, -PLATFORM_CLASS_MAPPED_TO_KOTLIN -// WITH_RUNTIME +// WITH_STDLIB package kotlin.jvm diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmDefault/allCompatibility/specialization.fir.kt b/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmDefault/allCompatibility/specialization.fir.kt index a9ec15cf7fc..3a25cf0401a 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmDefault/allCompatibility/specialization.fir.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmDefault/allCompatibility/specialization.fir.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Foo { fun test(p: T) = "fail" diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmDefault/allCompatibility/specialization.kt b/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmDefault/allCompatibility/specialization.kt index d07b9930e26..69212f682d2 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmDefault/allCompatibility/specialization.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmDefault/allCompatibility/specialization.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: all-compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Foo { fun test(p: T) = "fail" diff --git a/compiler/testData/diagnostics/testsWithStdLib/assert/cast.fir.kt b/compiler/testData/diagnostics/testsWithStdLib/assert/cast.fir.kt index c32a0b881a5..de27f93ac6b 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/assert/cast.fir.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/assert/cast.fir.kt @@ -1,6 +1,6 @@ // !IGNORE_DATA_FLOW_IN_ASSERT // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB interface A {} diff --git a/compiler/testData/diagnostics/testsWithStdLib/assert/cast.kt b/compiler/testData/diagnostics/testsWithStdLib/assert/cast.kt index 0bc62f3a3ad..03cbcfbde8e 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/assert/cast.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/assert/cast.kt @@ -1,6 +1,6 @@ // !IGNORE_DATA_FLOW_IN_ASSERT // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB interface A {} diff --git a/compiler/testData/diagnostics/testsWithStdLib/assert/safeCall.fir.kt b/compiler/testData/diagnostics/testsWithStdLib/assert/safeCall.fir.kt index 3f2d6fa53eb..f4ff8c4a9ea 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/assert/safeCall.fir.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/assert/safeCall.fir.kt @@ -1,6 +1,6 @@ // !IGNORE_DATA_FLOW_IN_ASSERT // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB fun test1(s: String?) { assert(s!!.isEmpty()) diff --git a/compiler/testData/diagnostics/testsWithStdLib/assert/safeCall.kt b/compiler/testData/diagnostics/testsWithStdLib/assert/safeCall.kt index 69ce0107765..bcaa54212f1 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/assert/safeCall.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/assert/safeCall.kt @@ -1,6 +1,6 @@ // !IGNORE_DATA_FLOW_IN_ASSERT // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB fun test1(s: String?) { assert(s!!.isEmpty()) diff --git a/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.fir.kt b/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.fir.kt index 3c95a4575ef..87c9645fd3b 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.fir.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.fir.kt @@ -1,5 +1,5 @@ // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.kt b/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.kt index 401f6f548e2..462d1ca178e 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.kt @@ -1,5 +1,5 @@ // SKIP_TXT -// WITH_RUNTIME +// WITH_STDLIB import kotlin.coroutines.* diff --git a/compiler/testData/diagnostics/testsWithStdLib/inference/performance/kt41741.kt b/compiler/testData/diagnostics/testsWithStdLib/inference/performance/kt41741.kt index 4bf23c5ff67..5161851466b 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/inference/performance/kt41741.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/inference/performance/kt41741.kt @@ -1,6 +1,6 @@ // FIR_IDENTICAL // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB // !DIAGNOSTICS: -UNUSED_PARAMETER -CAST_NEVER_SUCCEEDS -UNUSED_VARIABLE // FILE: Simple.java diff --git a/compiler/testData/ir/irJsText/dynamic/dynamicAndMembersOfAny.kt b/compiler/testData/ir/irJsText/dynamic/dynamicAndMembersOfAny.kt index b9885ea1172..78271d02e1a 100644 --- a/compiler/testData/ir/irJsText/dynamic/dynamicAndMembersOfAny.kt +++ b/compiler/testData/ir/irJsText/dynamic/dynamicAndMembersOfAny.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test1(d: dynamic) = d.toString() diff --git a/compiler/testData/ir/irJsText/dynamic/dynamicWithSmartCast.kt b/compiler/testData/ir/irJsText/dynamic/dynamicWithSmartCast.kt index dfb2f7f0e1b..855f3f912b3 100644 --- a/compiler/testData/ir/irJsText/dynamic/dynamicWithSmartCast.kt +++ b/compiler/testData/ir/irJsText/dynamic/dynamicWithSmartCast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test1(d: dynamic) = if (d is String) d.length else -1 diff --git a/compiler/testData/ir/irText/classes/classMembers.kt b/compiler/testData/ir/irText/classes/classMembers.kt index 12aa54fc3eb..229fbbb2393 100644 --- a/compiler/testData/ir/irText/classes/classMembers.kt +++ b/compiler/testData/ir/irText/classes/classMembers.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB class C(x: Int, val y: Int, var z: Int = 1) { constructor() : this(0, 0, 0) {} diff --git a/compiler/testData/ir/irText/classes/enum.kt b/compiler/testData/ir/irText/classes/enum.kt index c39bad34580..b8091a8c8fa 100644 --- a/compiler/testData/ir/irText/classes/enum.kt +++ b/compiler/testData/ir/irText/classes/enum.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB enum class TestEnum1 { TEST1, TEST2 diff --git a/compiler/testData/ir/irText/classes/enumWithSecondaryCtor.kt b/compiler/testData/ir/irText/classes/enumWithSecondaryCtor.kt index 7ec4a50769c..83bad9a373c 100644 --- a/compiler/testData/ir/irText/classes/enumWithSecondaryCtor.kt +++ b/compiler/testData/ir/irText/classes/enumWithSecondaryCtor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB enum class Test0(val x: Int) { ZERO; diff --git a/compiler/testData/ir/irText/classes/initBlock.kt b/compiler/testData/ir/irText/classes/initBlock.kt index 9f94c3d27f7..7b19ca8f372 100644 --- a/compiler/testData/ir/irText/classes/initBlock.kt +++ b/compiler/testData/ir/irText/classes/initBlock.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB class Test1 { init { diff --git a/compiler/testData/ir/irText/classes/objectLiteralExpressions.kt b/compiler/testData/ir/irText/classes/objectLiteralExpressions.kt index 9539eecf0ec..faca35e7410 100644 --- a/compiler/testData/ir/irText/classes/objectLiteralExpressions.kt +++ b/compiler/testData/ir/irText/classes/objectLiteralExpressions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface IFoo { fun foo() diff --git a/compiler/testData/ir/irText/declarations/annotations/delegateFieldWithAnnotations.kt b/compiler/testData/ir/irText/declarations/annotations/delegateFieldWithAnnotations.kt index 877139a92db..ef11121f305 100644 --- a/compiler/testData/ir/irText/declarations/annotations/delegateFieldWithAnnotations.kt +++ b/compiler/testData/ir/irText/declarations/annotations/delegateFieldWithAnnotations.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB annotation class Ann diff --git a/compiler/testData/ir/irText/declarations/annotations/localDelegatedPropertiesWithAnnotations.kt b/compiler/testData/ir/irText/declarations/annotations/localDelegatedPropertiesWithAnnotations.kt index 601b836f4c5..1470a1d41f6 100644 --- a/compiler/testData/ir/irText/declarations/annotations/localDelegatedPropertiesWithAnnotations.kt +++ b/compiler/testData/ir/irText/declarations/annotations/localDelegatedPropertiesWithAnnotations.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class A(val x: String) diff --git a/compiler/testData/ir/irText/declarations/classLevelProperties.kt b/compiler/testData/ir/irText/declarations/classLevelProperties.kt index cd1e5d802b0..5a68e2d43ad 100644 --- a/compiler/testData/ir/irText/declarations/classLevelProperties.kt +++ b/compiler/testData/ir/irText/declarations/classLevelProperties.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class C { val test1 = 0 diff --git a/compiler/testData/ir/irText/declarations/delegatedProperties.kt b/compiler/testData/ir/irText/declarations/delegatedProperties.kt index 75f06e72412..ec6c0b6ca9a 100644 --- a/compiler/testData/ir/irText/declarations/delegatedProperties.kt +++ b/compiler/testData/ir/irText/declarations/delegatedProperties.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val test1 by lazy { 42 } diff --git a/compiler/testData/ir/irText/declarations/fileWithAnnotations.kt b/compiler/testData/ir/irText/declarations/fileWithAnnotations.kt index 35f7ff541f6..10878b62e1a 100644 --- a/compiler/testData/ir/irText/declarations/fileWithAnnotations.kt +++ b/compiler/testData/ir/irText/declarations/fileWithAnnotations.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FIR_IDENTICAL @file:JvmName("FileWithAnnotations") diff --git a/compiler/testData/ir/irText/declarations/interfaceProperties.kt b/compiler/testData/ir/irText/declarations/interfaceProperties.kt index eec261e12ca..63222d2d531 100644 --- a/compiler/testData/ir/irText/declarations/interfaceProperties.kt +++ b/compiler/testData/ir/irText/declarations/interfaceProperties.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB interface C { val test1: Int diff --git a/compiler/testData/ir/irText/declarations/localDelegatedProperties.kt b/compiler/testData/ir/irText/declarations/localDelegatedProperties.kt index 8bd2f51c64b..49ace585a93 100644 --- a/compiler/testData/ir/irText/declarations/localDelegatedProperties.kt +++ b/compiler/testData/ir/irText/declarations/localDelegatedProperties.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test1() { val x by lazy { 42 } diff --git a/compiler/testData/ir/irText/declarations/packageLevelProperties.kt b/compiler/testData/ir/irText/declarations/packageLevelProperties.kt index 5a5e196f10c..f2eff763544 100644 --- a/compiler/testData/ir/irText/declarations/packageLevelProperties.kt +++ b/compiler/testData/ir/irText/declarations/packageLevelProperties.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB val test1 = 0 diff --git a/compiler/testData/ir/irText/declarations/provideDelegate/differentReceivers.kt b/compiler/testData/ir/irText/declarations/provideDelegate/differentReceivers.kt index 9678aac78c6..71fdb748b47 100644 --- a/compiler/testData/ir/irText/declarations/provideDelegate/differentReceivers.kt +++ b/compiler/testData/ir/irText/declarations/provideDelegate/differentReceivers.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB class MyClass(val value: String) diff --git a/compiler/testData/ir/irText/declarations/provideDelegate/javaDelegate.kt b/compiler/testData/ir/irText/declarations/provideDelegate/javaDelegate.kt index 4087b041845..ba907d1a056 100644 --- a/compiler/testData/ir/irText/declarations/provideDelegate/javaDelegate.kt +++ b/compiler/testData/ir/irText/declarations/provideDelegate/javaDelegate.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // SKIP_KT_DUMP diff --git a/compiler/testData/ir/irText/declarations/provideDelegate/localDifferentReceivers.kt b/compiler/testData/ir/irText/declarations/provideDelegate/localDifferentReceivers.kt index 6e9b97ad2dd..65945afe12e 100644 --- a/compiler/testData/ir/irText/declarations/provideDelegate/localDifferentReceivers.kt +++ b/compiler/testData/ir/irText/declarations/provideDelegate/localDifferentReceivers.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB class MyClass(val value: String) diff --git a/compiler/testData/ir/irText/expressions/classReference.kt b/compiler/testData/ir/irText/expressions/classReference.kt index 92583d46361..122cadd30b8 100644 --- a/compiler/testData/ir/irText/expressions/classReference.kt +++ b/compiler/testData/ir/irText/expressions/classReference.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FIR_IDENTICAL -//WITH_RUNTIME +// WITH_STDLIB class A fun test() { diff --git a/compiler/testData/ir/irText/expressions/for.kt b/compiler/testData/ir/irText/expressions/for.kt index 3126a8fd2dc..a6f9df55f74 100644 --- a/compiler/testData/ir/irText/expressions/for.kt +++ b/compiler/testData/ir/irText/expressions/for.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun testEmpty(ss: List) { for (s in ss); diff --git a/compiler/testData/ir/irText/expressions/forWithImplicitReceivers.kt b/compiler/testData/ir/irText/expressions/forWithImplicitReceivers.kt index 3917d42a211..fc76bd717b6 100644 --- a/compiler/testData/ir/irText/expressions/forWithImplicitReceivers.kt +++ b/compiler/testData/ir/irText/expressions/forWithImplicitReceivers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB object FiveTimes diff --git a/compiler/testData/ir/irText/expressions/funInterface/partialSam.kt b/compiler/testData/ir/irText/expressions/funInterface/partialSam.kt index 544b9fb0c0b..e6e7ec3989e 100644 --- a/compiler/testData/ir/irText/expressions/funInterface/partialSam.kt +++ b/compiler/testData/ir/irText/expressions/funInterface/partialSam.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun interface Fn { fun run(s: String, i: Int, t: T): R diff --git a/compiler/testData/ir/irText/expressions/kt30020.kt b/compiler/testData/ir/irText/expressions/kt30020.kt index a641d6adcf4..00c54791115 100644 --- a/compiler/testData/ir/irText/expressions/kt30020.kt +++ b/compiler/testData/ir/irText/expressions/kt30020.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface X { val xs: MutableList diff --git a/compiler/testData/ir/irText/expressions/kt44993.kt b/compiler/testData/ir/irText/expressions/kt44993.kt index ffe0848d0d8..c1c606ed36c 100644 --- a/compiler/testData/ir/irText/expressions/kt44993.kt +++ b/compiler/testData/ir/irText/expressions/kt44993.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // SKIP_KT_DUMP // FILE: kt44993.kt fun f(r: KotlinBox): String = diff --git a/compiler/testData/ir/irText/expressions/kt47082.kt b/compiler/testData/ir/irText/expressions/kt47082.kt index 64cfb7e1286..998cbde6e11 100644 --- a/compiler/testData/ir/irText/expressions/kt47082.kt +++ b/compiler/testData/ir/irText/expressions/kt47082.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // !OPT_IN: kotlin.experimental.ExperimentalTypeInference import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/ir/irText/expressions/kt47328.kt b/compiler/testData/ir/irText/expressions/kt47328.kt index 175abeaa4d2..00850f838bc 100644 --- a/compiler/testData/ir/irText/expressions/kt47328.kt +++ b/compiler/testData/ir/irText/expressions/kt47328.kt @@ -2,7 +2,7 @@ // !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // SKIP_KT_DUMP // SKIP_KLIB_TEST -// WITH_RUNTIME +// WITH_STDLIB interface A { val x: Int } diff --git a/compiler/testData/ir/irText/expressions/objectClassReference.kt b/compiler/testData/ir/irText/expressions/objectClassReference.kt index a7e560050a1..8bbdc27e20c 100644 --- a/compiler/testData/ir/irText/expressions/objectClassReference.kt +++ b/compiler/testData/ir/irText/expressions/objectClassReference.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FIR_IDENTICAL -//WITH_RUNTIME +// WITH_STDLIB object A fun test() { diff --git a/compiler/testData/ir/irText/expressions/sam/genericSamProjectedOut.kt b/compiler/testData/ir/irText/expressions/sam/genericSamProjectedOut.kt index 7861f56a585..0d64461be4b 100644 --- a/compiler/testData/ir/irText/expressions/sam/genericSamProjectedOut.kt +++ b/compiler/testData/ir/irText/expressions/sam/genericSamProjectedOut.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: genericSamProjectedOut.kt import example.SomeJavaClass diff --git a/compiler/testData/ir/irText/expressions/signedToUnsignedConversions.kt b/compiler/testData/ir/irText/expressions/signedToUnsignedConversions.kt index 762aa6e9871..791f56d27b4 100644 --- a/compiler/testData/ir/irText/expressions/signedToUnsignedConversions.kt +++ b/compiler/testData/ir/irText/expressions/signedToUnsignedConversions.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // FILE: signedToUnsignedConversions_annotation.kt diff --git a/compiler/testData/ir/irText/expressions/smartCasts.kt b/compiler/testData/ir/irText/expressions/smartCasts.kt index 479108b4cdd..3d37d314442 100644 --- a/compiler/testData/ir/irText/expressions/smartCasts.kt +++ b/compiler/testData/ir/irText/expressions/smartCasts.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB fun expectsString(s: String) {} fun expectsInt(i: Int) {} diff --git a/compiler/testData/ir/irText/expressions/tryCatch.kt b/compiler/testData/ir/irText/expressions/tryCatch.kt index 0dbdc4405b4..310e1be6e50 100644 --- a/compiler/testData/ir/irText/expressions/tryCatch.kt +++ b/compiler/testData/ir/irText/expressions/tryCatch.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test1() { try { diff --git a/compiler/testData/ir/irText/expressions/typeArguments.kt b/compiler/testData/ir/irText/expressions/typeArguments.kt index f6f03622048..e2d8d305899 100644 --- a/compiler/testData/ir/irText/expressions/typeArguments.kt +++ b/compiler/testData/ir/irText/expressions/typeArguments.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB fun test1(x: Any) = x is Array<*> && x.isArrayOf() \ No newline at end of file diff --git a/compiler/testData/ir/irText/expressions/unsignedIntegerLiterals.kt b/compiler/testData/ir/irText/expressions/unsignedIntegerLiterals.kt index d4d09302f1d..4c31aadf17d 100644 --- a/compiler/testData/ir/irText/expressions/unsignedIntegerLiterals.kt +++ b/compiler/testData/ir/irText/expressions/unsignedIntegerLiterals.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB val testSimpleUIntLiteral = 1u diff --git a/compiler/testData/ir/irText/expressions/when.kt b/compiler/testData/ir/irText/expressions/when.kt index 5c98ee339ad..a7115470ad1 100644 --- a/compiler/testData/ir/irText/expressions/when.kt +++ b/compiler/testData/ir/irText/expressions/when.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB object A diff --git a/compiler/testData/ir/irText/expressions/whenCoercedToUnit.kt b/compiler/testData/ir/irText/expressions/whenCoercedToUnit.kt index e556187c081..8d3461d444b 100644 --- a/compiler/testData/ir/irText/expressions/whenCoercedToUnit.kt +++ b/compiler/testData/ir/irText/expressions/whenCoercedToUnit.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB fun foo(x: Int) { when (x) { diff --git a/compiler/testData/ir/irText/expressions/whenUnusedExpression.kt b/compiler/testData/ir/irText/expressions/whenUnusedExpression.kt index 03c282fbda5..b6f9a0b82fd 100644 --- a/compiler/testData/ir/irText/expressions/whenUnusedExpression.kt +++ b/compiler/testData/ir/irText/expressions/whenUnusedExpression.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test(b: Boolean, i: Int) { if (b) { diff --git a/compiler/testData/ir/irText/firProblems/AbstractMutableMap.kt b/compiler/testData/ir/irText/firProblems/AbstractMutableMap.kt index 5e43447d0d3..9ac892625ea 100644 --- a/compiler/testData/ir/irText/firProblems/AbstractMutableMap.kt +++ b/compiler/testData/ir/irText/firProblems/AbstractMutableMap.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/ir/irText/firProblems/AllCandidates.kt b/compiler/testData/ir/irText/firProblems/AllCandidates.kt index 96cf0f93f0e..c8e9c53d15b 100644 --- a/compiler/testData/ir/irText/firProblems/AllCandidates.kt +++ b/compiler/testData/ir/irText/firProblems/AllCandidates.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: OverloadResolutionResultsImpl.java diff --git a/compiler/testData/ir/irText/firProblems/ArrayMap.kt b/compiler/testData/ir/irText/firProblems/ArrayMap.kt index f6cc3997cfd..6ce31262e41 100644 --- a/compiler/testData/ir/irText/firProblems/ArrayMap.kt +++ b/compiler/testData/ir/irText/firProblems/ArrayMap.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB sealed class ArrayMap : Iterable { abstract val size: Int diff --git a/compiler/testData/ir/irText/firProblems/ClashResolutionDescriptor.kt b/compiler/testData/ir/irText/firProblems/ClashResolutionDescriptor.kt index 9bebfc486fb..ca44a889099 100644 --- a/compiler/testData/ir/irText/firProblems/ClashResolutionDescriptor.kt +++ b/compiler/testData/ir/irText/firProblems/ClashResolutionDescriptor.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB import java.lang.reflect.Type diff --git a/compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt b/compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt index d39e2f077df..70401d59d42 100644 --- a/compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt +++ b/compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface IrType diff --git a/compiler/testData/ir/irText/firProblems/ImplicitReceiverStack.kt b/compiler/testData/ir/irText/firProblems/ImplicitReceiverStack.kt index 15b59886069..4d6e70caf68 100644 --- a/compiler/testData/ir/irText/firProblems/ImplicitReceiverStack.kt +++ b/compiler/testData/ir/irText/firProblems/ImplicitReceiverStack.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // JVM_TARGET: 1.8 diff --git a/compiler/testData/ir/irText/firProblems/SafeLetWithReturn.kt b/compiler/testData/ir/irText/firProblems/SafeLetWithReturn.kt index a1944d97ff4..74a1d777cc3 100644 --- a/compiler/testData/ir/irText/firProblems/SafeLetWithReturn.kt +++ b/compiler/testData/ir/irText/firProblems/SafeLetWithReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(s: String?): String { s?.let { it -> diff --git a/compiler/testData/ir/irText/firProblems/SimpleTypeMarker.kt b/compiler/testData/ir/irText/firProblems/SimpleTypeMarker.kt index 43e549a3258..7eceda2ad85 100644 --- a/compiler/testData/ir/irText/firProblems/SimpleTypeMarker.kt +++ b/compiler/testData/ir/irText/firProblems/SimpleTypeMarker.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB interface SimpleTypeMarker diff --git a/compiler/testData/ir/irText/firProblems/SyntheticSetterType.kt b/compiler/testData/ir/irText/firProblems/SyntheticSetterType.kt index a8ac9100840..e8380de3ec3 100644 --- a/compiler/testData/ir/irText/firProblems/SyntheticSetterType.kt +++ b/compiler/testData/ir/irText/firProblems/SyntheticSetterType.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: PropertyDescriptorImpl.java import org.jetbrains.annotations.NotNull; diff --git a/compiler/testData/ir/irText/firProblems/coercionToUnitForNestedWhen.kt b/compiler/testData/ir/irText/firProblems/coercionToUnitForNestedWhen.kt index 86ed0806029..73c3cb3f204 100644 --- a/compiler/testData/ir/irText/firProblems/coercionToUnitForNestedWhen.kt +++ b/compiler/testData/ir/irText/firProblems/coercionToUnitForNestedWhen.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK import java.io.Reader import java.io.StringReader diff --git a/compiler/testData/ir/irText/firProblems/deprecated.kt b/compiler/testData/ir/irText/firProblems/deprecated.kt index 0640c5aecb7..af853d756f7 100644 --- a/compiler/testData/ir/irText/firProblems/deprecated.kt +++ b/compiler/testData/ir/irText/firProblems/deprecated.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB fun create() = "OK" diff --git a/compiler/testData/ir/irText/firProblems/inapplicableCollectionSet.kt b/compiler/testData/ir/irText/firProblems/inapplicableCollectionSet.kt index a423b0f883b..04369e7cf0d 100644 --- a/compiler/testData/ir/irText/firProblems/inapplicableCollectionSet.kt +++ b/compiler/testData/ir/irText/firProblems/inapplicableCollectionSet.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK class Flaf(val javaName: String) { diff --git a/compiler/testData/ir/irText/firProblems/kt19251.kt b/compiler/testData/ir/irText/firProblems/kt19251.kt index 43a77f65344..1f428866487 100644 --- a/compiler/testData/ir/irText/firProblems/kt19251.kt +++ b/compiler/testData/ir/irText/firProblems/kt19251.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK // FILE: Fun.java public interface Fun { diff --git a/compiler/testData/ir/irText/firProblems/kt43342.kt b/compiler/testData/ir/irText/firProblems/kt43342.kt index 03c4d2ed2b5..b1c24615c36 100644 --- a/compiler/testData/ir/irText/firProblems/kt43342.kt +++ b/compiler/testData/ir/irText/firProblems/kt43342.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB open class ControlFlowInfo(val map: Map): Map by map diff --git a/compiler/testData/ir/irText/firProblems/putIfAbsent.kt b/compiler/testData/ir/irText/firProblems/putIfAbsent.kt index 79f7a689c3f..430cfc89724 100644 --- a/compiler/testData/ir/irText/firProblems/putIfAbsent.kt +++ b/compiler/testData/ir/irText/firProblems/putIfAbsent.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK class Owner { diff --git a/compiler/testData/ir/irText/firProblems/readWriteProperty.kt b/compiler/testData/ir/irText/firProblems/readWriteProperty.kt index a75e4444bad..e30b1775aa6 100644 --- a/compiler/testData/ir/irText/firProblems/readWriteProperty.kt +++ b/compiler/testData/ir/irText/firProblems/readWriteProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT import kotlin.properties.ReadWriteProperty diff --git a/compiler/testData/ir/irText/firProblems/recursiveCapturedTypeInPropertyReference.kt b/compiler/testData/ir/irText/firProblems/recursiveCapturedTypeInPropertyReference.kt index 7b7dd6d6098..27fc49de69c 100644 --- a/compiler/testData/ir/irText/firProblems/recursiveCapturedTypeInPropertyReference.kt +++ b/compiler/testData/ir/irText/firProblems/recursiveCapturedTypeInPropertyReference.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK interface Something diff --git a/compiler/testData/ir/irText/firProblems/throwableStackTrace.kt b/compiler/testData/ir/irText/firProblems/throwableStackTrace.kt index 05afa43cbc7..97dcbb9bb4f 100644 --- a/compiler/testData/ir/irText/firProblems/throwableStackTrace.kt +++ b/compiler/testData/ir/irText/firProblems/throwableStackTrace.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK fun foo(t: Throwable) { diff --git a/compiler/testData/ir/irText/firProblems/typeParameterFromJavaClass.kt b/compiler/testData/ir/irText/firProblems/typeParameterFromJavaClass.kt index 8149d2cbe1e..9f67367b9be 100644 --- a/compiler/testData/ir/irText/firProblems/typeParameterFromJavaClass.kt +++ b/compiler/testData/ir/irText/firProblems/typeParameterFromJavaClass.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: Pair.java public class Pair { diff --git a/compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt b/compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt index 1bd3979db64..9ffda26ebfd 100644 --- a/compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt +++ b/compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt @@ -1,5 +1,5 @@ // !OPT_IN: kotlin.ExperimentalStdlibApi -// WITH_RUNTIME +// WITH_STDLIB abstract class Visibility(val name: String, val isPublicAPI: Boolean) { open val internalDisplayName: String diff --git a/compiler/testData/ir/irText/lambdas/anonymousFunction.kt b/compiler/testData/ir/irText/lambdas/anonymousFunction.kt index 60dc65084ac..351cee15441 100644 --- a/compiler/testData/ir/irText/lambdas/anonymousFunction.kt +++ b/compiler/testData/ir/irText/lambdas/anonymousFunction.kt @@ -1,3 +1,3 @@ -// WITH_RUNTIME +// WITH_STDLIB val anonymous = fun() { println() } \ No newline at end of file diff --git a/compiler/testData/ir/irText/lambdas/nonLocalReturn.kt b/compiler/testData/ir/irText/lambdas/nonLocalReturn.kt index bf7958419cd..eb21cbba95d 100644 --- a/compiler/testData/ir/irText/lambdas/nonLocalReturn.kt +++ b/compiler/testData/ir/irText/lambdas/nonLocalReturn.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test0() { run { diff --git a/compiler/testData/ir/irText/lambdas/samAdapter.kt b/compiler/testData/ir/irText/lambdas/samAdapter.kt index e236310d8ca..05ff00b5aca 100644 --- a/compiler/testData/ir/irText/lambdas/samAdapter.kt +++ b/compiler/testData/ir/irText/lambdas/samAdapter.kt @@ -1,5 +1,5 @@ // FIR_IDENTICAL -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM fun test1() { diff --git a/compiler/testData/ir/irText/regressions/kt45236.kt b/compiler/testData/ir/irText/regressions/kt45236.kt index 61c7c6fc0d3..fe9b47b89da 100644 --- a/compiler/testData/ir/irText/regressions/kt45236.kt +++ b/compiler/testData/ir/irText/regressions/kt45236.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // SKIP_KT_DUMP import kotlin.contracts.ExperimentalContracts diff --git a/compiler/testData/ir/irText/regressions/typeParametersInImplicitCast.kt b/compiler/testData/ir/irText/regressions/typeParametersInImplicitCast.kt index 33230e4ece8..b9cdf08d88f 100644 --- a/compiler/testData/ir/irText/regressions/typeParametersInImplicitCast.kt +++ b/compiler/testData/ir/irText/regressions/typeParametersInImplicitCast.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM // FILE: ListId.java import java.util.List; diff --git a/compiler/testData/ir/irText/stubs/builtinMap.kt b/compiler/testData/ir/irText/stubs/builtinMap.kt index 7b032308b0e..b97eea7180b 100644 --- a/compiler/testData/ir/irText/stubs/builtinMap.kt +++ b/compiler/testData/ir/irText/stubs/builtinMap.kt @@ -1,5 +1,5 @@ // !DUMP_DEPENDENCIES -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK fun Map.plus(pair: Pair): Map = diff --git a/compiler/testData/ir/irText/types/castsInsideCoroutineInference.kt b/compiler/testData/ir/irText/types/castsInsideCoroutineInference.kt index 0d179c3c81f..eee582f4623 100644 --- a/compiler/testData/ir/irText/types/castsInsideCoroutineInference.kt +++ b/compiler/testData/ir/irText/types/castsInsideCoroutineInference.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/ir/irText/types/nullChecks/enhancedNullabilityInDestructuringAssignment.kt b/compiler/testData/ir/irText/types/nullChecks/enhancedNullabilityInDestructuringAssignment.kt index 36dac7f2d00..d87cd844041 100644 --- a/compiler/testData/ir/irText/types/nullChecks/enhancedNullabilityInDestructuringAssignment.kt +++ b/compiler/testData/ir/irText/types/nullChecks/enhancedNullabilityInDestructuringAssignment.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM -// WITH_RUNTIME +// WITH_STDLIB // FILE: enhancedNullabilityInDestructuringAssignment.kt fun use(x: Any, y: Any) {} diff --git a/compiler/testData/ir/sourceRanges/kt24258.kt b/compiler/testData/ir/sourceRanges/kt24258.kt index ea2d708f522..8b23fa07cc0 100644 --- a/compiler/testData/ir/sourceRanges/kt24258.kt +++ b/compiler/testData/ir/sourceRanges/kt24258.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: kt24258.kt val lazyNullString: String by lazy { J.nullString() } diff --git a/compiler/testData/loadJava/compiledKotlinWithStdlib/annotations/WithUnsignedTypeParameters.kt b/compiler/testData/loadJava/compiledKotlinWithStdlib/annotations/WithUnsignedTypeParameters.kt index c447c401935..fe597530f63 100644 --- a/compiler/testData/loadJava/compiledKotlinWithStdlib/annotations/WithUnsignedTypeParameters.kt +++ b/compiler/testData/loadJava/compiledKotlinWithStdlib/annotations/WithUnsignedTypeParameters.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/compiler/testData/multiplatform/contracts/common.kt b/compiler/testData/multiplatform/contracts/common.kt index 407a77b3dfd..13dd750a62a 100644 --- a/compiler/testData/multiplatform/contracts/common.kt +++ b/compiler/testData/multiplatform/contracts/common.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package common fun test(x: List?) { diff --git a/compiler/testData/multiplatform/contracts/js.kt b/compiler/testData/multiplatform/contracts/js.kt index 861bd6540c5..28caf4c0008 100644 --- a/compiler/testData/multiplatform/contracts/js.kt +++ b/compiler/testData/multiplatform/contracts/js.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package js fun test(x: List?) { diff --git a/compiler/testData/multiplatform/contracts/jvm.kt b/compiler/testData/multiplatform/contracts/jvm.kt index ca40a7839a8..6798c407257 100644 --- a/compiler/testData/multiplatform/contracts/jvm.kt +++ b/compiler/testData/multiplatform/contracts/jvm.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package jvm fun test(x: List?) { diff --git a/compiler/testData/multiplatform/jvmMultifileClass/common.kt b/compiler/testData/multiplatform/jvmMultifileClass/common.kt index b3fd69adec3..95122c0b672 100644 --- a/compiler/testData/multiplatform/jvmMultifileClass/common.kt +++ b/compiler/testData/multiplatform/jvmMultifileClass/common.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:kotlin.jvm.JvmMultifileClass @file:kotlin.jvm.JvmName("CommonKt") diff --git a/compiler/testData/multiplatform/optionalExpectation/common.kt b/compiler/testData/multiplatform/optionalExpectation/common.kt index db35a63ac8e..11a8f4c2af8 100644 --- a/compiler/testData/multiplatform/optionalExpectation/common.kt +++ b/compiler/testData/multiplatform/optionalExpectation/common.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // ADDITIONAL_COMPILER_ARGUMENTS: -opt-in=kotlin.ExperimentalMultiplatform @OptionalExpectation diff --git a/compiler/testData/multiplatform/optionalExpectationIncorrectUse/common.kt b/compiler/testData/multiplatform/optionalExpectationIncorrectUse/common.kt index 2209a56aed0..264c61ce9cb 100644 --- a/compiler/testData/multiplatform/optionalExpectationIncorrectUse/common.kt +++ b/compiler/testData/multiplatform/optionalExpectationIncorrectUse/common.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // ADDITIONAL_COMPILER_ARGUMENTS: -opt-in=kotlin.ExperimentalMultiplatform @OptionalExpectation diff --git a/compiler/testData/writeFlags/class/accessFlags/syntheticFile.kt b/compiler/testData/writeFlags/class/accessFlags/syntheticFile.kt index 8fa91b18914..baa83d7f808 100644 --- a/compiler/testData/writeFlags/class/accessFlags/syntheticFile.kt +++ b/compiler/testData/writeFlags/class/accessFlags/syntheticFile.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt @file:JvmSynthetic diff --git a/compiler/testData/writeFlags/jvm8/defaults/compatibility/defaultImplementations.kt b/compiler/testData/writeFlags/jvm8/defaults/compatibility/defaultImplementations.kt index 59c79abb5d5..b3905cb996a 100644 --- a/compiler/testData/writeFlags/jvm8/defaults/compatibility/defaultImplementations.kt +++ b/compiler/testData/writeFlags/jvm8/defaults/compatibility/defaultImplementations.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface A { @JvmDefault diff --git a/compiler/testData/writeFlags/jvm8/defaults/compatibility/propertyAccessors.kt b/compiler/testData/writeFlags/jvm8/defaults/compatibility/propertyAccessors.kt index 66a4ec7f612..2eb39b16b1f 100644 --- a/compiler/testData/writeFlags/jvm8/defaults/compatibility/propertyAccessors.kt +++ b/compiler/testData/writeFlags/jvm8/defaults/compatibility/propertyAccessors.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: compatibility // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/writeFlags/jvm8/defaults/compatibility/propertyAnnotation.kt b/compiler/testData/writeFlags/jvm8/defaults/compatibility/propertyAnnotation.kt index 32fcb3fbabd..484be1817ad 100644 --- a/compiler/testData/writeFlags/jvm8/defaults/compatibility/propertyAnnotation.kt +++ b/compiler/testData/writeFlags/jvm8/defaults/compatibility/propertyAnnotation.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: compatibility // !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB annotation class Property(val value: String) diff --git a/compiler/testData/writeFlags/jvm8/defaults/defaultMethod.kt b/compiler/testData/writeFlags/jvm8/defaults/defaultMethod.kt index 0552a70ca80..426edb08bed 100644 --- a/compiler/testData/writeFlags/jvm8/defaults/defaultMethod.kt +++ b/compiler/testData/writeFlags/jvm8/defaults/defaultMethod.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/writeFlags/jvm8/defaults/defaultProperty.kt b/compiler/testData/writeFlags/jvm8/defaults/defaultProperty.kt index 7363d499b23..1455712458d 100644 --- a/compiler/testData/writeFlags/jvm8/defaults/defaultProperty.kt +++ b/compiler/testData/writeFlags/jvm8/defaults/defaultProperty.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/writeFlags/jvm8/defaults/onlyJvmDefaultsOnInterface.kt b/compiler/testData/writeFlags/jvm8/defaults/onlyJvmDefaultsOnInterface.kt index 52c0a3599d5..8891bf2de84 100644 --- a/compiler/testData/writeFlags/jvm8/defaults/onlyJvmDefaultsOnInterface.kt +++ b/compiler/testData/writeFlags/jvm8/defaults/onlyJvmDefaultsOnInterface.kt @@ -1,6 +1,6 @@ // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface Test { @JvmDefault diff --git a/compiler/testData/writeFlags/jvm8/defaults/privateAccessorNaming.kt b/compiler/testData/writeFlags/jvm8/defaults/privateAccessorNaming.kt index bf91e2ce564..341c90082c5 100644 --- a/compiler/testData/writeFlags/jvm8/defaults/privateAccessorNaming.kt +++ b/compiler/testData/writeFlags/jvm8/defaults/privateAccessorNaming.kt @@ -2,7 +2,7 @@ // TARGET_BACKEND: JVM // !JVM_DEFAULT_MODE: enable // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB interface I { @JvmDefault diff --git a/compiler/testData/writeFlags/jvm8/defaults/propertyAnnotation.kt b/compiler/testData/writeFlags/jvm8/defaults/propertyAnnotation.kt index 553c94f26f5..9ab70203ea7 100644 --- a/compiler/testData/writeFlags/jvm8/defaults/propertyAnnotation.kt +++ b/compiler/testData/writeFlags/jvm8/defaults/propertyAnnotation.kt @@ -1,7 +1,7 @@ // !JVM_DEFAULT_MODE: enable // !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm // JVM_TARGET: 1.8 -// WITH_RUNTIME +// WITH_STDLIB annotation class Property(val value: String) diff --git a/compiler/testData/writeFlags/jvmOverloads/openFunction.kt b/compiler/testData/writeFlags/jvmOverloads/openFunction.kt index 30ee28b35fa..e2e779dc671 100644 --- a/compiler/testData/writeFlags/jvmOverloads/openFunction.kt +++ b/compiler/testData/writeFlags/jvmOverloads/openFunction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB open class Foo { @JvmOverloads diff --git a/compiler/testData/writeFlags/jvmOverloads/openFunction_1_3.kt b/compiler/testData/writeFlags/jvmOverloads/openFunction_1_3.kt index 0cd5cc2502f..d041d260631 100644 --- a/compiler/testData/writeFlags/jvmOverloads/openFunction_1_3.kt +++ b/compiler/testData/writeFlags/jvmOverloads/openFunction_1_3.kt @@ -1,5 +1,5 @@ // !LANGUAGE: -GenerateJvmOverloadsAsFinal -// WITH_RUNTIME +// WITH_STDLIB open class Foo { @JvmOverloads diff --git a/compiler/testData/writeFlags/property/syntheticAnnotationsMethod/withGetterJvmName.kt b/compiler/testData/writeFlags/property/syntheticAnnotationsMethod/withGetterJvmName.kt index d476f5e77e4..48c9b706b5c 100644 --- a/compiler/testData/writeFlags/property/syntheticAnnotationsMethod/withGetterJvmName.kt +++ b/compiler/testData/writeFlags/property/syntheticAnnotationsMethod/withGetterJvmName.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm -// WITH_RUNTIME +// WITH_STDLIB class Foo { annotation class Anno diff --git a/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/onFunction.kt b/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/onFunction.kt index a604cab466a..aadae4ebf31 100644 --- a/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/onFunction.kt +++ b/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/onFunction.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Out class In open class Open diff --git a/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/onTypes.kt b/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/onTypes.kt index 8ec905588bb..8f9b00c1e61 100644 --- a/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/onTypes.kt +++ b/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/onTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class OutPair class Out class In diff --git a/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/primitiveTypes.kt b/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/primitiveTypes.kt index c609bc6b338..b3f4ccf8034 100644 --- a/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/primitiveTypes.kt +++ b/compiler/testData/writeSignature/declarationSiteVariance/jvmWildcardAnnotations/primitiveTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Out class In diff --git a/compiler/testData/writeSignature/declarationSiteVariance/wildcardOptimization/fields.kt b/compiler/testData/writeSignature/declarationSiteVariance/wildcardOptimization/fields.kt index bb7d9dcc271..f2d3b063692 100644 --- a/compiler/testData/writeSignature/declarationSiteVariance/wildcardOptimization/fields.kt +++ b/compiler/testData/writeSignature/declarationSiteVariance/wildcardOptimization/fields.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB class Out class Final diff --git a/compiler/testData/writeSignature/parameterlessMain/notJvmMainName.kt b/compiler/testData/writeSignature/parameterlessMain/notJvmMainName.kt index a0160d60347..9cb7226427a 100644 --- a/compiler/testData/writeSignature/parameterlessMain/notJvmMainName.kt +++ b/compiler/testData/writeSignature/parameterlessMain/notJvmMainName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun main() { } diff --git a/compiler/testData/writeSignature/suspendMain/parameterlessSuspendMain.kt b/compiler/testData/writeSignature/suspendMain/parameterlessSuspendMain.kt index 9fa5bb25554..7a0284f8191 100644 --- a/compiler/testData/writeSignature/suspendMain/parameterlessSuspendMain.kt +++ b/compiler/testData/writeSignature/suspendMain/parameterlessSuspendMain.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB suspend fun main() { } diff --git a/compiler/testData/writeSignature/suspendMain/suspendMain.kt b/compiler/testData/writeSignature/suspendMain/suspendMain.kt index ea1ca1d34a1..c0edf57a787 100644 --- a/compiler/testData/writeSignature/suspendMain/suspendMain.kt +++ b/compiler/testData/writeSignature/suspendMain/suspendMain.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB suspend fun f(): Int { return 4 } diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/ir/AbstractIrGeneratorTestCase.kt b/compiler/tests-common/tests/org/jetbrains/kotlin/ir/AbstractIrGeneratorTestCase.kt index dec3f503a20..a1db5099699 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/ir/AbstractIrGeneratorTestCase.kt +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/ir/AbstractIrGeneratorTestCase.kt @@ -67,6 +67,9 @@ abstract class AbstractIrGeneratorTestCase : CodegenTestCase() { if (InTextDirectivesUtils.isDirectiveDefined(file.content, "WITH_RUNTIME")) { addRuntime = true } + if (InTextDirectivesUtils.isDirectiveDefined(file.content, "WITH_STDLIB")) { + addRuntime = true + } if (InTextDirectivesUtils.isDirectiveDefined(file.content, "WITH_REFLECT")) { addReflect = true } diff --git a/compiler/tests-spec/testData/codegen/box/helpers/reflect.kt b/compiler/tests-spec/testData/codegen/box/helpers/reflect.kt index 2c36ec516d0..5c29435fae5 100644 --- a/compiler/tests-spec/testData/codegen/box/helpers/reflect.kt +++ b/compiler/tests-spec/testData/codegen/box/helpers/reflect.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // WITH_REFLECT // FULL_JDK diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/additive-expression/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/additive-expression/p-2/pos/1.1.kt index 3034929122f..bdd62e46c38 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/additive-expression/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/additive-expression/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/additive-expression/p-2/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/additive-expression/p-2/pos/2.1.kt index 7f581f90c0c..92c0bb70ae6 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/additive-expression/p-2/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/additive-expression/p-2/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.1.kt index 2e0df26c024..e140186e8ed 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.1.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +NewInference -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.10.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.10.kt index 3080afe3a7c..401b8159ed4 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.10.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.10.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.2.kt index 2eb36aa8eb1..fb2f35bd567 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.3.kt index 1751d884f03..f100f313315 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.4.kt index 77ecba684d7..6a9024935cd 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.5.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.5.kt index fa411ee95fe..162bfb3c347 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.6.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.6.kt index 2109727eb56..c0d9b74c4e1 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.6.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.6.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.7.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.7.kt index 998083cb26b..f911f7a1c56 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.7.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.7.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK /* diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.8.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.8.kt index 0fa3e8b5480..4bdb621fa2c 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.8.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.8.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.9.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.9.kt index ace9c18993c..bfcd56af44d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.9.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.nothing-1/p-1/pos/1.9.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK /* diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.unit/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.unit/p-1/pos/1.1.kt index 7a938b2d5c7..273a78ebe5f 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.unit/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/built-in-types-and-their-semantics/kotlin.unit/p-1/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/cast-expression/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/cast-expression/p-1/pos/1.1.kt index 650a8fcfa8a..ece40856da5 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/cast-expression/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/cast-expression/p-1/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.1.kt index 9544755da91..f7570629370 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.2.kt index 19c996206a2..f1d0111ff49 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.3.kt index f21516aa555..b28d7af6c0b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.4.kt index aa2c27075e5..1743e209ba8 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/comparison-expressions/p-1/pos/2.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.1.kt index 4bcca8dc4b7..bce57bae03d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.2.kt index f7275e16254..4e39bd262ac 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.2.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.3.kt index 50719b06fa4..eadf17c788d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.3.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.4.kt index b1beb76fed6..3555623bece 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.4.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.5.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.5.kt index af3e5211c33..e4faa6a2a90 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.5.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.6.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.6.kt index d17b47bb16d..a18ededbf35 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.6.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.6.kt @@ -1,5 +1,5 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.7.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.7.kt index b16303e2956..d271ac1442e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.7.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.7.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.8.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.8.kt index 1100bbf114a..510496728eb 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.8.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-1/pos/2.8.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-2/pos/1.1.kt index def27e10b30..8932d26d4ae 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-6/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-6/pos/1.1.kt index 2be758cdad5..ce25e3b0240 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-6/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/conditional-expression/p-6/pos/1.1.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.24.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.24.kt index f7a3eba02c1..7efa4af65be 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.24.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.24.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.25.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.25.kt index 206d75caf6d..e8ffb3ddad4 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.25.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.25.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/character-literals/p-4/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/character-literals/p-4/pos/2.1.kt index ce372920787..8a9e28ae81a 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/character-literals/p-4/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/constant-literals/character-literals/p-4/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/elvis-operator-expression/p-1/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/elvis-operator-expression/p-1/pos/2.1.kt index 33ae72a5284..95d280158d1 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/elvis-operator-expression/p-1/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/elvis-operator-expression/p-1/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.1.kt index 681c000e3f6..eaf73996c2c 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.2.kt index bdda1df89d9..fa5a0d44747 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.3.kt index 70e30cb537b..41348e45baa 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.4.kt index 5c2edf92d31..4e87016c5f6 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.5.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.5.kt index c8909b84416..f46976426d0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/2.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/3.1.kt index 9cf2cb5912c..ee7e5746562 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-1/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/1.1.kt index b155dbc75c6..a800f19679d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/2.1.kt index 7408caaf1c9..6544e6f273a 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/2.2.kt index 7a5a3bf8656..cc0c1f1089e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/reference-equality-expressions/p-3/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.1.kt index 8d1b7f22501..7ece56da528 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.2.kt index 4c2d4450f42..801904dbd0b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.3.kt index 6b43851c48e..de541c1e8e3 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.4.kt index 9ac20192d77..8962989575e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.5.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.5.kt index 02bfb7fb94e..0d5242bcc04 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/1.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.1.kt index 7271bb4b6e1..bb92be6074e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.2.kt index dc6865491d8..40ba9b37a73 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.3.kt index 9037b591da8..f7109272756 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.4.kt index f777c204312..45a141b52f0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.5.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.5.kt index 46cae4ef015..942c2eb3737 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/equality-expressions/value-equality-expressions/p-2/pos/2.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.1.kt index fe3f61d7764..e3d2489d4c7 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.2.kt index c310fce30d4..4b27c5637f4 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.3.kt index ee2060e9ff6..dc462ed1bda 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.4.kt index 2c5d060af35..105ac441275 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.5.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.5.kt index c99146128de..8213349914a 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/indexing-expressions/p-3/pos/1.5.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +NewInference -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/1.1.kt index ad0b660ac4c..905b8f6e637 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/1.2.kt index 24662024958..d0d57ea336a 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/2.1.kt index c1110eadaf1..9fc02cf0f20 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/2.2.kt index 16869e6fd00..7a7be4c3dbe 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/break-expression/p-3/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/1.1.kt index fa70680bd78..e383225cafd 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/1.2.kt index 6d403823c4f..eb45a171af4 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/2.1.kt index 1b7de473b40..29eda2effbb 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/2.2.kt index 99c2354fc6d..41e184a8e5b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/continue-expression/p-3/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.1.kt index 24be6268a61..c83d55cd538 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.2.kt index 41e11c74529..576feabe7cd 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.3.kt index bce5dae5b57..a77a06247f7 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-1/pos/1.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-3/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-3/pos/2.1.kt index a3665ac83d6..6ed19758a36 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-3/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-3/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-3/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-3/pos/3.1.kt index d1a25b025fc..9c8270f3dc5 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-3/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/jump-expressions/return-expressions/p-3/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.1.kt index 570469f8668..1a27face3b3 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.2.kt index 9ae3bbefd82..0a7a812cfde 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.3.kt index 6f6a997694b..cb843d5be3f 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-conjunction-expression/p-1/pos/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.1.kt index f8735df6dab..9ff163d3584 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.2.kt index 758db8afa96..88cdb768866 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.3.kt index bea266f2b42..f0f743c5a07 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/logical-disjunction-expression/p-1/pos/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/1.1.kt index 925d84af34c..919106312a2 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/2.1.kt index 98b82b06fe1..d8ccc13ddca 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/3.1.kt index bf0ad05707d..8b33f932cc6 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/multiplicative-expression/p-2/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.1.kt index d9925d51ede..428c20828a9 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.2.kt index 03a3d8ca948..38ab6ae99eb 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/3.1.kt index a5e84129468..1ea62291d8c 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-1/pos/1.1.kt index 7aef8be574c..c120f3fe9cb 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-1/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-1/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-1/pos/1.2.kt index 3d20b7e80b7..73c0405f6b5 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-1/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-1/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-4/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-4/pos/1.1.kt index c3ce5b19819..2c7d93a2141 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-4/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-4/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-4/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-4/pos/1.2.kt index 26a3e73b3a9..804390c10a3 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-4/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-4/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-5/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-5/pos/1.1.kt index de88b036ca9..d0b4a1c1dc3 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-5/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-5/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-6/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-6/pos/1.1.kt index ab3fd408040..55434bac4b7 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-6/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-6/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-6/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-6/pos/1.2.kt index 0d638ce9bef..a2b533494b7 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-6/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-decrement-expression/p-6/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-1/pos/1.1.kt index ccf40b087b3..98dbb826dda 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-1/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-1/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-1/pos/1.2.kt index 66255877ae4..22c66cf5c01 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-1/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-1/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-4/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-4/pos/1.1.kt index 46e62a06150..cb5111f293e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-4/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-4/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-4/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-4/pos/1.2.kt index 024ea02882a..0a08fb731b1 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-4/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-4/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-5/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-5/pos/1.1.kt index a52e4fe6d66..f891f35095e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-5/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-5/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-6/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-6/pos/1.1.kt index 22026233788..366cb149ed5 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-6/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-6/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-6/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-6/pos/1.2.kt index a60a7a0b2ce..72d37b4a09b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-6/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/postfix-operator-expressions/postfix-increment-expression/p-6/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/logical-not-expression/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/logical-not-expression/p-2/pos/1.1.kt index 561105d302c..115e8bc2d68 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/logical-not-expression/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/logical-not-expression/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-1/pos/1.1.kt index 8a2613fa592..bf2f866d5c1 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-1/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-1/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-1/pos/1.2.kt index 3aa02a7477e..1b2bdc11f10 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-1/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-1/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-4/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-4/pos/1.1.kt index 0add07c41e9..d26d922292d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-4/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-4/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-4/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-4/pos/1.2.kt index 4b0f687ecc8..fff43d930dd 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-4/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-4/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-5/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-5/pos/1.1.kt index c293e134141..1f23c6a2cd0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-5/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-5/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-6/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-6/pos/1.1.kt index 07ba0f3810f..c6c15dfe63b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-6/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-6/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-6/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-6/pos/1.2.kt index be1c16a0d32..f8280a1f0b8 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-6/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-decrement-expression/p-6/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-1/pos/1.1.kt index 85b1c4e503d..d167ce71e41 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-1/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-1/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-1/pos/1.2.kt index 7766d4a8f08..6667dc743d9 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-1/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-1/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-4/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-4/pos/1.1.kt index c01ec94c93d..01145f3394e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-4/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-4/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-4/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-4/pos/1.2.kt index 98125debe8b..064b2c28932 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-4/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-4/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-5/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-5/pos/1.1.kt index 734e038b526..2acc701ea29 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-5/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-5/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-6/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-6/pos/1.1.kt index 23f55b32aab..d35229ed392 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-6/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-6/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-6/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-6/pos/1.2.kt index 430db788d1b..ea04a59066c 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-6/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/prefix-increment-expression/p-6/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/unary-minus-expression/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/unary-minus-expression/p-2/pos/1.1.kt index de631007cd6..c9ed4ad785e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/unary-minus-expression/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/unary-minus-expression/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/unary-plus-expression/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/unary-plus-expression/p-2/pos/1.1.kt index 1bb6c46b4a2..bd4cce6e67b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/unary-plus-expression/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/prefix-expressions/unary-plus-expression/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/range-expression/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/range-expression/p-2/pos/1.1.kt index 3ca1ae4dd4d..4df3c60750e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/range-expression/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/range-expression/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/neg/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/neg/2.1.kt index c175c08696b..35277b700bc 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/neg/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/neg/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.1.kt index 5edf83fce99..a8983f3d16f 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.2.kt index 175c7ec90b2..01bcac2ad55 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.3.kt index 96f089ccd83..74f5214f0c4 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/3.1.kt index 0071d7a3784..86b4b98c952 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/3.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/3.2.kt index c8b67112b69..c2bf284ccd2 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/3.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-2/pos/3.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/neg/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/neg/3.1.kt index 87cfdca8589..81c8345fc26 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/neg/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/neg/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/pos/1.1.kt index f1d11cd1ec5..df1b13ccd56 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/pos/2.1.kt index d2550d38567..3a6fa16662a 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-5/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-6/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-6/pos/1.1.kt index b4a28576b42..a88bea8145b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-6/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-6/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-7/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-7/pos/1.1.kt index 00c8ad310cc..7a92ac6676f 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-7/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/try-expression/p-7/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-2/pos/1.1.kt index a59ea289e19..b33ed1a1ebd 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-2/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-2/pos/1.2.kt index 30466feaf94..7cd913c5393 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-2/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-2/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-4/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-4/pos/1.1.kt index fff0ee12581..04948d3a235 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-4/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-4/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-4/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-4/pos/1.2.kt index 5a68cf0518a..703eb404472 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-4/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-4/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-5/neg/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-5/neg/1.1.kt index ac408b9eb06..d6f2db386a2 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-5/neg/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/containment-checking-expression/p-5/neg/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-1/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-1/pos/3.1.kt index 4c0313d63bb..cdd65c6a61c 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-1/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-1/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-1/pos/3.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-1/pos/3.2.kt index 56368e02228..bf166fec7c2 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-1/pos/3.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-1/pos/3.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-2/neg/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-2/neg/1.1.kt index e4bd95fa12d..dbe8af63458 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-2/neg/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-2/neg/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-5/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-5/pos/1.1.kt index 583db05ee27..270d657cac6 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-5/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/type-checking-and-containment-checking-expressions/type-checking-expression/p-5/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.1.kt index 5e6650c9d06..cf400d8e607 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK /* diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.2.kt index 85edd18e6e0..0501cc9e225 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.3.kt index be1f290431b..7bcc7c3214b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.4.kt index a9f99ae14b8..42adb0172c0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.1.kt index 19d4402293d..f83d0bec7f2 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK /* diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.2.kt index 20eae287a7f..6cf1f939383 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.3.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.3.kt index ae4e5c76d04..8316b6a0b78 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.4.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.4.kt index 4379a18fe84..454af9cd07c 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/neg/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/neg/2.1.kt index 42bb7449010..68fed1602c3 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/neg/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/neg/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK /* diff --git a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/pos/1.1.kt index 85d2c7e8d75..03dd3448fbc 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK /* diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/infix-function-call/p-2/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/infix-function-call/p-2/pos/2.1.kt index 1546bf88d62..723caf45681 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/infix-function-call/p-2/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/infix-function-call/p-2/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.1.kt index fbf87111de1..5681866ec93 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.2.kt index 0fe261a346b..a2b69f9f5d0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.3.kt index b03d4100110..9f3aae1899f 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.4.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.4.kt index d582d906eca..e1b9aaafce0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.5.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.5.kt index 2bdcc74e80e..4961845ad52 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.6.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.6.kt index 835fb459862..63e5411ece6 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.6.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/neg/2.6.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.1.kt index 6b3451b9d3f..c8114e7209f 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.10.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.10.kt index aace0102b54..23ba50a9905 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.10.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.10.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.2.kt index c2653d848e6..dd985c77428 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.3.kt index 1894733afa9..e0d7dcff54b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.4.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.4.kt index 7b0a3f2110e..fc76c6e5e31 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.4.kt @@ -1,5 +1,5 @@ // LANGUAGE: -SafeCallsAreAlwaysNullable -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.5.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.5.kt index 08dbc8f9261..0a4a7218940 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.6.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.6.kt index 2414e78edba..2a914563e74 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.6.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.6.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.7.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.7.kt index 0252af1355c..b858b8db9b0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.7.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.7.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.8.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.8.kt index 704a78a179e..194d9f0fdff 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.8.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.8.kt @@ -1,5 +1,5 @@ // LANGUAGE: -SafeCallsAreAlwaysNullable -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.9.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.9.kt index 21136417bbd..473573f0adf 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.9.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-1/pos/2.9.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.1.kt index b9a7aae4f9c..4b4ca82f9ef 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.10.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.10.kt index ec423276caa..4aade33feb4 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.10.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.10.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.2.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.2.kt index 9a57db1f4ac..8f8c479a8f0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.3.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.3.kt index 035681f046e..010345177d4 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.4.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.4.kt index da31ccfc185..d25f9ccd1df 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.5.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.5.kt index 99080ca98c4..4c046c157ab 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.6.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.6.kt index 819d5e4f9af..cc641ccad1d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.6.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.6.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.7.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.7.kt index a53ec77bbe7..287ff4da684 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.7.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.7.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.8.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.8.kt index 584e6e4fba7..85e4226519d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.8.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.8.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.9.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.9.kt index 73e47757a1d..293fdb90105 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.9.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/building-the-overload-candidate-set-ocs/operator-call/p-2/pos/3.9.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.1.kt index 7479a1ec418..5489cd2fe59 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.10.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.10.kt index e3d3587d78d..3e198da5ef7 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.10.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.10.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.2.kt index 6233f1b1237..20468d64fd1 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.4.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.4.kt index e7e3a980313..17ae13be011 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.5.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.5.kt index ff63e2f6520..8984173f977 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.6.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.6.kt index 860c5e28c4d..1996cc9738d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.6.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.6.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.7.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.7.kt index e3911556f39..ec051d0a456 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.7.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.7.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.8.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.8.kt index c262164e4cf..294c15ae7f1 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.8.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.8.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.9.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.9.kt index cc70605fbfe..f72b5bec97c 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.9.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/callables-and-invoke-convention/p-5/pos/1.9.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/choosing-the-most-specific-candidate-from-the-overload-candidate-set/algorithm-of-msc-selection/p-3/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/choosing-the-most-specific-candidate-from-the-overload-candidate-set/algorithm-of-msc-selection/p-3/pos/1.1.kt index d296820fdc4..086059a5aca 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/choosing-the-most-specific-candidate-from-the-overload-candidate-set/algorithm-of-msc-selection/p-3/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/choosing-the-most-specific-candidate-from-the-overload-candidate-set/algorithm-of-msc-selection/p-3/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/choosing-the-most-specific-candidate-from-the-overload-candidate-set/algorithm-of-msc-selection/p-3/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/choosing-the-most-specific-candidate-from-the-overload-candidate-set/algorithm-of-msc-selection/p-3/pos/1.2.kt index 268534c099e..a43ce10a03e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/choosing-the-most-specific-candidate-from-the-overload-candidate-set/algorithm-of-msc-selection/p-3/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/choosing-the-most-specific-candidate-from-the-overload-candidate-set/algorithm-of-msc-selection/p-3/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/2.1.kt index 6a106c732d3..c25f1c63871 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/2.2.kt index 8a84ec214ed..6744ee159da 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/3.1.kt index 0175ac1bf15..dd4001dc398 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/4.2.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/4.2.kt index f982b94af89..f3d13e93925 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/4.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/4.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/5.1.kt b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/5.1.kt index 849fac46204..f00652bccda 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/5.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-6/pos/5.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/1.1.kt index d56877a9e91..a00370fa018 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/1.2.kt index 185cb8d3df6..65433bfce3e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/10.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/10.1.kt index 79306740bf1..2671620adc7 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/10.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/10.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/10.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/10.2.kt index 69258d501ab..a3b91bafe8d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/10.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/10.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/13.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/13.1.kt index c394f5949da..c4bfeaf6a69 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/13.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/13.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/13.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/13.2.kt index 3741a86aa29..3de0e2b8dd0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/13.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/13.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/4.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/4.1.kt index 8da1bbf1987..b97c5685adc 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/4.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/4.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/4.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/4.2.kt index 44ebf62283d..0581062c549 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/4.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/4.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/7.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/7.1.kt index 885fac670a1..6f972a9b591 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/7.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/7.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/7.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/7.2.kt index 8d7e38fb89a..660f71014e6 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/7.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/neg/7.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/1.1.kt index 863165aa7ae..b671caf30d3 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/1.2.kt index f3dc0dd3de9..75157803f3b 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/10.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/10.1.kt index f94c6cb47a3..0bd5bed21d6 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/10.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/10.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/10.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/10.2.kt index cf6fa584a72..8400711f944 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/10.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/10.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/13.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/13.1.kt index f709a28d2b4..254c153980e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/13.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/13.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/13.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/13.2.kt index ebd393dd45e..0351381052a 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/13.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/13.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/4.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/4.1.kt index dc3ea97bea1..e463da822c0 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/4.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/4.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/4.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/4.2.kt index 2fbc585b617..da57a82d467 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/4.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/4.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/7.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/7.1.kt index baf00220d32..25389f2f298 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/7.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/7.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/7.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/7.2.kt index cd846b62400..5bd07452923 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/7.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/operator-assignments/p-2/pos/7.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.1.kt index bbe2b974f92..19649e4c643 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.2.kt index c68c300aa88..6a851a04c26 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.3.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.3.kt index 910e2f2faf9..63140cc2923 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.4.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.4.kt index 2a00fcaa2f5..f58563e2770 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.4.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.4.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.5.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.5.kt index 40622d1b01a..9d31f7a8265 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.5.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.5.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.6.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.6.kt index b0c92a15863..2fe17f9c0ce 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.6.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.6.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.7.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.7.kt index 06087a5440b..375ddd7a124 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.7.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.7.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.8.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.8.kt index 13be753278b..d92ad0d8864 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.8.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/1.8.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.1.kt index aa703d9a69f..354944f9269 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.2.kt index 2b99ba172c2..425a6fbba3c 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.3.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.3.kt index 94128429ac8..2b2320f4d7d 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.3.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-2/pos/2.3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-6/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-6/pos/1.1.kt index b9c6bad271b..276697fd9e3 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-6/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/assignments/simple-assignments/p-6/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/3.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/3.1.kt index 8b777a5dc54..ce8f767c861 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/3.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/3.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/3.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/3.2.kt index 17b604721a2..09cae783a0e 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/3.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/3.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/while-loop-statement/p-1/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/while-loop-statement/p-1/pos/2.1.kt index 5dac3440748..b8780845733 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/while-loop-statement/p-1/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/while-loop-statement/p-1/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/while-loop-statement/p-1/pos/2.2.kt b/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/while-loop-statement/p-1/pos/2.2.kt index 91be52652b3..4b286da9d2a 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/while-loop-statement/p-1/pos/2.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/statements/loop-statements/while-loop-statement/p-1/pos/2.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/type-system/introduction-1/p-5/pos/2.1.kt b/compiler/tests-spec/testData/codegen/box/linked/type-system/introduction-1/p-5/pos/2.1.kt index becd10df731..86e3a82b7ff 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/type-system/introduction-1/p-5/pos/2.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/type-system/introduction-1/p-5/pos/2.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/type-system/type-kinds/built-in-types/kotlin.nothing/p-1/pos/1.1.kt b/compiler/tests-spec/testData/codegen/box/linked/type-system/type-kinds/built-in-types/kotlin.nothing/p-1/pos/1.1.kt index eaa4fbc7f6f..14464f59907 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/type-system/type-kinds/built-in-types/kotlin.nothing/p-1/pos/1.1.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/type-system/type-kinds/built-in-types/kotlin.nothing/p-1/pos/1.1.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/linked/type-system/type-kinds/built-in-types/kotlin.nothing/p-1/pos/1.2.kt b/compiler/tests-spec/testData/codegen/box/linked/type-system/type-kinds/built-in-types/kotlin.nothing/p-1/pos/1.2.kt index cf8826439dc..80bed6e5dc4 100644 --- a/compiler/tests-spec/testData/codegen/box/linked/type-system/type-kinds/built-in-types/kotlin.nothing/p-1/pos/1.2.kt +++ b/compiler/tests-spec/testData/codegen/box/linked/type-system/type-kinds/built-in-types/kotlin.nothing/p-1/pos/1.2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX SPEC TEST (POSITIVE) diff --git a/compiler/tests-spec/testData/codegen/box/notLinked/flexibility/neg/1.kt b/compiler/tests-spec/testData/codegen/box/notLinked/flexibility/neg/1.kt index 035e4cf314f..9cbace18b88 100644 --- a/compiler/tests-spec/testData/codegen/box/notLinked/flexibility/neg/1.kt +++ b/compiler/tests-spec/testData/codegen/box/notLinked/flexibility/neg/1.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX NOT LINKED SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/notLinked/flexibility/neg/2.kt b/compiler/tests-spec/testData/codegen/box/notLinked/flexibility/neg/2.kt index 24475f715de..84f4621afbb 100644 --- a/compiler/tests-spec/testData/codegen/box/notLinked/flexibility/neg/2.kt +++ b/compiler/tests-spec/testData/codegen/box/notLinked/flexibility/neg/2.kt @@ -1,5 +1,5 @@ // FULL_JDK -// WITH_RUNTIME +// WITH_STDLIB /* * KOTLIN CODEGEN BOX NOT LINKED SPEC TEST (NEGATIVE) diff --git a/compiler/tests-spec/testData/codegen/box/templates/identifiers/valueArgument.kt b/compiler/tests-spec/testData/codegen/box/templates/identifiers/valueArgument.kt index e0eac14ddb8..2e05cd1dc37 100644 --- a/compiler/tests-spec/testData/codegen/box/templates/identifiers/valueArgument.kt +++ b/compiler/tests-spec/testData/codegen/box/templates/identifiers/valueArgument.kt @@ -1,4 +1,4 @@ - + fun f1(: Boolean, : Boolean) = && !!! diff --git a/compiler/tests-spec/testData/codegen/box/templates/identifiers/variableDeclarationEntry.kt b/compiler/tests-spec/testData/codegen/box/templates/identifiers/variableDeclarationEntry.kt index a8aed54d803..621483c8135 100644 --- a/compiler/tests-spec/testData/codegen/box/templates/identifiers/variableDeclarationEntry.kt +++ b/compiler/tests-spec/testData/codegen/box/templates/identifiers/variableDeclarationEntry.kt @@ -1,4 +1,4 @@ - + val = {`false`: Boolean -> !`false` } diff --git a/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateInRangeExpressionTestData.kt b/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateInRangeExpressionTestData.kt index ff2ec39ad66..49f4a00fb01 100644 --- a/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateInRangeExpressionTestData.kt +++ b/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateInRangeExpressionTestData.kt @@ -41,7 +41,7 @@ object GenerateInRangeExpressionTestData { println("// IGNORE_BACKEND: WASM") } println("// $PREAMBLE_MESSAGE") - println("// WITH_RUNTIME") + println("// WITH_STDLIB") println() println(header) println() diff --git a/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateRangesCodegenTestData.java b/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateRangesCodegenTestData.java index 8c2ca85127e..c56a33db3a4 100644 --- a/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateRangesCodegenTestData.java +++ b/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateRangesCodegenTestData.java @@ -162,7 +162,7 @@ public class GenerateRangesCodegenTestData { out.println("// IGNORE_BACKEND: JVM_IR"); } out.println("// Auto-generated by " + GenerateRangesCodegenTestData.class.getName() + ". DO NOT EDIT!"); - out.println("// WITH_RUNTIME"); + out.println("// WITH_STDLIB"); if (useOldManglingScheme) { out.println("// KOTLIN_CONFIGURATION_FLAGS: +JVM.USE_OLD_INLINE_CLASSES_MANGLING_SCHEME"); } diff --git a/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateSteppedRangesCodegenTestData.kt b/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateSteppedRangesCodegenTestData.kt index 2e8357deddd..e585ef0efc9 100644 --- a/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateSteppedRangesCodegenTestData.kt +++ b/compiler/tests/org/jetbrains/kotlin/generators/tests/GenerateSteppedRangesCodegenTestData.kt @@ -177,7 +177,7 @@ object GenerateSteppedRangesCodegenTestData { if (shouldIgnoreForJvmIR) { println("// IGNORE_BACKEND: JVM_IR") } - println("// WITH_RUNTIME") + println("// WITH_STDLIB") if (asLiteral && KT_34166_AFFECTED_FILENAMES.contains(fileName)) { println(KT_34166_HEADER) } diff --git a/compiler/tests/org/jetbrains/kotlin/multiplatform/AbstractMultiPlatformIntegrationTest.kt b/compiler/tests/org/jetbrains/kotlin/multiplatform/AbstractMultiPlatformIntegrationTest.kt index 460783b9d7d..b72963f020c 100644 --- a/compiler/tests/org/jetbrains/kotlin/multiplatform/AbstractMultiPlatformIntegrationTest.kt +++ b/compiler/tests/org/jetbrains/kotlin/multiplatform/AbstractMultiPlatformIntegrationTest.kt @@ -43,10 +43,9 @@ abstract class AbstractMultiPlatformIntegrationTest : KtUsefulTestCase() { val tmpdir = KtTestUtil.tmpDir(getTestName(true)) - val optionalStdlibCommon = - if (InTextDirectivesUtils.isDirectiveDefined(commonSrc.readText(), "WITH_RUNTIME")) - arrayOf("-cp", findStdlibCommon().absolutePath) - else emptyArray() + val withRuntime = InTextDirectivesUtils.isDirectiveDefined(commonSrc.readText(), "WITH_RUNTIME") || + InTextDirectivesUtils.isDirectiveDefined(commonSrc.readText(), "WITH_STDLIB") + val optionalStdlibCommon = if (withRuntime) arrayOf("-cp", findStdlibCommon().absolutePath) else emptyArray() val commonDest = File(tmpdir, "common").absolutePath val jvmDest = File(tmpdir, "jvm").absolutePath.takeIf { jvmSrc != null } diff --git a/compiler/visualizer/testData/rawBuilder/expressions/branches.kt b/compiler/visualizer/testData/rawBuilder/expressions/branches.kt index 2873fee0438..d8c13220a49 100644 --- a/compiler/visualizer/testData/rawBuilder/expressions/branches.kt +++ b/compiler/visualizer/testData/rawBuilder/expressions/branches.kt @@ -1,5 +1,5 @@ // FIR_IGNORE -// WITH_RUNTIME +// WITH_STDLIB // foo.a: Int // │ fun (Int).compareTo(Int): Int // │ │ foo.b: Int diff --git a/compiler/visualizer/testData/rawBuilder/expressions/calls.kt b/compiler/visualizer/testData/rawBuilder/expressions/calls.kt index 22d4f026530..338db3ef446 100644 --- a/compiler/visualizer/testData/rawBuilder/expressions/calls.kt +++ b/compiler/visualizer/testData/rawBuilder/expressions/calls.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // fun (Int).plus(Int): Int // Int │ distance.y: Int // │ │ │ diff --git a/compiler/visualizer/testData/rawBuilder/expressions/classReference.kt b/compiler/visualizer/testData/rawBuilder/expressions/classReference.kt index 3a9a8a4808b..528cc2af2fd 100644 --- a/compiler/visualizer/testData/rawBuilder/expressions/classReference.kt +++ b/compiler/visualizer/testData/rawBuilder/expressions/classReference.kt @@ -1,4 +1,4 @@ -//WITH_RUNTIME +// WITH_STDLIB package test class A diff --git a/compiler/visualizer/testData/rawBuilder/expressions/lambda.kt b/compiler/visualizer/testData/rawBuilder/expressions/lambda.kt index d3d92722796..d65169996b6 100644 --- a/compiler/visualizer/testData/rawBuilder/expressions/lambda.kt +++ b/compiler/visualizer/testData/rawBuilder/expressions/lambda.kt @@ -1,5 +1,5 @@ // FIR_IGNORE -// WITH_RUNTIME +// WITH_STDLIB data class Tuple(val x: Int, val y: Int) // Int diff --git a/compiler/visualizer/testData/rawBuilder/expressions/modifications.kt b/compiler/visualizer/testData/rawBuilder/expressions/modifications.kt index 60916b109a4..ce1cc5ecabf 100644 --- a/compiler/visualizer/testData/rawBuilder/expressions/modifications.kt +++ b/compiler/visualizer/testData/rawBuilder/expressions/modifications.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun simple() { // Int Int // │ │ diff --git a/compiler/visualizer/testData/rawBuilder/expressions/try.kt b/compiler/visualizer/testData/rawBuilder/expressions/try.kt index 5fa789f110a..2ae96381a50 100644 --- a/compiler/visualizer/testData/rawBuilder/expressions/try.kt +++ b/compiler/visualizer/testData/rawBuilder/expressions/try.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun some() { try { // constructor KotlinNullPointerException() diff --git a/compiler/visualizer/testData/rawBuilder/expressions/unary.kt b/compiler/visualizer/testData/rawBuilder/expressions/unary.kt index bf3720d331e..7cb8509d84b 100644 --- a/compiler/visualizer/testData/rawBuilder/expressions/unary.kt +++ b/compiler/visualizer/testData/rawBuilder/expressions/unary.kt @@ -1,5 +1,5 @@ // FIR_IGNORE -// WITH_RUNTIME +// WITH_STDLIB fun test() { // Int Int // │ │ diff --git a/compiler/visualizer/testData/rawBuilder/expressions/while.kt b/compiler/visualizer/testData/rawBuilder/expressions/while.kt index ec30454c9a6..1adaeab3a68 100644 --- a/compiler/visualizer/testData/rawBuilder/expressions/while.kt +++ b/compiler/visualizer/testData/rawBuilder/expressions/while.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun foo(limit: Int) { // Int Int // │ │ diff --git a/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/rawErrorTypeDuringSerialization/Foo.java b/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/rawErrorTypeDuringSerialization/Foo.java index 93165fee779..0fcca6fde66 100644 --- a/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/rawErrorTypeDuringSerialization/Foo.java +++ b/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/rawErrorTypeDuringSerialization/Foo.java @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM /* diff --git a/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/rawErrorTypeDuringSerialization/Foo.java.new b/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/rawErrorTypeDuringSerialization/Foo.java.new index 352f82b7016..4dc269163e9 100644 --- a/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/rawErrorTypeDuringSerialization/Foo.java.new +++ b/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/rawErrorTypeDuringSerialization/Foo.java.new @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM public class Foo extends Bar { diff --git a/js/js.translator/testData/box/es6classes/isInitializedFieldBeforeObjectCreation.kt b/js/js.translator/testData/box/es6classes/isInitializedFieldBeforeObjectCreation.kt index 31564c75f5e..a8b848a9ca9 100644 --- a/js/js.translator/testData/box/es6classes/isInitializedFieldBeforeObjectCreation.kt +++ b/js/js.translator/testData/box/es6classes/isInitializedFieldBeforeObjectCreation.kt @@ -1,5 +1,5 @@ // EXPECTED_REACHABLE_NODES: 1342 -//WITH_RUNTIME +// WITH_STDLIB package test diff --git a/js/js.translator/testData/box/incremental/coroutines.kt b/js/js.translator/testData/box/incremental/coroutines.kt index f0862042aa0..9fad319e9e0 100644 --- a/js/js.translator/testData/box/incremental/coroutines.kt +++ b/js/js.translator/testData/box/incremental/coroutines.kt @@ -1,6 +1,6 @@ // EXPECTED_REACHABLE_NODES: 1302 // SKIP_IR_INCREMENTAL_CHECKS -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/js/js.translator/testData/box/incremental/inlineSuspendFun.kt b/js/js.translator/testData/box/incremental/inlineSuspendFun.kt index 29fa1bdc254..2eda7435532 100644 --- a/js/js.translator/testData/box/incremental/inlineSuspendFun.kt +++ b/js/js.translator/testData/box/incremental/inlineSuspendFun.kt @@ -1,6 +1,6 @@ // EXPECTED_REACHABLE_NODES: 1295 // SKIP_IR_INCREMENTAL_CHECKS -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/js/js.translator/testData/box/propertyAccess/simpleLateInitIsInitialized.kt b/js/js.translator/testData/box/propertyAccess/simpleLateInitIsInitialized.kt index 4f49484e8f5..7b8975fbba8 100644 --- a/js/js.translator/testData/box/propertyAccess/simpleLateInitIsInitialized.kt +++ b/js/js.translator/testData/box/propertyAccess/simpleLateInitIsInitialized.kt @@ -1,5 +1,5 @@ // EXPECTED_REACHABLE_NODES: 1294 -// WITH_RUNTIME +// WITH_STDLIB fun deinitialize(foo: dynamic) { foo.bar = null diff --git a/plugins/allopen/allopen-cli/testData/bytecodeListing/annotationMembers.kt b/plugins/allopen/allopen-cli/testData/bytecodeListing/annotationMembers.kt index a63f037b43f..c5b3d094d6c 100644 --- a/plugins/allopen/allopen-cli/testData/bytecodeListing/annotationMembers.kt +++ b/plugins/allopen/allopen-cli/testData/bytecodeListing/annotationMembers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class AllOpen diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/allPrimitiveTypes.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/allPrimitiveTypes.kt index 19fd426cb16..c61fa3248ae 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/allPrimitiveTypes.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/allPrimitiveTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arraySimple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arraySimple.kt index ccf7aebd72a..94d7455747a 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arraySimple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arraySimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arrays.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arrays.kt index 44a93b62577..cf223d1ca39 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arrays.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arrays.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/binder.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/binder.kt index fb0bbca7e4c..5b048a7fcad 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/binder.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/binder.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38103 // There is no such thing as a readStrongInterface method to deserialize arbitrary IIinterface implementations -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/boxedTypes.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/boxedTypes.kt index 32ee7b7a90a..2fd7485b000 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/boxedTypes.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/boxedTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/bundle.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/bundle.kt index 54db0446f2b..96bbac8a964 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/bundle.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/bundle.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/charSequence.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/charSequence.kt index ddec1599234..0fe790e79f9 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/charSequence.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/charSequence.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customNewArray.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customNewArray.kt index 833f05a7608..3921e8fb018 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customNewArray.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customNewArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelable.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelable.kt index a96f3b1443b..4864c112b4e 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelable.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelable.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38105 // Throws IllegalAccessError, since the code tries to access the private companion field directly from the generated User$Creator class. -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelerScoping.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelerScoping.kt index 450c54debea..80c2e0afc59 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelerScoping.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelerScoping.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerBoxing.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerBoxing.kt index 5fde2d95edf..43e45502be6 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerBoxing.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerBoxing.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerSimple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerSimple.kt index 67f39c82b5c..7ee8442d385 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerSimple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerWriteWith.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerWriteWith.kt index 6accaee5b0c..f0f5b861da2 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerWriteWith.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerWriteWith.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38107 // The JVM backend is missing support for custom parcelers in List -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSimple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSimple.kt index 28b6ff67438..db3df260a4a 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSimple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSimple.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38105 // Throws IllegalAccessError, since the code tries to access the private companion field directly from the generated User$Creator class. -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enumObject.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enumObject.kt index 78fdbd88ca8..ea2c85f03a3 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enumObject.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enumObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enums.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enums.kt index 8fde1f3db5d..726f514b280 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enums.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enums.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/exceptions.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/exceptions.kt index fa547ac8a88..78d1b1ac659 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/exceptions.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/exceptions.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // Parcel.readException throws the exception it reads and only supports a small number of exception types. // If we have to parcel an exception we should instead use read/writeSerializable (compare KT-31830) -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/functions.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/functions.kt index e9bc9a2a733..141536c037c 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/functions.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/functions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/intArray.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/intArray.kt index 57cd12a9177..9c62cc7c0f8 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/intArray.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/intArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/javaInterop.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/javaInterop.kt index 80e802706dd..c734b5d8e71 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/javaInterop.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/javaInterop.kt @@ -1,5 +1,5 @@ // This issue affects AIDL generated files, as reported in KT-25807 -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java import android.os.Parcel; import test.K; diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747.kt index e84fda179cc..f6486df6164 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747_2.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747_2.kt index cd8d36c0f3c..29da4187caf 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747_2.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19749.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19749.kt index a51c7643042..6fb58a1ac36 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19749.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19749.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20002.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20002.kt index 553c3835d41..578de65c92b 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20002.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20002.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20021.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20021.kt index 5a0680e1687..46d6aa56bf5 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20021.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20021.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38106 // This feature regressed with the fix for KT-22576 -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20717.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20717.kt index a9c2d1fc0a9..06d24646334 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20717.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20717.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt25839.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt25839.kt index f9804a8e79d..1c639a62091 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt25839.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt25839.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt26221.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt26221.kt index 26c3556bbd8..0d9641dd25c 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt26221.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt26221.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // Fails with a VerifyError in Foo.writeToParcel -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt36658.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt36658.kt index 73f7a40dbd4..f444f35ed4f 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt36658.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt36658.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // StackOverflowError caused by infinite loop in MyObject.writeToParcel -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt39981.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt39981.kt index e341dad4a67..3daf334d467 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt39981.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt39981.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553.kt index b4558a6623b..74159042e53 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553_2.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553_2.kt index d147ec1aa84..b57c5539872 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553_2.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt46567.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt46567.kt index b7b84975bf5..5fd77ee4286 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt46567.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt46567.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listKinds.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listKinds.kt index c50c70cff2e..be2421093a1 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listKinds.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listKinds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK @file:JvmName("TestKt") diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listSimple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listSimple.kt index c8c9265e58b..d1ae86b0637 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listSimple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/lists.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/lists.kt index 9ac9a819bfa..19ca7707718 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/lists.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/lists.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapKinds.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapKinds.kt index 7384ceb1e35..1d9d3e8194c 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapKinds.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapKinds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK @file:JvmName("TestKt") diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapSimple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapSimple.kt index 283cb6ff770..0cd52c2c3d4 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapSimple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/maps.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/maps.kt index 77390bb4362..86efd3cbddd 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/maps.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/maps.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedArrays.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedArrays.kt index e067cc1ac77..7a023b927bb 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedArrays.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedArrays.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedLists.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedLists.kt index d80bc46427c..9b6f8f89fd7 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedLists.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedLists.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedMaps.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedMaps.kt index 2e8e9d128fe..031d38718e6 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedMaps.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedMaps.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedParcelable.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedParcelable.kt index 9fe1b19c8f1..298816d7347 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedParcelable.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedParcelable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedSparseArrays.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedSparseArrays.kt index dbad6765e81..734fce01852 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedSparseArrays.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedSparseArrays.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @file:JvmName("TestKt") diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArray.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArray.kt index 7c936aa2808..37c0af7e7aa 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArray.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArrayParceler.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArrayParceler.kt index c0f5d3c65e9..0f4915ca50d 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArrayParceler.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArrayParceler.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @file:JvmName("TestKt") diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypes.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypes.kt index 3fe457f0a1e..fe8b57b1052 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypes.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypesSimple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypesSimple.kt index 8bcc2e54e23..788fa77808e 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypesSimple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypesSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/objects.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/objects.kt index b344d73a66d..744c188097d 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/objects.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/objects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/openParcelize.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/openParcelize.kt index dba71761240..f074dd65e55 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/openParcelize.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/openParcelize.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/persistableBundle.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/persistableBundle.kt index 07e38d23d91..7235424e855 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/persistableBundle.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/persistableBundle.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38104 // The support for PersistableBundles is broken on JVM. -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/primitiveTypes.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/primitiveTypes.kt index 8a8a5b4c23d..835ffb5169f 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/primitiveTypes.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/primitiveTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sealedClass.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sealedClass.kt index 710f51cde7a..d1844452d53 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sealedClass.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sealedClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/simple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/simple.kt index 7c003a9a024..86f63f9265d 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/simple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseArrays.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseArrays.kt index e82f3064b79..87273a64787 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseArrays.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseArrays.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseBooleanArray.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseBooleanArray.kt index 07f61dd9195..aa684e9210e 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseBooleanArray.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseBooleanArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/IBinderIInterface.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/IBinderIInterface.kt index bcac3d62495..03344833bcd 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/IBinderIInterface.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/IBinderIInterface.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customDescribeContents.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customDescribeContents.kt index dc0f2252c72..201fab51a2f 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customDescribeContents.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customDescribeContents.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT describeContents -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesDifferentModule.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesDifferentModule.kt index 1ae618b5fb1..25a1e47ddb6 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesDifferentModule.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesDifferentModule.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesSameModule.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesSameModule.kt index a5b42397877..4fb6a2b0d88 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesSameModule.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesSameModule.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB // FILE: KotlinParcelable.kt package k diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimple.kt index e7d594d59a0..29979ec690e 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimple.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel, newArray -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcel diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimpleWithNewArray.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimpleWithNewArray.kt index 39c6d53f30d..2a748e51d83 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimpleWithNewArray.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimpleWithNewArray.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT newArray -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcel diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt index 247e0e45fad..f3dcfc1419a 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT describeContents -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt index f33525b9ecb..39510fe106a 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/efficientParcelable.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/efficientParcelable.kt index 597e329e269..73ccee5e3e1 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/efficientParcelable.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/efficientParcelable.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB //FILE: test.kt package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/kt25839.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/kt25839.kt index ab73e342017..d6746577804 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/kt25839.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/kt25839.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/listInsideList.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/listInsideList.kt index 97e63e293b2..d075d4a0f7c 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/listInsideList.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/listInsideList.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/nullableNotNullSize.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/nullableNotNullSize.kt index 239db4e4444..057c16adc59 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/nullableNotNullSize.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/nullableNotNullSize.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel -// WITH_RUNTIME +// WITH_STDLIB import android.util.Size import kotlinx.android.parcel.* diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/parcelable.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/parcelable.kt index 8e858720166..ca95f2b6223 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/parcelable.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/parcelable.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB //FILE: test/JavaClass.java package test; diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializable.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializable.kt index a3117b22cf9..9e8507134f5 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializable.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializable.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializeValue.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializeValue.kt index 1fcbd142a9f..4d29a0036ff 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializeValue.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializeValue.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel, , describeContents -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simple.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simple.kt index 7e99d07e901..558e76be7ee 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simple.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simple.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel, , describeContents -// WITH_RUNTIME +// WITH_STDLIB // LOCAL_VARIABLE_TABLE import kotlinx.android.parcel.* diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simpleList.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simpleList.kt index 47f0c667927..417e43ccbaa 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simpleList.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simpleList.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/size.kt b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/size.kt index 615a9d23b2a..aa89b336175 100644 --- a/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/size.kt +++ b/plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/size.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.android.parcel.* import android.os.Parcelable diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/constructorWithDelegate.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/constructorWithDelegate.after.kt index d7de8c333c2..b033fb2445d 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/constructorWithDelegate.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/constructorWithDelegate.after.kt @@ -1,6 +1,6 @@ // "Add empty primary constructor" "true" // ERROR: 'Parcelable' should have a primary constructor -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/constructorWithDelegate.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/constructorWithDelegate.before.Main.kt index 30ae2177b74..79b3ec4d5fe 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/constructorWithDelegate.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/constructorWithDelegate.before.Main.kt @@ -1,6 +1,6 @@ // "Add empty primary constructor" "true" // ERROR: 'Parcelable' should have a primary constructor -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/noQuickFix.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/noQuickFix.before.Main.kt index e3d1e479810..a853dd4cdca 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/noQuickFix.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/noQuickFix.before.Main.kt @@ -1,6 +1,6 @@ // "Add empty primary constructor" "false" // IGNORE_IRRELEVANT_ACTIONS -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/simple.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/simple.after.kt index d936300b70b..a089e81bd3d 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/simple.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/simple.after.kt @@ -1,6 +1,6 @@ // "Add empty primary constructor" "true" // ERROR: 'Parcelable' should have a primary constructor -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/simple.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/simple.before.Main.kt index c60277759dd..cac901ec068 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/simple.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/addPrimaryConstructor/simple.before.Main.kt @@ -1,6 +1,6 @@ // "Add empty primary constructor" "true" // ERROR: 'Parcelable' should have a primary constructor -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/cantBeInnerClass/simple.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/cantBeInnerClass/simple.after.kt index 31e7ba028df..4111cd751da 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/cantBeInnerClass/simple.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/cantBeInnerClass/simple.after.kt @@ -1,6 +1,6 @@ // "Remove 'inner' modifier" "true" // ERROR: 'Parcelable' can't be an inner class -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/cantBeInnerClass/simple.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/cantBeInnerClass/simple.before.Main.kt index 953d03bb3c2..29313b7fc5f 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/cantBeInnerClass/simple.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/cantBeInnerClass/simple.before.Main.kt @@ -1,6 +1,6 @@ // "Remove 'inner' modifier" "true" // ERROR: 'Parcelable' can't be an inner class -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/classShouldBeAnnotated/simple.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/classShouldBeAnnotated/simple.after.kt index 61a9e833d59..dc251e236ea 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/classShouldBeAnnotated/simple.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/classShouldBeAnnotated/simple.after.kt @@ -1,6 +1,6 @@ // "Annotate containing class with ''@Parcelize''" "true" // ERROR: Class 'Foo' should be annotated with '@Parcelize' -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/classShouldBeAnnotated/simple.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/classShouldBeAnnotated/simple.before.Main.kt index 863af3bb14d..27a71b20b3f 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/classShouldBeAnnotated/simple.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/classShouldBeAnnotated/simple.before.Main.kt @@ -1,6 +1,6 @@ // "Annotate containing class with ''@Parcelize''" "true" // ERROR: Class 'Foo' should be annotated with '@Parcelize' -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/creatorField.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/creatorField.after.kt index bbf369bbe78..d300b6cbb36 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/creatorField.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/creatorField.after.kt @@ -1,7 +1,7 @@ // "Remove custom ''CREATOR'' property" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/creatorField.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/creatorField.before.Main.kt index f134f9d54f7..947ea1f254a 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/creatorField.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/creatorField.before.Main.kt @@ -1,7 +1,7 @@ // "Remove custom ''CREATOR'' property" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/writeToParcel.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/writeToParcel.after.kt index 5cf1a3ccc45..b362864c6f6 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/writeToParcel.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/writeToParcel.after.kt @@ -1,7 +1,7 @@ // "Remove custom ''writeToParcel()'' function" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/writeToParcel.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/writeToParcel.before.Main.kt index ace16675f9c..b09c168e036 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/writeToParcel.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/deleteIncompatible/writeToParcel.before.Main.kt @@ -1,7 +1,7 @@ // "Remove custom ''writeToParcel()'' function" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/basic.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/basic.after.kt index 16762c12b0c..27c5e4d7f2c 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/basic.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/basic.after.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/basic.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/basic.before.Main.kt index d00eb1d269b..6376e373940 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/basic.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/basic.before.Main.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/complexCase1.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/complexCase1.after.kt index 5be8b453fe8..44fd5872ec9 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/complexCase1.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/complexCase1.after.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/complexCase1.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/complexCase1.before.Main.kt index c7bc49ebae3..5c53ef07413 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/complexCase1.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/complexCase1.before.Main.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/customDescribeContents.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/customDescribeContents.after.kt index ae8f008447f..c33d77f12aa 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/customDescribeContents.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/customDescribeContents.after.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/customDescribeContents.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/customDescribeContents.before.Main.kt index a0ac3a762a2..541b4ed47a1 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/customDescribeContents.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/customDescribeContents.before.Main.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/fromCreatorObject.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/fromCreatorObject.after.kt index c9d0100c79f..fc9b46c0ee7 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/fromCreatorObject.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/fromCreatorObject.after.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/fromCreatorObject.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/fromCreatorObject.before.Main.kt index 98135aad697..1cf04a8b6a2 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/fromCreatorObject.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/fromCreatorObject.before.Main.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/innerClassFactory.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/innerClassFactory.after.kt index b50b31d7f53..ebc5243dff5 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/innerClassFactory.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/innerClassFactory.after.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/innerClassFactory.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/innerClassFactory.before.Main.kt index 8eee7118704..ed9168363e4 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/innerClassFactory.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/innerClassFactory.before.Main.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/jvmField.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/jvmField.after.kt index 671d9eb098a..81aa23ea7a2 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/jvmField.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/jvmField.after.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/jvmField.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/jvmField.before.Main.kt index c67b172ee73..f747a29fb1a 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/jvmField.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/jvmField.before.Main.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/noWriteToParcel.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/noWriteToParcel.after.kt index 7fad2747b7a..5c643432253 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/noWriteToParcel.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/noWriteToParcel.after.kt @@ -1,6 +1,6 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/noWriteToParcel.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/noWriteToParcel.before.Main.kt index 2369a277932..d759b417815 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/noWriteToParcel.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/noWriteToParcel.before.Main.kt @@ -1,6 +1,6 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/withoutDescribeContents.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/withoutDescribeContents.after.kt index 16762c12b0c..27c5e4d7f2c 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/withoutDescribeContents.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/withoutDescribeContents.after.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/withoutDescribeContents.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/withoutDescribeContents.before.Main.kt index 70ffc06201e..06c9224d544 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/withoutDescribeContents.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/migrations/withoutDescribeContents.before.Main.kt @@ -1,7 +1,7 @@ // "Migrate to ''Parceler'' companion object" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/alreadyHasSupertype.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/alreadyHasSupertype.before.Main.kt index 08d9e9c1076..688daedf662 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/alreadyHasSupertype.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/alreadyHasSupertype.before.Main.kt @@ -1,6 +1,6 @@ // "Add ''Parcelable'' supertype" "false" // IGNORE_IRRELEVANT_ACTIONS -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/simple.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/simple.after.kt index 54b32f5f394..a946b57bb18 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/simple.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/simple.after.kt @@ -1,6 +1,6 @@ // "Add ''Parcelable'' supertype" "true" // ERROR: No 'Parcelable' supertype -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/simple.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/simple.before.Main.kt index e3fb683c0a9..8e1942de327 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/simple.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/noParcelableSupertype/simple.before.Main.kt @@ -1,6 +1,6 @@ // "Add ''Parcelable'' supertype" "true" // ERROR: No 'Parcelable' supertype -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/propertyWontBeSerialized/simple.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/propertyWontBeSerialized/simple.after.kt index d31e8b00143..305224ef7cd 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/propertyWontBeSerialized/simple.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/propertyWontBeSerialized/simple.after.kt @@ -1,5 +1,5 @@ // "Add ''@IgnoredOnParcel'' annotation" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/propertyWontBeSerialized/simple.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/propertyWontBeSerialized/simple.before.Main.kt index 6d4310ce575..a4a72e825b4 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/propertyWontBeSerialized/simple.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/propertyWontBeSerialized/simple.before.Main.kt @@ -1,5 +1,5 @@ // "Add ''@IgnoredOnParcel'' annotation" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.after.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.after.kt index c10847ff84e..12e0cfc5bcc 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.after.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.after.kt @@ -1,6 +1,6 @@ // "Remove redundant ''@TypeParceler'' annotation" "true" // WARNING: This annotation duplicates the one for Class 'Foo' -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.before.Main.kt b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.before.Main.kt index 61cc3734819..f00bcb30185 100644 --- a/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.before.Main.kt +++ b/plugins/android-extensions/android-extensions-idea/testData/android/parcel/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.before.Main.kt @@ -1,6 +1,6 @@ // "Remove redundant ''@TypeParceler'' annotation" "true" // WARNING: This annotation duplicates the one for Class 'Foo' -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/annotations3.kt b/plugins/kapt3/kapt3-compiler/testData/converter/annotations3.kt index 2ed7f301b1e..5a4227e6aaa 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/annotations3.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/annotations3.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Parceler diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/errorSuperclassCorrectErrorTypes.kt b/plugins/kapt3/kapt3-compiler/testData/converter/errorSuperclassCorrectErrorTypes.kt index d540458aef5..54c9e3da093 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/errorSuperclassCorrectErrorTypes.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/errorSuperclassCorrectErrorTypes.kt @@ -1,6 +1,6 @@ // CORRECT_ERROR_TYPES // NO_VALIDATION -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("UNRESOLVED_REFERENCE", "DELEGATION_NOT_TO_INTERFACE", "SUPERTYPE_NOT_INITIALIZED") package test diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/fileFacadeJvmName.kt b/plugins/kapt3/kapt3-compiler/testData/converter/fileFacadeJvmName.kt index 998dabbd6e7..2d1d78d7b11 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/fileFacadeJvmName.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/fileFacadeJvmName.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("FacadeName") package a.b.c diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/genericParameters.kt b/plugins/kapt3/kapt3-compiler/testData/converter/genericParameters.kt index 05c99abd2b4..f58b9b44dcc 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/genericParameters.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/genericParameters.kt @@ -1,5 +1,5 @@ // CORRECT_ERROR_TYPES -// WITH_RUNTIME +// WITH_STDLIB class MappedList(val list: List, private val function: (T) -> R) : AbstractList(), List { override fun get(index: Int) = function(list[index]) diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/implicitReturnTypes.kt b/plugins/kapt3/kapt3-compiler/testData/converter/implicitReturnTypes.kt index 7093167bf75..2e3ddb08f9b 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/implicitReturnTypes.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/implicitReturnTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: lib/Prop.java package lib; diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/kt14997.kt b/plugins/kapt3/kapt3-compiler/testData/converter/kt14997.kt index 84a47eda55c..e44f1c905e4 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/kt14997.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/kt14997.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("AMBIGUOUS_ANONYMOUS_TYPE_INFERRED") open class CrashMe { diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/kt18682.kt b/plugins/kapt3/kapt3-compiler/testData/converter/kt18682.kt index a9f1c4633f5..db6b81e0b47 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/kt18682.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/kt18682.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB fun test1() = (0..10).map { n -> object { diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/kt27126.kt b/plugins/kapt3/kapt3-compiler/testData/converter/kt27126.kt index 56469093d84..ed076c72d9a 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/kt27126.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/kt27126.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("NOTHING_TO_INLINE") package test diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/lazyProperty.kt b/plugins/kapt3/kapt3-compiler/testData/converter/lazyProperty.kt index 4c7112ce3c8..e757e33eed0 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/lazyProperty.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/lazyProperty.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB interface Intf interface GenericIntf diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/multifileClass.kt b/plugins/kapt3/kapt3-compiler/testData/converter/multifileClass.kt index f266f576084..d8a9db75102 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/multifileClass.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/multifileClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FILE: a.kt @file:JvmMultifileClass diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/nonExistentClassTypesConversion.kt b/plugins/kapt3/kapt3-compiler/testData/converter/nonExistentClassTypesConversion.kt index beed6b639ca..24725863313 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/nonExistentClassTypesConversion.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/nonExistentClassTypesConversion.kt @@ -1,7 +1,7 @@ // CORRECT_ERROR_TYPES // NON_EXISTENT_CLASS // NO_VALIDATION -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("UNRESOLVED_REFERENCE", "ANNOTATION_ARGUMENT_MUST_BE_CONST", "NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION", "UNSUPPORTED_FEATURE") import java.util.Calendar diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/repeatableAnnotations.kt b/plugins/kapt3/kapt3-compiler/testData/converter/repeatableAnnotations.kt index 3db376e18db..5076b22356d 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/repeatableAnnotations.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/repeatableAnnotations.kt @@ -15,7 +15,7 @@ public class R { } // FILE: test.kt -// WITH_RUNTIME +// WITH_STDLIB import lib.Anno import kotlin.reflect.KClass diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/suspendErrorTypes.kt b/plugins/kapt3/kapt3-compiler/testData/converter/suspendErrorTypes.kt index 1b00e071540..26bb12e55ae 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/suspendErrorTypes.kt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/suspendErrorTypes.kt @@ -1,6 +1,6 @@ // CORRECT_ERROR_TYPES // NO_VALIDATION -// WITH_RUNTIME +// WITH_STDLIB @file:Suppress("UNRESOLVED_REFERENCE") class Foo { diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/boxIr/multimoduleInheritance.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/boxIr/multimoduleInheritance.kt index 0e9428103b7..00abcb216e4 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/boxIr/multimoduleInheritance.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/boxIr/multimoduleInheritance.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM_IR -// WITH_RUNTIME +// WITH_STDLIB // MODULE: lib // FILE: lib.kt diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen/Basic.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen/Basic.kt index 3419e698d29..a29ae9cd248 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen/Basic.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen/Basic.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT serialize, deserialize, write$Self, childSerializers, , -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen/Sealed.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen/Sealed.kt index cd6b5f96fad..8e099cf9780 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen/Sealed.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen/Sealed.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT deserialize, write$Self, childSerializers, , , invoke, serializer -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/DuplicateSerialName.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/DuplicateSerialName.kt index e2fcbc9d74e..fba32c83982 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/DuplicateSerialName.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/DuplicateSerialName.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/IncorrectTransient.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/IncorrectTransient.kt index b1eef1936d2..acee89cdcf3 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/IncorrectTransient.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/IncorrectTransient.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT import kotlinx.serialization.Serializable diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/IncorrectTransient2.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/IncorrectTransient2.kt index 8c1e812a131..821b2795244 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/IncorrectTransient2.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/IncorrectTransient2.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT import kotlinx.serialization.Serializable diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/InheritableInfo.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/InheritableInfo.kt index b257dcc2611..6ec7d9d129b 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/InheritableInfo.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/InheritableInfo.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT // !USE_EXPERIMENTAL: kotlinx.serialization.ExperimentalSerializationApi // FILE: test.kt diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/LocalAndAnonymous.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/LocalAndAnonymous.kt index 16ef955b6fb..9f45dd9650a 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/LocalAndAnonymous.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/LocalAndAnonymous.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE,-OPT_IN_USAGE_ERROR,-OPT_IN_USAGE -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NoSuitableCtorInParent.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NoSuitableCtorInParent.kt index 7e8a4e795ad..5b511798ce5 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NoSuitableCtorInParent.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NoSuitableCtorInParent.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NonSerializable.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NonSerializable.kt index 6752a185364..255bee34899 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NonSerializable.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NonSerializable.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NullabilityIncompatible.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NullabilityIncompatible.kt index d76d8bf3088..6aa6e3f7409 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NullabilityIncompatible.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/NullabilityIncompatible.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlinx.serialization.* import kotlinx.serialization.descriptors.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/ParamIsNotProperty.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/ParamIsNotProperty.kt index e7a7deb9c78..549d73d53aa 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/ParamIsNotProperty.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/ParamIsNotProperty.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializableEnums.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializableEnums.kt index d5c71f19500..84bd938c941 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializableEnums.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializableEnums.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlinx.serialization.* import kotlinx.serialization.encoding.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializerTypeCompatibleForSpecials.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializerTypeCompatibleForSpecials.kt index 24299212eec..e0e4e97ab0a 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializerTypeCompatibleForSpecials.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializerTypeCompatibleForSpecials.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -OPT_IN_USAGE -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializerTypeIncompatible.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializerTypeIncompatible.kt index 2c0e133abf8..6b09e3e48c3 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializerTypeIncompatible.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/SerializerTypeIncompatible.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -OPT_IN_USAGE -// WITH_RUNTIME +// WITH_STDLIB // SKIP_TXT import kotlinx.serialization.* diff --git a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/Transients.kt b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/Transients.kt index c4833e69b3c..ab738456ec9 100644 --- a/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/Transients.kt +++ b/plugins/kotlin-serialization/kotlin-serialization-compiler/testData/diagnostics/Transients.kt @@ -1,5 +1,5 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE -// WITH_RUNTIME +// WITH_STDLIB // FILE: test.kt import kotlinx.serialization.* diff --git a/plugins/noarg/noarg-cli/testData/box/initializers.kt b/plugins/noarg/noarg-cli/testData/box/initializers.kt index 0b6ec798501..6d804c66a70 100644 --- a/plugins/noarg/noarg-cli/testData/box/initializers.kt +++ b/plugins/noarg/noarg-cli/testData/box/initializers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // INVOKE_INITIALIZERS annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/initializersWithoutInvokeInitializers.kt b/plugins/noarg/noarg-cli/testData/box/initializersWithoutInvokeInitializers.kt index aacf8628295..79f60b08b5e 100644 --- a/plugins/noarg/noarg-cli/testData/box/initializersWithoutInvokeInitializers.kt +++ b/plugins/noarg/noarg-cli/testData/box/initializersWithoutInvokeInitializers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/kt18245.kt b/plugins/noarg/noarg-cli/testData/box/kt18245.kt index a733b5f5c9b..dbe9581dff2 100644 --- a/plugins/noarg/noarg-cli/testData/box/kt18245.kt +++ b/plugins/noarg/noarg-cli/testData/box/kt18245.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/kt18667.kt b/plugins/noarg/noarg-cli/testData/box/kt18667.kt index bf192ce0683..5150444271c 100644 --- a/plugins/noarg/noarg-cli/testData/box/kt18667.kt +++ b/plugins/noarg/noarg-cli/testData/box/kt18667.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/kt18668.kt b/plugins/noarg/noarg-cli/testData/box/kt18668.kt index 30be29a8e5f..a72b63c2990 100644 --- a/plugins/noarg/noarg-cli/testData/box/kt18668.kt +++ b/plugins/noarg/noarg-cli/testData/box/kt18668.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/localClassInInitiailzer.kt b/plugins/noarg/noarg-cli/testData/box/localClassInInitiailzer.kt index 460fc0f1760..8dc0dd9664f 100644 --- a/plugins/noarg/noarg-cli/testData/box/localClassInInitiailzer.kt +++ b/plugins/noarg/noarg-cli/testData/box/localClassInInitiailzer.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // INVOKE_INITIALIZERS annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/nestedClass.kt b/plugins/noarg/noarg-cli/testData/box/nestedClass.kt index 4e8c85b5707..1901edd7a42 100644 --- a/plugins/noarg/noarg-cli/testData/box/nestedClass.kt +++ b/plugins/noarg/noarg-cli/testData/box/nestedClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/sealedClassWithExistingNoargCtor.kt b/plugins/noarg/noarg-cli/testData/box/sealedClassWithExistingNoargCtor.kt index bc708ee386e..4dac6aa63c5 100644 --- a/plugins/noarg/noarg-cli/testData/box/sealedClassWithExistingNoargCtor.kt +++ b/plugins/noarg/noarg-cli/testData/box/sealedClassWithExistingNoargCtor.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/simple.kt b/plugins/noarg/noarg-cli/testData/box/simple.kt index bd63a48d691..dbc6532d3c8 100644 --- a/plugins/noarg/noarg-cli/testData/box/simple.kt +++ b/plugins/noarg/noarg-cli/testData/box/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class NoArg diff --git a/plugins/noarg/noarg-cli/testData/box/subclass.kt b/plugins/noarg/noarg-cli/testData/box/subclass.kt index 37855fa97e1..8a5ea7ed52b 100644 --- a/plugins/noarg/noarg-cli/testData/box/subclass.kt +++ b/plugins/noarg/noarg-cli/testData/box/subclass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB annotation class NoArg diff --git a/plugins/parcelize/parcelize-compiler/testData/box/allPrimitiveTypes.kt b/plugins/parcelize/parcelize-compiler/testData/box/allPrimitiveTypes.kt index 97418513ddb..f4c7ee5456d 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/allPrimitiveTypes.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/allPrimitiveTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") @file:Suppress("PLATFORM_CLASS_MAPPED_TO_KOTLIN") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/allUnsignedTypes.kt b/plugins/parcelize/parcelize-compiler/testData/box/allUnsignedTypes.kt index c7867945af6..1f3b7f3d5f8 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/allUnsignedTypes.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/allUnsignedTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @file:JvmName("TestKt") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/arraySimple.kt b/plugins/parcelize/parcelize-compiler/testData/box/arraySimple.kt index 7bc468502e1..723c7c50217 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/arraySimple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/arraySimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/arrays.kt b/plugins/parcelize/parcelize-compiler/testData/box/arrays.kt index 85cdc1c5ae4..7a1ec62a3bc 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/arrays.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/arrays.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/binder.kt b/plugins/parcelize/parcelize-compiler/testData/box/binder.kt index 0f9a1d5adba..41993452f3a 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/binder.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/binder.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38103 // There is no such thing as a readStrongInterface method to deserialize arbitrary IIinterface implementations -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/boxedTypes.kt b/plugins/parcelize/parcelize-compiler/testData/box/boxedTypes.kt index c096806312d..a6d27579849 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/boxedTypes.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/boxedTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") @file:Suppress("PLATFORM_CLASS_MAPPED_TO_KOTLIN") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/bundle.kt b/plugins/parcelize/parcelize-compiler/testData/box/bundle.kt index 045ff224aed..c3b48961cb1 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/bundle.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/bundle.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/charSequence.kt b/plugins/parcelize/parcelize-compiler/testData/box/charSequence.kt index a7874167ed3..4d9aa579a94 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/charSequence.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/charSequence.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/customNewArray.kt b/plugins/parcelize/parcelize-compiler/testData/box/customNewArray.kt index 15927956042..00eb975f523 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/customNewArray.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/customNewArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/customParcelable.kt b/plugins/parcelize/parcelize-compiler/testData/box/customParcelable.kt index c652052a0bd..16922cf8f22 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/customParcelable.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/customParcelable.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38105 // Throws IllegalAccessError, since the code tries to access the private companion field directly from the generated User$Creator class. -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/customParcelerScoping.kt b/plugins/parcelize/parcelize-compiler/testData/box/customParcelerScoping.kt index 58e69f0c1e4..81df3500cde 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/customParcelerScoping.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/customParcelerScoping.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/customSerializerBoxing.kt b/plugins/parcelize/parcelize-compiler/testData/box/customSerializerBoxing.kt index 8638bca475f..5e360f2df35 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/customSerializerBoxing.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/customSerializerBoxing.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/customSerializerSimple.kt b/plugins/parcelize/parcelize-compiler/testData/box/customSerializerSimple.kt index 2974e701b0b..fe37fef4329 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/customSerializerSimple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/customSerializerSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/customSerializerWriteWith.kt b/plugins/parcelize/parcelize-compiler/testData/box/customSerializerWriteWith.kt index 9e908886cbb..365f7636e48 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/customSerializerWriteWith.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/customSerializerWriteWith.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38107 // The JVM backend is missing support for custom parcelers in List -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/customSimple.kt b/plugins/parcelize/parcelize-compiler/testData/box/customSimple.kt index 19a6a89779b..e4104a8ec8b 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/customSimple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/customSimple.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38105 // Throws IllegalAccessError, since the code tries to access the private companion field directly from the generated User$Creator class. -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/enumObject.kt b/plugins/parcelize/parcelize-compiler/testData/box/enumObject.kt index adc95161159..f688a2d29e1 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/enumObject.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/enumObject.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/enums.kt b/plugins/parcelize/parcelize-compiler/testData/box/enums.kt index 9effb0ae62f..773c82e9e27 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/enums.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/enums.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/exceptions.kt b/plugins/parcelize/parcelize-compiler/testData/box/exceptions.kt index 784ee626417..b682cb58915 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/exceptions.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/exceptions.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // Parcel.readException throws the exception it reads and only supports a small number of exception types. // If we have to parcel an exception we should instead use read/writeSerializable (compare KT-31830) -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/functions.kt b/plugins/parcelize/parcelize-compiler/testData/box/functions.kt index 27233671554..893bd1550a3 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/functions.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/functions.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/genericParcelable.kt b/plugins/parcelize/parcelize-compiler/testData/box/genericParcelable.kt index df523e91d6c..445a014753a 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/genericParcelable.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/genericParcelable.kt @@ -1,5 +1,5 @@ // See https://issuetracker.google.com/174827004 -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/generics.kt b/plugins/parcelize/parcelize-compiler/testData/box/generics.kt index fc58273f2fb..725aad2d79f 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/generics.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/generics.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/intArray.kt b/plugins/parcelize/parcelize-compiler/testData/box/intArray.kt index 2ab6e7a985a..7ea831a0112 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/intArray.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/intArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/javaInterop.kt b/plugins/parcelize/parcelize-compiler/testData/box/javaInterop.kt index 2f8f4da2add..0f01ebcaef3 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/javaInterop.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/javaInterop.kt @@ -1,5 +1,5 @@ // This issue affects AIDL generated files, as reported in KT-25807 -// WITH_RUNTIME +// WITH_STDLIB // FILE: J.java import android.os.Parcel; import test.K; diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt19747.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt19747.kt index 62896cd193a..86b6fc0c3a3 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt19747.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt19747.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt19747Deprecated.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt19747Deprecated.kt index 81f1e62f80c..65bbfcd39ac 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt19747Deprecated.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt19747Deprecated.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt19747_2.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt19747_2.kt index 074fe24ac52..511158b7d9b 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt19747_2.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt19747_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt19749.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt19749.kt index 9753873d5bd..e91525a02bf 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt19749.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt19749.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt19853.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt19853.kt index 6e17f5176ad..fbee9f881e6 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt19853.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt19853.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt20002.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt20002.kt index dd6221191ba..b26a4570708 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt20002.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt20002.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt20021.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt20021.kt index 5ca2adaa00a..02f51fe8a02 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt20021.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt20021.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38106 // This feature regressed with the fix for KT-22576 -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt20717.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt20717.kt index 8366448a7c5..08fd45d1cce 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt20717.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt20717.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt25839.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt25839.kt index 52391cc04d6..b3439e72ab7 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt25839.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt25839.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt26221.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt26221.kt index 2b926bacab6..afe0267ee70 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt26221.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt26221.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // Fails with a VerifyError in Foo.writeToParcel -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt36658.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt36658.kt index 586cc350e1d..188b2ff60f0 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt36658.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt36658.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // StackOverflowError caused by infinite loop in MyObject.writeToParcel -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt39981.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt39981.kt index c955a4d3ee4..ca414844343 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt39981.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt39981.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt41553.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt41553.kt index 463d60d9222..88c15d7401d 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt41553.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt41553.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt41553_2.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt41553_2.kt index 6869fb4043b..8236b16757c 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt41553_2.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt41553_2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/kt46567.kt b/plugins/parcelize/parcelize-compiler/testData/box/kt46567.kt index df3b275df0b..1800221f2e6 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/kt46567.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/kt46567.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/listKinds.kt b/plugins/parcelize/parcelize-compiler/testData/box/listKinds.kt index 96f19e0f68d..a818f55936e 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/listKinds.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/listKinds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK @file:JvmName("TestKt") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/listSimple.kt b/plugins/parcelize/parcelize-compiler/testData/box/listSimple.kt index e4c72920fb1..18862901577 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/listSimple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/listSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/lists.kt b/plugins/parcelize/parcelize-compiler/testData/box/lists.kt index e56e8ebae0a..3388d20cf21 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/lists.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/lists.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/mapKinds.kt b/plugins/parcelize/parcelize-compiler/testData/box/mapKinds.kt index 72b578be70b..474b9d2cb47 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/mapKinds.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/mapKinds.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // FULL_JDK @file:JvmName("TestKt") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/mapSimple.kt b/plugins/parcelize/parcelize-compiler/testData/box/mapSimple.kt index 416fcbf3718..9d0366cefb7 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/mapSimple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/mapSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/maps.kt b/plugins/parcelize/parcelize-compiler/testData/box/maps.kt index 8e6ac115a19..52f6b232a21 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/maps.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/maps.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/nestedArrays.kt b/plugins/parcelize/parcelize-compiler/testData/box/nestedArrays.kt index 688034905fb..1a75913b938 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/nestedArrays.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/nestedArrays.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/nestedLists.kt b/plugins/parcelize/parcelize-compiler/testData/box/nestedLists.kt index 7e38378db6c..184aa6f2ff9 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/nestedLists.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/nestedLists.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/nestedMaps.kt b/plugins/parcelize/parcelize-compiler/testData/box/nestedMaps.kt index ed6e8dba74d..1464aad930f 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/nestedMaps.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/nestedMaps.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/nestedParcelable.kt b/plugins/parcelize/parcelize-compiler/testData/box/nestedParcelable.kt index b7588ab2557..75457b983b2 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/nestedParcelable.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/nestedParcelable.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/nestedSparseArrays.kt b/plugins/parcelize/parcelize-compiler/testData/box/nestedSparseArrays.kt index 896d01878cf..a6ed59a6eda 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/nestedSparseArrays.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/nestedSparseArrays.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @file:JvmName("TestKt") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/nestedSparseArrays2.kt b/plugins/parcelize/parcelize-compiler/testData/box/nestedSparseArrays2.kt index 32f694ff848..27e967da772 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/nestedSparseArrays2.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/nestedSparseArrays2.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // See https://issuetracker.google.com/177856512 -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/newArray.kt b/plugins/parcelize/parcelize-compiler/testData/box/newArray.kt index ed72f535fed..d3933db6525 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/newArray.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/newArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/newArrayParceler.kt b/plugins/parcelize/parcelize-compiler/testData/box/newArrayParceler.kt index eabf1e78276..511453fe168 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/newArrayParceler.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/newArrayParceler.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @file:JvmName("TestKt") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/nullableTypes.kt b/plugins/parcelize/parcelize-compiler/testData/box/nullableTypes.kt index 3014523174a..8cce1dc5340 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/nullableTypes.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/nullableTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/nullableTypesSimple.kt b/plugins/parcelize/parcelize-compiler/testData/box/nullableTypesSimple.kt index 3b0f2e43068..f06eb6039d5 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/nullableTypesSimple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/nullableTypesSimple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/objectWriteParcelable.kt b/plugins/parcelize/parcelize-compiler/testData/box/objectWriteParcelable.kt index 6d993b6e9d6..f4b5a543e12 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/objectWriteParcelable.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/objectWriteParcelable.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // See https://issuetracker.google.com/178394826 -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/objects.kt b/plugins/parcelize/parcelize-compiler/testData/box/objects.kt index 28ad0eff59b..e531ecc09f3 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/objects.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/objects.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/openParcelize.kt b/plugins/parcelize/parcelize-compiler/testData/box/openParcelize.kt index e07e26245c2..23175bff6fc 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/openParcelize.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/openParcelize.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/parcelableValueClass.kt b/plugins/parcelize/parcelize-compiler/testData/box/parcelableValueClass.kt index b5d728c4fee..f243010fcf7 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/parcelableValueClass.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/parcelableValueClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See: https://issuetracker.google.com/177856519 // IGNORE_BACKEND: JVM diff --git a/plugins/parcelize/parcelize-compiler/testData/box/parcelizeCustomValueClass.kt b/plugins/parcelize/parcelize-compiler/testData/box/parcelizeCustomValueClass.kt index aa465c8f244..f2e5266ec0e 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/parcelizeCustomValueClass.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/parcelizeCustomValueClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See: https://issuetracker.google.com/177856519 // IGNORE_BACKEND: JVM diff --git a/plugins/parcelize/parcelize-compiler/testData/box/persistableBundle.kt b/plugins/parcelize/parcelize-compiler/testData/box/persistableBundle.kt index 4e29156d64b..90f46328357 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/persistableBundle.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/persistableBundle.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JVM // See KT-38104 // The support for PersistableBundles is broken on JVM. -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/primitiveTypes.kt b/plugins/parcelize/parcelize-compiler/testData/box/primitiveTypes.kt index dd4eb06571b..535ecaca015 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/primitiveTypes.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/primitiveTypes.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/privateConstructor.kt b/plugins/parcelize/parcelize-compiler/testData/box/privateConstructor.kt index 54856f247a9..69a90f2f59d 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/privateConstructor.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/privateConstructor.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // See KT-24842, https://issuetracker.google.com/189858212 -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/recursiveGenerics.kt b/plugins/parcelize/parcelize-compiler/testData/box/recursiveGenerics.kt index b5610a2aa1e..8f6220ee091 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/recursiveGenerics.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/recursiveGenerics.kt @@ -1,6 +1,6 @@ // IGNORE_BACKEND: JVM // See https://issuetracker.google.com/178321044 -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/sealedClass.kt b/plugins/parcelize/parcelize-compiler/testData/box/sealedClass.kt index 863c614c22b..fb81e6760a9 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/sealedClass.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/sealedClass.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/sealedClass2.kt b/plugins/parcelize/parcelize-compiler/testData/box/sealedClass2.kt index 5cff5c21bf1..5fdb9638bb1 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/sealedClass2.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/sealedClass2.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/sealedInterface.kt b/plugins/parcelize/parcelize-compiler/testData/box/sealedInterface.kt index 0af672fe812..440b21374e7 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/sealedInterface.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/sealedInterface.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/shortArray.kt b/plugins/parcelize/parcelize-compiler/testData/box/shortArray.kt index 5a64892e4e2..06faaa86f2c 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/shortArray.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/shortArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @file:JvmName("TestKt") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/simple.kt b/plugins/parcelize/parcelize-compiler/testData/box/simple.kt index 893ce3a99c4..70a9f48a28a 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/simple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/simple.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/simpleDeprecated.kt b/plugins/parcelize/parcelize-compiler/testData/box/simpleDeprecated.kt index 3e0af3a0d03..aa5f49f015b 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/simpleDeprecated.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/simpleDeprecated.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/sparseArrays.kt b/plugins/parcelize/parcelize-compiler/testData/box/sparseArrays.kt index a222b622978..cca6ce71b4c 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/sparseArrays.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/sparseArrays.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/sparseBooleanArray.kt b/plugins/parcelize/parcelize-compiler/testData/box/sparseBooleanArray.kt index afba2858ac3..3e238d9e3f4 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/sparseBooleanArray.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/sparseBooleanArray.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/typeParameters.kt b/plugins/parcelize/parcelize-compiler/testData/box/typeParameters.kt index 98cf302d40c..66ab1e3a639 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/typeParameters.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/typeParameters.kt @@ -1,5 +1,5 @@ // See KT-44891, https://issuetracker.google.com/180193969 -// WITH_RUNTIME +// WITH_STDLIB @file:JvmName("TestKt") package test diff --git a/plugins/parcelize/parcelize-compiler/testData/box/unsignedArrays.kt b/plugins/parcelize/parcelize-compiler/testData/box/unsignedArrays.kt index 0d4206108a8..b0bcc45f30a 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/unsignedArrays.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/unsignedArrays.kt @@ -1,5 +1,5 @@ // !OPT_IN: kotlin.ExperimentalUnsignedTypes -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM @file:JvmName("TestKt") diff --git a/plugins/parcelize/parcelize-compiler/testData/box/valueClassWrapper.kt b/plugins/parcelize/parcelize-compiler/testData/box/valueClassWrapper.kt index 68adf4f60ac..9ecffb12b05 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/valueClassWrapper.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/valueClassWrapper.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See: https://issuetracker.google.com/197890119 // IGNORE_BACKEND: JVM diff --git a/plugins/parcelize/parcelize-compiler/testData/box/valueClasses.kt b/plugins/parcelize/parcelize-compiler/testData/box/valueClasses.kt index a82be5777c6..3bad8a53dc3 100644 --- a/plugins/parcelize/parcelize-compiler/testData/box/valueClasses.kt +++ b/plugins/parcelize/parcelize-compiler/testData/box/valueClasses.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB // See: https://issuetracker.google.com/177856519 // IGNORE_BACKEND: JVM diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/IBinderIInterface.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/IBinderIInterface.kt index 2dfa64240a2..0dc8e9e63b2 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/IBinderIInterface.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/IBinderIInterface.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/classLoaderValues.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/classLoaderValues.kt index cf49f52023e..a3f6872fca1 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/classLoaderValues.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/classLoaderValues.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB // Test to ensure that we are using the correct class loader // for generic types and bundles. See: diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/customDescribeContents.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/customDescribeContents.kt index 94866043d74..90d239f8f8c 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/customDescribeContents.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/customDescribeContents.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: describeContents -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesDifferentModule.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesDifferentModule.kt index 12574905794..2a4d4bbddbe 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesDifferentModule.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesDifferentModule.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesSameModule.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesSameModule.kt index 6c485bafa2f..f6dc2aafaf6 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesSameModule.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesSameModule.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB // FILE: KotlinParcelable.kt package k diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/customSimple.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/customSimple.kt index b5e0c5a837d..09ee2ad876c 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/customSimple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/customSimple.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel, newArray -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcel diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/customSimpleWithNewArray.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/customSimpleWithNewArray.kt index 6fa74e00c1f..03be02b0ddb 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/customSimpleWithNewArray.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/customSimpleWithNewArray.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: newArray -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcel diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/describeContentsFromSuperType.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/describeContentsFromSuperType.kt index 8cea80d00ae..eb9bff89d98 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/describeContentsFromSuperType.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/describeContentsFromSuperType.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: describeContents -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/duplicatingClinit.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/duplicatingClinit.kt index 049f0c49e94..60f677593a5 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/duplicatingClinit.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/duplicatingClinit.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/efficientParcelable.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/efficientParcelable.kt index 964444de560..401e03d82b9 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/efficientParcelable.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/efficientParcelable.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB //FILE: test.kt package test diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/generics.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/generics.kt index f756d01b0ea..6bd21c3f742 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/generics.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/generics.kt @@ -1,6 +1,6 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel // RENDER_ANNOTATIONS -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/kt25839.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/kt25839.kt index 7bf9149386a..f21f1966549 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/kt25839.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/kt25839.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB package test diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/listInsideList.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/listInsideList.kt index 5ce6d595167..155a43b6f85 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/listInsideList.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/listInsideList.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/nullableNotNullSize.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/nullableNotNullSize.kt index 0413914e10e..161ad4a05a6 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/nullableNotNullSize.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/nullableNotNullSize.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel -// WITH_RUNTIME +// WITH_STDLIB import android.util.Size import kotlinx.parcelize.* diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/parcelable.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/parcelable.kt index 3de99a92bb4..0553bd5e10b 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/parcelable.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/parcelable.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB //FILE: test/JavaClass.java package test; diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/parcelableCreator.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/parcelableCreator.kt index 509b251639f..900a46c589d 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/parcelableCreator.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/parcelableCreator.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: test1, test2, test3 -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/primitiveArrays.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/primitiveArrays.kt index 1a0651fb0b9..77a5e89d207 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/primitiveArrays.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/primitiveArrays.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB // TARGET_BACKEND: JVM_IR /* * Serializing of short arrays is not properly supported in old frontend, so this diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/serializable.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/serializable.kt index c3052b9dc73..220a0d33c48 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/serializable.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/serializable.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel, -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/serializeValue.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/serializeValue.kt index f75b6e85690..a1ad4e6d645 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/serializeValue.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/serializeValue.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel, , describeContents -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/simple.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/simple.kt index edbbd5aa204..024624596b0 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/simple.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/simple.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel, , describeContents -// WITH_RUNTIME +// WITH_STDLIB // LOCAL_VARIABLE_TABLE import kotlinx.parcelize.* diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/simpleList.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/simpleList.kt index 8fbd7019884..def67ba0046 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/simpleList.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/simpleList.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/size.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/size.kt index 28af6e2516a..e3aa467fd61 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/size.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/size.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB import kotlinx.parcelize.* import android.os.Parcelable diff --git a/plugins/parcelize/parcelize-compiler/testData/codegen/unsignedPrimitiveArrays.kt b/plugins/parcelize/parcelize-compiler/testData/codegen/unsignedPrimitiveArrays.kt index 850d1fcbbb9..606540d0124 100644 --- a/plugins/parcelize/parcelize-compiler/testData/codegen/unsignedPrimitiveArrays.kt +++ b/plugins/parcelize/parcelize-compiler/testData/codegen/unsignedPrimitiveArrays.kt @@ -1,5 +1,5 @@ // CURIOUS_ABOUT: writeToParcel, createFromParcel -// WITH_RUNTIME +// WITH_STDLIB // IGNORE_BACKEND: JVM import kotlinx.parcelize.* diff --git a/plugins/parcelize/parcelize-ide/testData/checker/constructors.kt b/plugins/parcelize/parcelize-ide/testData/checker/constructors.kt index c4339ce51e5..936f38169a1 100644 --- a/plugins/parcelize/parcelize-ide/testData/checker/constructors.kt +++ b/plugins/parcelize/parcelize-ide/testData/checker/constructors.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test import kotlinx.parcelize.Parcelize diff --git a/plugins/parcelize/parcelize-ide/testData/checker/customCreator.kt b/plugins/parcelize/parcelize-ide/testData/checker/customCreator.kt index 99cb74e45ad..8cca979a902 100644 --- a/plugins/parcelize/parcelize-ide/testData/checker/customCreator.kt +++ b/plugins/parcelize/parcelize-ide/testData/checker/customCreator.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test import kotlinx.parcelize.Parcelize diff --git a/plugins/parcelize/parcelize-ide/testData/checker/customParcelers.kt b/plugins/parcelize/parcelize-ide/testData/checker/customParcelers.kt index 2c6dd4f4399..03295fc2f0f 100644 --- a/plugins/parcelize/parcelize-ide/testData/checker/customParcelers.kt +++ b/plugins/parcelize/parcelize-ide/testData/checker/customParcelers.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test import kotlinx.parcelize.* diff --git a/plugins/parcelize/parcelize-ide/testData/checker/deprecatedAnnotations.kt b/plugins/parcelize/parcelize-ide/testData/checker/deprecatedAnnotations.kt index e563095c1f5..64b0192a0b6 100644 --- a/plugins/parcelize/parcelize-ide/testData/checker/deprecatedAnnotations.kt +++ b/plugins/parcelize/parcelize-ide/testData/checker/deprecatedAnnotations.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test import kotlinx.android.parcel.* diff --git a/plugins/parcelize/parcelize-ide/testData/checker/properties.kt b/plugins/parcelize/parcelize-ide/testData/checker/properties.kt index d03bad9957d..5af90279f36 100644 --- a/plugins/parcelize/parcelize-ide/testData/checker/properties.kt +++ b/plugins/parcelize/parcelize-ide/testData/checker/properties.kt @@ -1,4 +1,4 @@ -// WITH_RUNTIME +// WITH_STDLIB package test import kotlinx.parcelize.* diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/constructorWithDelegate.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/constructorWithDelegate.kt index 53b2a7d76b6..11309a8594b 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/constructorWithDelegate.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/constructorWithDelegate.kt @@ -1,5 +1,5 @@ // "Add empty primary constructor" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/constructorWithDelegate.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/constructorWithDelegate.kt.after index 07786288a72..df1870eedab 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/constructorWithDelegate.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/constructorWithDelegate.kt.after @@ -1,5 +1,5 @@ // "Add empty primary constructor" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/noQuickFix.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/noQuickFix.kt index 96b2f5aa704..a595ce309be 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/noQuickFix.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/noQuickFix.kt @@ -1,6 +1,6 @@ // "Add empty primary constructor" "false" // IGNORE_IRRELEVANT_ACTIONS -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/simple.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/simple.kt index f1935d1b494..e253ac6492c 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/simple.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/simple.kt @@ -1,5 +1,5 @@ // "Add empty primary constructor" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/simple.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/simple.kt.after index f21beff2647..37b7137c160 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/simple.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/addPrimaryConstructor/simple.kt.after @@ -1,5 +1,5 @@ // "Add empty primary constructor" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/cantBeInnerClass/simple.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/cantBeInnerClass/simple.kt index 3a089ea46dd..44aea14794f 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/cantBeInnerClass/simple.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/cantBeInnerClass/simple.kt @@ -1,5 +1,5 @@ // "Remove 'inner' modifier" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/cantBeInnerClass/simple.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/cantBeInnerClass/simple.kt.after index 05c98f07ac7..bf7d865080c 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/cantBeInnerClass/simple.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/cantBeInnerClass/simple.kt.after @@ -1,5 +1,5 @@ // "Remove 'inner' modifier" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/classShouldBeAnnotated/simple.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/classShouldBeAnnotated/simple.kt index 12c824d1d94..83575068dc4 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/classShouldBeAnnotated/simple.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/classShouldBeAnnotated/simple.kt @@ -1,6 +1,6 @@ // "Annotate containing class with ''@Parcelize''" "true" // ERROR: No 'Parcelable' supertype -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/classShouldBeAnnotated/simple.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/classShouldBeAnnotated/simple.kt.after index 74e2c43f34a..6dd0cb024da 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/classShouldBeAnnotated/simple.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/classShouldBeAnnotated/simple.kt.after @@ -1,6 +1,6 @@ // "Annotate containing class with ''@Parcelize''" "true" // ERROR: No 'Parcelable' supertype -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/creatorField.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/creatorField.kt index c84bc44e68e..1d02a20d3b7 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/creatorField.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/creatorField.kt @@ -1,6 +1,6 @@ // "Remove custom ''CREATOR'' property" "true" // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/creatorField.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/creatorField.kt.after index 5490c7d01c2..5719276a9d7 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/creatorField.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/creatorField.kt.after @@ -1,6 +1,6 @@ // "Remove custom ''CREATOR'' property" "true" // ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/writeToParcel.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/writeToParcel.kt index 34e5cc4e51f..436125602f3 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/writeToParcel.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/writeToParcel.kt @@ -1,6 +1,6 @@ // "Remove custom ''writeToParcel()'' function" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/writeToParcel.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/writeToParcel.kt.after index 4e74edf965b..685d98d6866 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/writeToParcel.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/deleteIncompatible/writeToParcel.kt.after @@ -1,6 +1,6 @@ // "Remove custom ''writeToParcel()'' function" "true" // ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/basic.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/basic.kt index 2c4b20eb9e9..97dc4d327c5 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/basic.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/basic.kt @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/basic.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/basic.kt.after index 5be33fb4ead..e705df523c7 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/basic.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/basic.kt.after @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/complexCase1.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/complexCase1.kt index a6be983672e..05175514a3c 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/complexCase1.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/complexCase1.kt @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/complexCase1.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/complexCase1.kt.after index 013331da9e0..fbad44f17f3 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/complexCase1.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/complexCase1.kt.after @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/customDescribeContents.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/customDescribeContents.kt index f743efc4f03..afe6eaffc0c 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/customDescribeContents.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/customDescribeContents.kt @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/customDescribeContents.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/customDescribeContents.kt.after index f80295e3ba8..4cc031c8182 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/customDescribeContents.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/customDescribeContents.kt.after @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/fromCreatorObject.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/fromCreatorObject.kt index 85161d767c8..5a8b72a828c 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/fromCreatorObject.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/fromCreatorObject.kt @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/fromCreatorObject.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/fromCreatorObject.kt.after index 01017af4672..c7a71087fd4 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/fromCreatorObject.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/fromCreatorObject.kt.after @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/innerClassFactory.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/innerClassFactory.kt index e437207956f..bc5b5cd9b5b 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/innerClassFactory.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/innerClassFactory.kt @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/innerClassFactory.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/innerClassFactory.kt.after index 18e10c00a13..3f2e605502b 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/innerClassFactory.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/innerClassFactory.kt.after @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/jvmField.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/jvmField.kt index 9de5641760c..06cfa0c88ac 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/jvmField.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/jvmField.kt @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/jvmField.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/jvmField.kt.after index 54328c156f7..d75a64c8f7e 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/jvmField.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/jvmField.kt.after @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/withoutDescribeContents.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/withoutDescribeContents.kt index 471925955ee..f733d22887a 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/withoutDescribeContents.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/withoutDescribeContents.kt @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/withoutDescribeContents.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/withoutDescribeContents.kt.after index 5be33fb4ead..e705df523c7 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/withoutDescribeContents.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/migrations/withoutDescribeContents.kt.after @@ -1,5 +1,5 @@ // "Migrate to ''Parceler'' companion object" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/alreadyHasSupertype.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/alreadyHasSupertype.kt index 56a21d0caf5..1032b883520 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/alreadyHasSupertype.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/alreadyHasSupertype.kt @@ -1,6 +1,6 @@ // "Add ''Parcelable'' supertype" "false" // IGNORE_IRRELEVANT_ACTIONS -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/simple.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/simple.kt index 0f33c430905..1b6dbd64327 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/simple.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/simple.kt @@ -1,5 +1,5 @@ // "Add ''Parcelable'' supertype" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/simple.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/simple.kt.after index feb882c27ce..f5b7d8c3890 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/simple.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/noParcelableSupertype/simple.kt.after @@ -1,5 +1,5 @@ // "Add ''Parcelable'' supertype" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/propertyWontBeSerialized/simple.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/propertyWontBeSerialized/simple.kt index 1f4dcac1631..82e747f0d47 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/propertyWontBeSerialized/simple.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/propertyWontBeSerialized/simple.kt @@ -1,5 +1,5 @@ // "Add ''@IgnoredOnParcel'' annotation" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/propertyWontBeSerialized/simple.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/propertyWontBeSerialized/simple.kt.after index d6d71e9ebf7..155a8f4760b 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/propertyWontBeSerialized/simple.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/propertyWontBeSerialized/simple.kt.after @@ -1,5 +1,5 @@ // "Add ''@IgnoredOnParcel'' annotation" "true" -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.kt b/plugins/parcelize/parcelize-ide/testData/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.kt index 274ce098955..c4dd1c863bb 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.kt +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.kt @@ -1,6 +1,6 @@ // "Remove redundant ''@TypeParceler'' annotation" "true" // WARNING: This annotation duplicates the one for Class 'Foo' -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity diff --git a/plugins/parcelize/parcelize-ide/testData/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.kt.after b/plugins/parcelize/parcelize-ide/testData/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.kt.after index 39e22ce4972..c116e8c37b1 100644 --- a/plugins/parcelize/parcelize-ide/testData/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.kt.after +++ b/plugins/parcelize/parcelize-ide/testData/quickfix/removeDuplicatingTypeParcelerAnnotation/simple.kt.after @@ -1,6 +1,6 @@ // "Remove redundant ''@TypeParceler'' annotation" "true" // WARNING: This annotation duplicates the one for Class 'Foo' -// WITH_RUNTIME +// WITH_STDLIB package com.myapp.activity