backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
+219
@@ -0,0 +1,219 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
configurations {
|
||||
cli_bc
|
||||
}
|
||||
|
||||
dependencies {
|
||||
cli_bc project(path: ':backend.native', configuration: 'cli_bc')
|
||||
}
|
||||
|
||||
|
||||
apply from: "codegen/blackbox/annotations/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/annotations/annotatedLambda/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/argumentOrder/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/arrays/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/arrays/multiDecl/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/arrays/multiDecl/int/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/arrays/multiDecl/long/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/binaryOp/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/boxingOptimization/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/bridges/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/bridges/substitutionInSuperClass/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/builtinStubMethods/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/builtinStubMethods/extendJavaCollections/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/callableReference/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/callableReference/bound/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/callableReference/bound/equals/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/callableReference/bound/inline/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/callableReference/function/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/callableReference/function/local/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/callableReference/property/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/casts/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/casts/functions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/casts/literalExpressionAsGenericArgument/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/casts/mutableCollections/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/classes/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/classes/inner/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/classLiteral/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/classLiteral/bound/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/classLiteral/java/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/closures/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/closures/captureOuterProperty/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/closures/closureInsideClosure/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/collections/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/compatibility/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/constants/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/controlStructures/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/controlStructures/breakContinueInExpressions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/controlStructures/returnsNothing/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/controlStructures/tryCatchInExpressions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/coroutines/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/coroutines/controlFlow/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/coroutines/intLikeVarSpilling/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/coroutines/multiModule/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/coroutines/stackUnwinding/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/coroutines/suspendFunctionTypeCall/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/coroutines/unitTypeReturn/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/dataClasses/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/dataClasses/copy/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/dataClasses/equals/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/dataClasses/hashCode/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/dataClasses/toString/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/deadCodeElimination/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/defaultArguments/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/defaultArguments/constructor/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/defaultArguments/convention/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/defaultArguments/function/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/defaultArguments/private/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/defaultArguments/signature/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/delegatedProperty/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/delegatedProperty/local/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/delegatedProperty/provideDelegate/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/delegation/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/destructuringDeclInLambdaParam/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/diagnostics/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/diagnostics/functions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/diagnostics/functions/inference/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/diagnostics/functions/invoke/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/diagnostics/functions/invoke/onObjects/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/diagnostics/functions/tailRecursion/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/diagnostics/vararg/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/elvis/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/enum/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/evaluate/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/exclExcl/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/extensionFunctions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/extensionProperties/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/external/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/fakeOverride/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/fieldRename/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/finally/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/fullJdk/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/fullJdk/native/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/fullJdk/regressions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/functions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/functions/functionExpression/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/functions/invoke/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/functions/localFunctions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/hashPMap/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/ieee754/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/increment/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/innerNested/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/innerNested/superConstructorCall/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/instructions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/instructions/swap/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/intrinsics/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/javaInterop/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/javaInterop/generics/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/javaInterop/notNullAssertions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/javaInterop/objectMethods/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/jdk/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/jvmField/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/jvmName/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/jvmName/fileFacades/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/jvmOverloads/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/jvmStatic/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/labels/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/lazyCodegen/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/lazyCodegen/optimizations/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/localClasses/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/mangling/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forIterator/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forIterator/longIterator/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/explicitRangeTo/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/explicitRangeTo/int/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/explicitRangeTo/long/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/explicitRangeToWithDot/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/explicitRangeToWithDot/int/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/explicitRangeToWithDot/long/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/int/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multiDecl/forRange/long/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multifileClasses/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/multifileClasses/optimized/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/nonLocalReturns/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/objectIntrinsics/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/objects/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/operatorConventions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/operatorConventions/compareTo/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/package/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/platformTypes/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/platformTypes/primitives/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/primitiveTypes/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/private/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/privateConstructors/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/properties/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/properties/const/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/properties/lateinit/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/publishedApi/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/ranges/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/ranges/contains/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/ranges/expression/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/ranges/forInDownTo/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/ranges/forInIndices/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/ranges/literal/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/ranges/nullableLoopParameter/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/annotations/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/call/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/call/bound/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/callBy/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/classes/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/classLiterals/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/constructors/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/createAnnotation/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/enclosing/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/functions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/genericSignature/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/isInstance/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/kClassInAnnotation/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/lambdaClasses/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/mapping/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/mapping/fakeOverrides/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/mapping/jvmStatic/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/mapping/types/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/methodsFromAny/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/modifiers/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/multifileClasses/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/noReflectAtRuntime/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/parameters/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/properties/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/properties/accessors/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/specialBuiltIns/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/supertypes/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/typeParameters/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/types/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/types/createType/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reflection/types/subtyping/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/regressions/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reified/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/reified/arraysReification/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/safeCall/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/sam/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/sam/constructors/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/sealed/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/secondaryConstructors/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/smap/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/smartCasts/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/specialBuiltins/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/statics/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/storeStackBeforeInline/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/strings/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/super/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/synchronized/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/syntheticAccessors/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/toArray/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/topLevelPrivate/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/traits/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/typealias/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/typeInfo/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/typeMapping/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/unaryOp/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/unit/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/vararg/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/when/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/when/enumOptimization/build-generated.gradle"
|
||||
apply from: "codegen/blackbox/when/stringOptimization/build-generated.gradle"
|
||||
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_annotations_annotatedLambda_funExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotatedLambda/funExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_annotatedLambda_lambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotatedLambda/lambda.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_annotatedLambda_samFunExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotatedLambda/samFunExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_annotatedLambda_samLambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotatedLambda/samLambda.kt"
|
||||
}
|
||||
|
||||
+74
@@ -0,0 +1,74 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_annotations_annotatedEnumEntry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotatedEnumEntry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_annotatedObjectLiteral (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotatedObjectLiteral.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_annotationsOnDefault (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotationsOnDefault.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_annotationsOnTypeAliases (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotationsOnTypeAliases.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_annotationWithKotlinProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotationWithKotlinProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_annotationWithKotlinPropertyFromInterfaceCompanion (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/annotationWithKotlinPropertyFromInterfaceCompanion.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_defaultParameterValues (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/defaultParameterValues.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_delegatedPropertySetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/delegatedPropertySetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_fileClassWithFileAnnotation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/fileClassWithFileAnnotation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_jvmAnnotationFlags (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/jvmAnnotationFlags.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_kotlinPropertyFromClassObjectAsParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/kotlinPropertyFromClassObjectAsParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_kotlinTopLevelPropertyAsParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/kotlinTopLevelPropertyAsParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_kt10136 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/kt10136.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_nestedClassPropertyAsParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/nestedClassPropertyAsParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_parameterWithPrimitiveType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/parameterWithPrimitiveType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_propertyWithPropertyInInitializerAsParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/propertyWithPropertyInInitializerAsParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_resolveWithLowPriorityAnnotation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/resolveWithLowPriorityAnnotation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_annotations_varargInAnnotationParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/annotations/varargInAnnotationParameter.kt"
|
||||
}
|
||||
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_argumentOrder_arguments (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/arguments.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_captured (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/captured.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_capturedInExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/capturedInExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_defaults (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/defaults.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_extension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/extension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_extensionInClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/extensionInClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_kt9277 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/kt9277.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_lambdaMigration (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/lambdaMigration.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_lambdaMigrationInClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/lambdaMigrationInClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_argumentOrder_simpleInClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/argumentOrder/simpleInClass.kt"
|
||||
}
|
||||
|
||||
+230
@@ -0,0 +1,230 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_arrays_arrayConstructorsSimple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/arrayConstructorsSimple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_arrayGetAssignMultiIndex (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/arrayGetAssignMultiIndex.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_arrayGetMultiIndex (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/arrayGetMultiIndex.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_arrayInstanceOf (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/arrayInstanceOf.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_arrayPlusAssign (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/arrayPlusAssign.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_arraysAreCloneable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/arraysAreCloneable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_cloneArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/cloneArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_clonePrimitiveArrays (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/clonePrimitiveArrays.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_collectionAssignGetMultiIndex (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/collectionAssignGetMultiIndex.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_collectionGetMultiIndex (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/collectionGetMultiIndex.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_forEachBooleanArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/forEachBooleanArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_forEachByteArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/forEachByteArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_forEachCharArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/forEachCharArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_forEachDoubleArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/forEachDoubleArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_forEachFloatArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/forEachFloatArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_forEachIntArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/forEachIntArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_forEachLongArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/forEachLongArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_forEachShortArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/forEachShortArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_hashMap (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/hashMap.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_indices (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/indices.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_indicesChar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/indicesChar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_inProjectionAsParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/inProjectionAsParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_inProjectionOfArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/inProjectionOfArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_inProjectionOfList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/inProjectionOfList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iterator (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iterator.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorBooleanArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorBooleanArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorByteArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorByteArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorByteArrayNextByte (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorByteArrayNextByte.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorCharArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorCharArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorDoubleArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorDoubleArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorFloatArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorFloatArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorIntArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorIntArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorLongArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorLongArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorLongArrayNextLong (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorLongArrayNextLong.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_iteratorShortArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/iteratorShortArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt1291 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt1291.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt238 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt238.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt2997 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt2997.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt33 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt33.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt3771 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt3771.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt4118 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt4118.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt4348 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt4348.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt4357 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt4357.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt503 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt503.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt594 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt594.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt602 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt602.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt7009 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt7009.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt7288 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt7288.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt7338 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt7338.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt779 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt779.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt945 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt945.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_kt950 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/kt950.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_longAsIndex (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/longAsIndex.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiArrayConstructors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiArrayConstructors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_nonLocalReturnArrayConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/nonLocalReturnArrayConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_nonNullArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/nonNullArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_stdlib (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/stdlib.kt"
|
||||
}
|
||||
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_MultiDeclFor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/MultiDeclFor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_MultiDeclForComponentExtensions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/MultiDeclForComponentExtensions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_MultiDeclForComponentMemberExtensions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/MultiDeclForComponentMemberExtensions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_MultiDeclForComponentMemberExtensionsInExtensionFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/MultiDeclForComponentMemberExtensionsInExtensionFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_MultiDeclForValCaptured (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/MultiDeclForValCaptured.kt"
|
||||
}
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_int_MultiDeclForComponentExtensions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/int/MultiDeclForComponentExtensions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_int_MultiDeclForComponentExtensionsValCaptured (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/int/MultiDeclForComponentExtensionsValCaptured.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_int_MultiDeclForComponentMemberExtensions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/int/MultiDeclForComponentMemberExtensions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_int_MultiDeclForComponentMemberExtensionsInExtensionFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/int/MultiDeclForComponentMemberExtensionsInExtensionFunction.kt"
|
||||
}
|
||||
|
||||
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_long_MultiDeclForComponentExtensions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/long/MultiDeclForComponentExtensions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_long_MultiDeclForComponentExtensionsValCaptured (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/long/MultiDeclForComponentExtensionsValCaptured.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_long_MultiDeclForComponentMemberExtensions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/long/MultiDeclForComponentMemberExtensions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_arrays_multiDecl_long_MultiDeclForComponentMemberExtensionsInExtensionFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/arrays/multiDecl/long/MultiDeclForComponentMemberExtensionsInExtensionFunction.kt"
|
||||
}
|
||||
|
||||
+70
@@ -0,0 +1,70 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_binaryOp_bitwiseOp (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/bitwiseOp.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_bitwiseOpAny (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/bitwiseOpAny.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_bitwiseOpNullable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/bitwiseOpNullable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_call (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/call.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_callAny (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/callAny.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_callNullable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/callNullable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_compareWithBoxedDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/compareWithBoxedDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_compareWithBoxedLong (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/compareWithBoxedLong.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_divisionByZero (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/divisionByZero.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_intrinsic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/intrinsic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_intrinsicAny (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/intrinsicAny.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_intrinsicNullable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/intrinsicNullable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_kt11163 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/kt11163.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_kt6747_identityEquals (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/kt6747_identityEquals.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_overflowChar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/overflowChar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_overflowInt (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/overflowInt.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_binaryOp_overflowLong (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/binaryOp/overflowLong.kt"
|
||||
}
|
||||
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_boxingOptimization_casts (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/casts.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_checkcastAndInstanceOf (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/checkcastAndInstanceOf.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_fold (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/fold.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_foldRange (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/foldRange.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_kt5493 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/kt5493.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_kt5588 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/kt5588.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_kt5844 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/kt5844.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_kt6047 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/kt6047.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_kt6842 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/kt6842.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_nullCheck (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/nullCheck.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_progressions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/progressions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_safeCallWithElvis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/safeCallWithElvis.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_simpleUninitializedMerge (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/simpleUninitializedMerge.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_unsafeRemoving (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/unsafeRemoving.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_boxingOptimization_variables (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/boxingOptimization/variables.kt"
|
||||
}
|
||||
|
||||
+190
@@ -0,0 +1,190 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_bridges_complexMultiInheritance (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/complexMultiInheritance.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_complexTraitImpl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/complexTraitImpl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_delegation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/delegation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_delegationComplex (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/delegationComplex.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_delegationComplexWithList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/delegationComplexWithList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_delegationProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/delegationProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_diamond (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/diamond.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_fakeCovariantOverride (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/fakeCovariantOverride.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_fakeGenericCovariantOverride (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/fakeGenericCovariantOverride.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_fakeGenericCovariantOverrideWithDelegation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/fakeGenericCovariantOverrideWithDelegation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_fakeOverrideOfTraitImpl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/fakeOverrideOfTraitImpl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_fakeOverrideWithSeveralSuperDeclarations (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/fakeOverrideWithSeveralSuperDeclarations.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_fakeOverrideWithSynthesizedImplementation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/fakeOverrideWithSynthesizedImplementation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_genericProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/genericProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_jsName (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/jsName.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_jsNative (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/jsNative.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_kt12416 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/kt12416.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_kt1939 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/kt1939.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_kt1959 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/kt1959.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_kt2498 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/kt2498.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_kt2702 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/kt2702.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_kt2833 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/kt2833.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_kt2920 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/kt2920.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_kt318 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/kt318.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_longChainOneBridge (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/longChainOneBridge.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_manyTypeArgumentsSubstitutedSuccessively (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/manyTypeArgumentsSubstitutedSuccessively.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_methodFromTrait (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/methodFromTrait.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_noBridgeOnMutableCollectionInheritance (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/noBridgeOnMutableCollectionInheritance.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_objectClone (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/objectClone.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_overrideAbstractProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/overrideAbstractProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_overrideReturnType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/overrideReturnType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_propertyAccessorsWithoutBody (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/propertyAccessorsWithoutBody.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_propertyDiamond (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/propertyDiamond.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_propertyInConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/propertyInConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_propertySetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/propertySetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_simpleEnum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/simpleEnum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_simpleGenericMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/simpleGenericMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_simpleObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/simpleObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_simpleReturnType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/simpleReturnType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_simpleTraitImpl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/simpleTraitImpl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_simpleUpperBound (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/simpleUpperBound.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_strListContains (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/strListContains.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_traitImplInheritsTraitImpl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/traitImplInheritsTraitImpl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_twoParentsWithDifferentMethodsTwoBridges (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/twoParentsWithDifferentMethodsTwoBridges.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_twoParentsWithDifferentMethodsTwoBridges2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/twoParentsWithDifferentMethodsTwoBridges2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_twoParentsWithTheSameMethodOneBridge (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/twoParentsWithTheSameMethodOneBridge.kt"
|
||||
}
|
||||
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_abstractFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/abstractFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_boundedTypeArguments (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/boundedTypeArguments.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_delegation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/delegation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_differentErasureInSuperClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/differentErasureInSuperClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_differentErasureInSuperClassComplex (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/differentErasureInSuperClassComplex.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_enum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/enum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_genericMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/genericMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_object (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/object.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_property (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/property.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_bridges_substitutionInSuperClass_upperBound (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/bridges/substitutionInSuperClass/upperBound.kt"
|
||||
}
|
||||
|
||||
+94
@@ -0,0 +1,94 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_abstractMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/abstractMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_Collection (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/Collection.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_customReadOnlyIterator (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/customReadOnlyIterator.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_delegationToArrayList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/delegationToArrayList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_immutableRemove (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/immutableRemove.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_implementationInTrait (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/implementationInTrait.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_inheritedImplementations (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/inheritedImplementations.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_Iterator (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/Iterator.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_IteratorWithRemove (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/IteratorWithRemove.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_List (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/List.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_ListIterator (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/ListIterator.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_ListWithAllImplementations (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/ListWithAllImplementations.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_ListWithAllInheritedImplementations (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/ListWithAllInheritedImplementations.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_manyTypeParametersWithUpperBounds (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/manyTypeParametersWithUpperBounds.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_Map (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/Map.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_MapEntry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/MapEntry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_MapEntryWithSetValue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/MapEntryWithSetValue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_MapWithAllImplementations (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/MapWithAllImplementations.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_nonTrivialSubstitution (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/nonTrivialSubstitution.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_nonTrivialUpperBound (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/nonTrivialUpperBound.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_substitutedIterable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/substitutedIterable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_SubstitutedList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/SubstitutedList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_substitutedListWithExtraSuperInterface (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/substitutedListWithExtraSuperInterface.kt"
|
||||
}
|
||||
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_abstractList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/abstractList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_abstractMap (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/abstractMap.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_abstractSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/abstractSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_arrayList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/arrayList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_hashMap (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/hashMap.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_hashSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/hashSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_mapEntry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/mapEntry.kt"
|
||||
}
|
||||
|
||||
Vendored
+54
@@ -0,0 +1,54 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_callableReference_bound_array (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/array.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_companionObjectReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/companionObjectReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_enumEntryMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/enumEntryMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_kCallableNameIntrinsic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/kCallableNameIntrinsic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_kt12738 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/kt12738.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_kt15446 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/kt15446.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_multiCase (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/multiCase.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_nullReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/nullReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_objectReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/objectReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_primitiveReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/primitiveReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_simpleFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/simpleFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_simpleProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/simpleProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_syntheticExtensionOnLHS (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/syntheticExtensionOnLHS.kt"
|
||||
}
|
||||
|
||||
backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/build-generated.gradle
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_callableReference_bound_equals_nullableReceiverInEquals (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/equals/nullableReceiverInEquals.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_equals_propertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/equals/propertyAccessors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_equals_receiverInEquals (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/equals/receiverInEquals.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_equals_reflectionReference (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/equals/reflectionReference.kt"
|
||||
}
|
||||
|
||||
backend.native/tests/external/codegen/blackbox/callableReference/bound/inline/build-generated.gradle
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_callableReference_bound_inline_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/inline/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_bound_inline_simpleVal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/bound/inline/simpleVal.kt"
|
||||
}
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
Vendored
+166
@@ -0,0 +1,166 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_callableReference_function_abstractClassMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/abstractClassMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_booleanNotIntrinsic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/booleanNotIntrinsic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_classMemberFromClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/classMemberFromClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_classMemberFromExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/classMemberFromExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_classMemberFromTopLevelStringNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/classMemberFromTopLevelStringNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_classMemberFromTopLevelStringOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/classMemberFromTopLevelStringOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_classMemberFromTopLevelUnitNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/classMemberFromTopLevelUnitNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_classMemberFromTopLevelUnitOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/classMemberFromTopLevelUnitOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_constructorFromTopLevelNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/constructorFromTopLevelNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_constructorFromTopLevelOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/constructorFromTopLevelOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_enumValueOfMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/enumValueOfMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_equalsIntrinsic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/equalsIntrinsic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_extensionFromClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/extensionFromClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_extensionFromExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/extensionFromExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_extensionFromTopLevelStringNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/extensionFromTopLevelStringNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_extensionFromTopLevelStringOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/extensionFromTopLevelStringOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_extensionFromTopLevelUnitNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/extensionFromTopLevelUnitNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_extensionFromTopLevelUnitOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/extensionFromTopLevelUnitOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_genericMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/genericMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_getArityViaFunctionImpl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/getArityViaFunctionImpl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_innerConstructorFromClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/innerConstructorFromClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_innerConstructorFromExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/innerConstructorFromExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_innerConstructorFromTopLevelNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/innerConstructorFromTopLevelNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_innerConstructorFromTopLevelOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/innerConstructorFromTopLevelOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_javaCollectionsStaticMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/javaCollectionsStaticMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_nestedConstructorFromClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/nestedConstructorFromClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_nestedConstructorFromTopLevelNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/nestedConstructorFromTopLevelNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_nestedConstructorFromTopLevelOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/nestedConstructorFromTopLevelOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_newArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/newArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_overloadedFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/overloadedFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_overloadedFunVsVal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/overloadedFunVsVal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_privateClassMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/privateClassMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_sortListOfStrings (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/sortListOfStrings.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_topLevelFromClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/topLevelFromClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_topLevelFromExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/topLevelFromExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_topLevelFromTopLevelStringNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/topLevelFromTopLevelStringNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_topLevelFromTopLevelStringOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/topLevelFromTopLevelStringOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_topLevelFromTopLevelUnitNoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/topLevelFromTopLevelUnitNoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_topLevelFromTopLevelUnitOneStringArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/topLevelFromTopLevelUnitOneStringArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_traitImplMethodWithClassReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/traitImplMethodWithClassReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_traitMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/traitMember.kt"
|
||||
}
|
||||
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_captureOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/captureOuter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_classMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/classMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_closureWithSideEffect (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/closureWithSideEffect.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_constructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/constructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_constructorWithInitializer (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/constructorWithInitializer.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_enumExtendsTrait (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/enumExtendsTrait.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_extension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/extension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_extensionToLocalClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/extensionToLocalClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_extensionToPrimitive (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/extensionToPrimitive.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_extensionWithClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/extensionWithClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_genericMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/genericMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_localClassMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/localClassMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_localFunctionName (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/localFunctionName.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_localLocal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/localLocal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_recursiveClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/recursiveClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_simpleClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/simpleClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_simpleWithArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/simpleWithArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_function_local_unitWithSideEffect (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/function/local/unitWithSideEffect.kt"
|
||||
}
|
||||
|
||||
Vendored
+106
@@ -0,0 +1,106 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_callableReference_property_accessViaSubclass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/accessViaSubclass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_delegated (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/delegated.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_delegatedMutable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/delegatedMutable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_enumNameOrdinal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/enumNameOrdinal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_extensionToArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/extensionToArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_genericProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/genericProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_invokePropertyReference (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/invokePropertyReference.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_javaBeanConvention (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/javaBeanConvention.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_kClassInstanceIsInitializedFirst (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/kClassInstanceIsInitializedFirst.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_kt12044 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/kt12044.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_kt12982_protectedPropertyReference (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/kt12982_protectedPropertyReference.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_kt14330 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/kt14330.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_kt14330_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/kt14330_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_kt15447 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/kt15447.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_kt6870_privatePropertyReference (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/kt6870_privatePropertyReference.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_listOfStringsMapLength (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/listOfStringsMapLength.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_localClassVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/localClassVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_overriddenInSubclass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/overriddenInSubclass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_privateSetterInsideClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/privateSetterInsideClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_privateSetterOutsideClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/privateSetterOutsideClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_simpleExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/simpleExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_simpleMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/simpleMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_simpleMutableExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/simpleMutableExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_simpleMutableMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/simpleMutableMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_simpleMutableTopLevel (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/simpleMutableTopLevel.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_callableReference_property_simpleTopLevel (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/callableReference/property/simpleTopLevel.kt"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,82 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_casts_as (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/as.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_asForConstants (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/asForConstants.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_asSafe (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/asSafe.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_asSafeFail (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/asSafeFail.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_asSafeForConstants (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/asSafeForConstants.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_asUnit (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/asUnit.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_asWithGeneric (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/asWithGeneric.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_castGenericNull (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/castGenericNull.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_intersectionTypeMultipleBounds (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/intersectionTypeMultipleBounds.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_intersectionTypeMultipleBoundsImplicitReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/intersectionTypeMultipleBoundsImplicitReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_intersectionTypeSmartcast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/intersectionTypeSmartcast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_intersectionTypeWithMultipleBoundsAsReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/intersectionTypeWithMultipleBoundsAsReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_intersectionTypeWithoutGenericsAsReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/intersectionTypeWithoutGenericsAsReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_is (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/is.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_lambdaToUnitCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/lambdaToUnitCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_notIs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/notIs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_unitAsAny (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/unitAsAny.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_unitAsInt (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/unitAsInt.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_unitAsSafeAny (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/unitAsSafeAny.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_unitNullableCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/unitNullableCast.kt"
|
||||
}
|
||||
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_casts_functions_asFunKBig (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/asFunKBig.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_asFunKSmall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/asFunKSmall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_isFunKBig (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/isFunKBig.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_isFunKSmall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/isFunKSmall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_javaTypeIsFunK (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/javaTypeIsFunK.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_reifiedAsFunKBig (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/reifiedAsFunKBig.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_reifiedAsFunKSmall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/reifiedAsFunKSmall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_reifiedIsFunKBig (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/reifiedIsFunKBig.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_reifiedIsFunKSmall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/reifiedIsFunKSmall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_reifiedSafeAsFunKBig (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/reifiedSafeAsFunKBig.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_reifiedSafeAsFunKSmall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/reifiedSafeAsFunKSmall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_safeAsFunKBig (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/safeAsFunKBig.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_functions_safeAsFunKSmall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/functions/safeAsFunKSmall.kt"
|
||||
}
|
||||
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_casts_literalExpressionAsGenericArgument_binaryExpressionCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/literalExpressionAsGenericArgument/binaryExpressionCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_literalExpressionAsGenericArgument_javaBox (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/literalExpressionAsGenericArgument/javaBox.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_literalExpressionAsGenericArgument_labeledExpressionCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/literalExpressionAsGenericArgument/labeledExpressionCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_literalExpressionAsGenericArgument_parenthesizedExpressionCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/literalExpressionAsGenericArgument/parenthesizedExpressionCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_literalExpressionAsGenericArgument_superConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/literalExpressionAsGenericArgument/superConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_literalExpressionAsGenericArgument_unaryExpressionCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/literalExpressionAsGenericArgument/unaryExpressionCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_literalExpressionAsGenericArgument_vararg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/literalExpressionAsGenericArgument/vararg.kt"
|
||||
}
|
||||
|
||||
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_casts_mutableCollections_asWithMutable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/mutableCollections/asWithMutable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_mutableCollections_isWithMutable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/mutableCollections/isWithMutable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_mutableCollections_mutabilityMarkerInterfaces (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/mutableCollections/mutabilityMarkerInterfaces.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_mutableCollections_reifiedAsWithMutable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/mutableCollections/reifiedAsWithMutable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_mutableCollections_reifiedIsWithMutable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/mutableCollections/reifiedIsWithMutable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_mutableCollections_reifiedSafeAsWithMutable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/mutableCollections/reifiedSafeAsWithMutable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_mutableCollections_safeAsWithMutable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/mutableCollections/safeAsWithMutable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_casts_mutableCollections_weirdMutableCasts (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/casts/mutableCollections/weirdMutableCasts.kt"
|
||||
}
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_classLiteral_bound_javaIntrinsicWithSideEffect (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/bound/javaIntrinsicWithSideEffect.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_bound_primitives (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/bound/primitives.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_bound_sideEffect (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/bound/sideEffect.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_bound_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/bound/simple.kt"
|
||||
}
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_classLiteral_primitiveKClassEquality (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/primitiveKClassEquality.kt"
|
||||
}
|
||||
|
||||
+34
@@ -0,0 +1,34 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_classLiteral_java_java (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/java/java.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_java_javaObjectType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/java/javaObjectType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_java_javaObjectTypeReified (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/java/javaObjectTypeReified.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_java_javaPrimitiveType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/java/javaPrimitiveType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_java_javaPrimitiveTypeReified (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/java/javaPrimitiveTypeReified.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_java_javaReified (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/java/javaReified.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_java_kt11943 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/java/kt11943.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classLiteral_java_objectSuperConstructorCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classLiteral/java/objectSuperConstructorCall.kt"
|
||||
}
|
||||
|
||||
+458
@@ -0,0 +1,458 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_classes_boxPrimitiveTypeInClinitOfClassObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/boxPrimitiveTypeInClinitOfClassObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classCompanionInitializationWithJava (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classCompanionInitializationWithJava.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classNamedAsOldPackageFacade (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classNamedAsOldPackageFacade.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObjectAsExtensionReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObjectAsExtensionReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObjectAsStaticInitializer (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObjectAsStaticInitializer.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObjectField (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObjectField.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObjectInTrait (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObjectInTrait.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObjectNotOfEnum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObjectNotOfEnum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObjectsWithParentClasses (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObjectsWithParentClasses.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObjectToString (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObjectToString.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_classObjectWithPrivateGenericMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/classObjectWithPrivateGenericMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_defaultObjectSameNamesAsInOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/defaultObjectSameNamesAsInOuter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_delegation2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/delegation2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_delegation3 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/delegation3.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_delegation4 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/delegation4.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_delegationGenericArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/delegationGenericArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_delegationGenericArgUpperBound (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/delegationGenericArgUpperBound.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_delegationGenericLongArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/delegationGenericLongArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_delegationJava (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/delegationJava.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_delegationMethodsWithArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/delegationMethodsWithArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_exceptionConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/exceptionConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_extensionOnNamedClassObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/extensionOnNamedClassObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_funDelegation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/funDelegation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_implementComparableInSubclass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/implementComparableInSubclass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inheritance (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inheritance.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inheritedInnerClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inheritedInnerClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inheritedMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inheritedMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inheritSetAndHashSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inheritSetAndHashSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_initializerBlock (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/initializerBlock.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_initializerBlockDImpl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/initializerBlockDImpl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_innerClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/innerClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_interfaceCompanionInitializationWithJava (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/interfaceCompanionInitializationWithJava.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1018 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1018.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1120 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1120.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1134 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1134.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1157 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1157.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1247 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1247.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1345 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1345.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1439 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1439.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1535 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1535.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1538 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1538.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1578 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1578.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1611 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1611.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1721 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1721.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1726 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1726.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1759 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1759.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1891 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1891.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1918 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1918.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1976 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1976.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt1980 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt1980.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2224 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2224.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2288 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2288.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2384 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2384.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2390 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2390.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2391 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2391.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2395 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2395.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2417 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2417.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2477 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2477.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2480 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2480.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2482 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2482.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2485 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2485.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt249 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt249.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2532 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2532.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2566 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2566.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2566_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2566_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2607 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2607.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2626 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2626.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2711 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2711.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt2784 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt2784.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt285 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt285.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt3001 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt3001.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt3114 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt3114.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt3414 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt3414.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt343 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt343.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt3546 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt3546.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt454 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt454.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt471 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt471.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt48 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt48.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt496 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt496.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt500 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt500.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt501 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt501.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt504 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt504.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt508 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt508.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt5347 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt5347.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt6136 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt6136.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt633 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt633.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt6816 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt6816.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt707 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt707.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt723 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt723.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt725 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt725.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt8011 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt8011.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt8011a (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt8011a.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt903 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt903.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt940 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt940.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_kt9642 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/kt9642.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_namedClassObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/namedClassObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_outerThis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/outerThis.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_overloadBinaryOperator (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/overloadBinaryOperator.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_overloadPlusAssign (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/overloadPlusAssign.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_overloadPlusAssignReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/overloadPlusAssignReturn.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_overloadPlusToPlusAssign (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/overloadPlusToPlusAssign.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_overloadUnaryOperator (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/overloadUnaryOperator.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_privateOuterFunctions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/privateOuterFunctions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_privateOuterProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/privateOuterProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_privateToThis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/privateToThis.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_propertyDelegation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/propertyDelegation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_propertyInInitializer (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/propertyInInitializer.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_rightHandOverride (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/rightHandOverride.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_sealedInSameFile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/sealedInSameFile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_selfcreate (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/selfcreate.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_simpleBox (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/simpleBox.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_superConstructorCallWithComplexArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/superConstructorCallWithComplexArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_typedDelegation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/typedDelegation.kt"
|
||||
}
|
||||
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_classes_inner_instantiateInDerived (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inner/instantiateInDerived.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inner_instantiateInDerivedLabeled (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inner/instantiateInDerivedLabeled.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inner_instantiateInSameClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inner/instantiateInSameClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inner_kt6708 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inner/kt6708.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inner_properOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inner/properOuter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_classes_inner_properSuperLinking (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/classes/inner/properSuperLinking.kt"
|
||||
}
|
||||
|
||||
+150
@@ -0,0 +1,150 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_closures_capturedLocalGenericFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/capturedLocalGenericFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_captureExtensionReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureExtensionReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureInsideConstrucor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureInsideConstrucor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureOnTopLevel1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureOnTopLevel1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureOnTopLevel2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureOnTopLevel2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureWithParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureWithParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureWithParameterAndBoxing (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureWithParameterAndBoxing.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_doubleEnclosedLocalVariable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/doubleEnclosedLocalVariable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_enclosingLocalVariable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/enclosingLocalVariable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_enclosingThis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/enclosingThis.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_extensionClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/extensionClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt10044 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt10044.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt11634 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt11634.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt11634_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt11634_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt11634_3 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt11634_3.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt11634_4 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt11634_4.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt2151 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt2151.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt3152 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt3152.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt3523 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt3523.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt3738 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt3738.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt3905 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt3905.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt4106 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt4106.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt4137 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt4137.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_kt5589 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/kt5589.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_localClassFunClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/localClassFunClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_localClassLambdaClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/localClassLambdaClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_localFunctionInFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/localFunctionInFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_localFunctionInInitializer (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/localFunctionInInitializer.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_localGenericFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/localGenericFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_localReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/localReturn.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_localReturnWithAutolabel (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/localReturnWithAutolabel.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_noRefToOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/noRefToOuter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_recursiveClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/recursiveClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_simplestClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/simplestClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_simplestClosureAndBoxing (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/simplestClosureAndBoxing.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_subclosuresWithinInitializers (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/subclosuresWithinInitializers.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_underscoreParameters (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/underscoreParameters.kt"
|
||||
}
|
||||
|
||||
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_closures_captureOuterProperty_captureFunctionInProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureOuterProperty/captureFunctionInProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_captureOuterProperty_inFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureOuterProperty/inFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_captureOuterProperty_inProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureOuterProperty/inProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_captureOuterProperty_inPropertyDeepObjectChain (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureOuterProperty/inPropertyDeepObjectChain.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_captureOuterProperty_inPropertyFromSuperClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureOuterProperty/inPropertyFromSuperClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_captureOuterProperty_inPropertyFromSuperSuperClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureOuterProperty/inPropertyFromSuperSuperClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_captureOuterProperty_kt4176 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureOuterProperty/kt4176.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_captureOuterProperty_kt4656 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/captureOuterProperty/kt4656.kt"
|
||||
}
|
||||
|
||||
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_closures_closureInsideClosure_localFunInsideLocalFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureInsideClosure/localFunInsideLocalFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureInsideClosure_localFunInsideLocalFunDifferentSignatures (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureInsideClosure/localFunInsideLocalFunDifferentSignatures.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureInsideClosure_propertyAndFunctionNameClash (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureInsideClosure/propertyAndFunctionNameClash.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureInsideClosure_threeLevels (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureInsideClosure/threeLevels.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureInsideClosure_threeLevelsDifferentSignatures (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureInsideClosure/threeLevelsDifferentSignatures.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_closures_closureInsideClosure_varAsFunInsideLocalFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/closures/closureInsideClosure/varAsFunInsideLocalFun.kt"
|
||||
}
|
||||
|
||||
+74
@@ -0,0 +1,74 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_collections_charSequence (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/charSequence.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_implementCollectionThroughKotlin (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/implementCollectionThroughKotlin.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_inSetWithSmartCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/inSetWithSmartCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_irrelevantImplCharSequence (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/irrelevantImplCharSequence.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_irrelevantImplCharSequenceKotlin (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/irrelevantImplCharSequenceKotlin.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_irrelevantImplMutableList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/irrelevantImplMutableList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_irrelevantImplMutableListKotlin (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/irrelevantImplMutableListKotlin.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_irrelevantImplMutableListSubstitution (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/irrelevantImplMutableListSubstitution.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_irrelevantRemoveAtOverrideInJava (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/irrelevantRemoveAtOverrideInJava.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_irrelevantSizeOverrideInJava (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/irrelevantSizeOverrideInJava.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_mutableList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/mutableList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_noStubsInJavaSuperClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/noStubsInJavaSuperClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_platformValueContains (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/platformValueContains.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_readOnlyList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/readOnlyList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_readOnlyMap (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/readOnlyMap.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_removeAtInt (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/removeAtInt.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_strList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/strList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_collections_toArrayInJavaClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/collections/toArrayInJavaClass.kt"
|
||||
}
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_compatibility_dataClassEqualsHashCodeToString (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/compatibility/dataClassEqualsHashCodeToString.kt"
|
||||
}
|
||||
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_constants_constantsInWhen (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/constants/constantsInWhen.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_constants_float (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/constants/float.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_constants_kt9532 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/constants/kt9532.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_constants_long (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/constants/long.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_constants_privateConst (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/constants/privateConst.kt"
|
||||
}
|
||||
|
||||
+58
@@ -0,0 +1,58 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_breakFromOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/breakFromOuter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_breakInDoWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/breakInDoWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_breakInExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/breakInExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_continueInDoWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/continueInDoWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_continueInExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/continueInExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_inlineWithStack (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/inlineWithStack.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_innerLoopWithStack (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/innerLoopWithStack.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_kt14581 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/kt14581.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_kt9022And (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/kt9022And.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_kt9022Or (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/kt9022Or.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_popSizes (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/popSizes.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_tryFinally1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/tryFinally1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_tryFinally2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/tryFinally2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_whileTrueBreak (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/whileTrueBreak.kt"
|
||||
}
|
||||
|
||||
+270
@@ -0,0 +1,270 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_controlStructures_bottles (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/bottles.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakInFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakInFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_compareBoxedIntegerToZero (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/compareBoxedIntegerToZero.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_conditionOfEmptyIf (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/conditionOfEmptyIf.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueInExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueInExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueInFor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueInFor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueInForCondition (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueInForCondition.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueInWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueInWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueToLabelInFor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueToLabelInFor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_doWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/doWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_doWhileFib (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/doWhileFib.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_doWhileWithContinue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/doWhileWithContinue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_emptyDoWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/emptyDoWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_emptyFor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/emptyFor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_emptyWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/emptyWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_factorialTest (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/factorialTest.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_finallyOnEmptyReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/finallyOnEmptyReturn.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forArrayList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forArrayList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forArrayListMultiDecl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forArrayListMultiDecl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forInSmartCastToArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forInSmartCastToArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forIntArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forIntArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forLoopMemberExtensionAll (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forLoopMemberExtensionAll.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forLoopMemberExtensionHasNext (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forLoopMemberExtensionHasNext.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forLoopMemberExtensionNext (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forLoopMemberExtensionNext.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forNullableIntArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forNullableIntArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forPrimitiveIntArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forPrimitiveIntArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forUserType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forUserType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_inRangeConditionsInWhen (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/inRangeConditionsInWhen.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt12908 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt12908.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt12908_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt12908_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt1441 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt1441.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt14839 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt14839.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt1688 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt1688.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt1742 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt1742.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt1899 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt1899.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2147 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2147.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2259 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2259.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2291 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2291.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt237 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt237.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2416 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2416.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2423 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2423.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2577 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2577.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2597 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2597.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt299 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt299.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3087 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3087.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3203_1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3203_1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3203_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3203_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3273 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3273.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3280 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3280.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3574 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3574.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt416 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt416.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt513 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt513.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt628 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt628.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt769 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt769.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt772 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt772.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt773 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt773.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt8148 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt8148.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt8148_break (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt8148_break.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt8148_continue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt8148_continue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt870 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt870.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt9022Return (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt9022Return.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt9022Throw (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt9022Throw.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt910 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt910.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt958 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt958.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_longRange (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/longRange.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_quicksort (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/quicksort.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchFinallyChain (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchFinallyChain.kt"
|
||||
}
|
||||
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_ifElse (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/ifElse.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_inlineMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/inlineMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_propertyGetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/propertyGetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_tryCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/tryCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_when (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/when.kt"
|
||||
}
|
||||
|
||||
+90
@@ -0,0 +1,90 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_catch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/catch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_complexChain (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/complexChain.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_deadTryCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/deadTryCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_differentTypes (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/differentTypes.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_expectException (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/expectException.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_finally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/finally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_inlineTryCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/inlineTryCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_inlineTryExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/inlineTryExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_inlineTryFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/inlineTryFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_kt8608 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/kt8608.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_kt9644try (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/kt9644try.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_multipleCatchBlocks (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/multipleCatchBlocks.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_splitTry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/splitTry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_splitTryCorner1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/splitTryCorner1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_splitTryCorner2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/splitTryCorner2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_try (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/try.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryAfterTry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryAfterTry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryAndBreak (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryAndBreak.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryAndContinue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryAndContinue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryInsideCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryInsideCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryInsideTry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryInsideTry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_unmatchedInlineMarkers (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/unmatchedInlineMarkers.kt"
|
||||
}
|
||||
|
||||
+198
@@ -0,0 +1,198 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_coroutines_asyncIterator (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/asyncIterator.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_await (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/await.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_beginWithException (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/beginWithException.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_beginWithExceptionNoHandleException (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/beginWithExceptionNoHandleException.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_coercionToUnit (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/coercionToUnit.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controllerAccessFromInnerLambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controllerAccessFromInnerLambda.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_defaultParametersInSuspend (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/defaultParametersInSuspend.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_dispatchResume (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/dispatchResume.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_emptyClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/emptyClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_falseUnitCoercion (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/falseUnitCoercion.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_generate (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/generate.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_handleException (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/handleException.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_handleResultCallEmptyBody (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/handleResultCallEmptyBody.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_handleResultNonUnitExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/handleResultNonUnitExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_handleResultSuspended (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/handleResultSuspended.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_illegalState (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/illegalState.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_inlinedTryCatchFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/inlinedTryCatchFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_inlineSuspendFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/inlineSuspendFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_innerSuspensionCalls (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/innerSuspensionCalls.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_instanceOfContinuation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/instanceOfContinuation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_iterateOverArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/iterateOverArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_kt12958 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/kt12958.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_lastExpressionIsLoop (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/lastExpressionIsLoop.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_lastStatementInc (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/lastStatementInc.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_lastStementAssignment (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/lastStementAssignment.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_lastUnitExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/lastUnitExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_multipleInvokeCalls (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/multipleInvokeCalls.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_multipleInvokeCallsInsideInlineLambda1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_multipleInvokeCallsInsideInlineLambda2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_multipleInvokeCallsInsideInlineLambda3 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda3.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_nestedTryCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/nestedTryCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_nonLocalReturnFromInlineLambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/nonLocalReturnFromInlineLambda.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_nonLocalReturnFromInlineLambdaDeep (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/nonLocalReturnFromInlineLambdaDeep.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_noSuspensionPoints (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/noSuspensionPoints.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_returnByLabel (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/returnByLabel.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_simpleException (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/simpleException.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_simpleWithHandleResult (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/simpleWithHandleResult.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_statementLikeLastExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/statementLikeLastExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_suspendDelegation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/suspendDelegation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_suspendFromInlineLambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/suspendFromInlineLambda.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_suspendInCycle (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/suspendInCycle.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_suspendInTheMiddleOfObjectConstruction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/suspendInTheMiddleOfObjectConstruction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_tryCatchFinallyWithHandleResult (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/tryCatchFinallyWithHandleResult.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_tryCatchWithHandleResult (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/tryCatchWithHandleResult.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_tryFinallyInsideInlineLambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/tryFinallyInsideInlineLambda.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_tryFinallyWithHandleResult (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/tryFinallyWithHandleResult.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_varValueConflictsWithTable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/varValueConflictsWithTable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_varValueConflictsWithTableSameSort (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/varValueConflictsWithTableSameSort.kt"
|
||||
}
|
||||
|
||||
Vendored
+46
@@ -0,0 +1,46 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_breakFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/breakFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_breakStatement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/breakStatement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_doWhileStatement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/doWhileStatement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_forContinue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/forContinue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_forStatement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/forStatement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_ifStatement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/ifStatement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_returnFromFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/returnFromFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_switchLikeWhen (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/switchLikeWhen.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_throwFromCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/throwFromCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_throwInTryWithHandleResult (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/throwInTryWithHandleResult.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_controlFlow_whileStatement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/controlFlow/whileStatement.kt"
|
||||
}
|
||||
|
||||
Vendored
+42
@@ -0,0 +1,42 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_complicatedMerge (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/complicatedMerge.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_i2bResult (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/i2bResult.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_loadFromBooleanArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_loadFromByteArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/loadFromByteArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_noVariableInTable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/noVariableInTable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_sameIconst1ManyVars (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_usedInArrayStore (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/usedInArrayStore.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_usedInMethodCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/usedInMethodCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_usedInPutfield (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/usedInPutfield.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_intLikeVarSpilling_usedInVarStore (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/intLikeVarSpilling/usedInVarStore.kt"
|
||||
}
|
||||
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_coroutines_multiModule_inlineFunctionWithOptionalParam (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/multiModule/inlineFunctionWithOptionalParam.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_multiModule_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/multiModule/simple.kt"
|
||||
}
|
||||
|
||||
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_coroutines_stackUnwinding_exception (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/stackUnwinding/exception.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_stackUnwinding_inlineSuspendFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/stackUnwinding/inlineSuspendFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_stackUnwinding_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/stackUnwinding/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_stackUnwinding_suspendInCycle (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/stackUnwinding/suspendInCycle.kt"
|
||||
}
|
||||
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_coroutines_suspendFunctionTypeCall_manyParameters (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/suspendFunctionTypeCall/manyParameters.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_suspendFunctionTypeCall_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/suspendFunctionTypeCall/simple.kt"
|
||||
}
|
||||
|
||||
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_coroutines_unitTypeReturn_coroutineNonLocalReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_unitTypeReturn_coroutineReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/unitTypeReturn/coroutineReturn.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_unitTypeReturn_suspendNonLocalReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_coroutines_unitTypeReturn_suspendReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/coroutines/unitTypeReturn/suspendReturn.kt"
|
||||
}
|
||||
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_dataClasses_arrayParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/arrayParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_changingVarParam (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/changingVarParam.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_doubleParam (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/doubleParam.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_floatParam (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/floatParam.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_genericParam (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/genericParam.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_kt5002 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/kt5002.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_mixedParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/mixedParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_multiDeclaration (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/multiDeclaration.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_multiDeclarationFor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/multiDeclarationFor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_nonTrivialFinalMemberInSuperClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/nonTrivialFinalMemberInSuperClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_nonTrivialMemberInSuperClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/nonTrivialMemberInSuperClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_privateValParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/privateValParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_twoValParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/twoValParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_twoVarParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/twoVarParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_unitComponent (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/unitComponent.kt"
|
||||
}
|
||||
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_dataClasses_copy_constructorWithDefaultParam (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/copy/constructorWithDefaultParam.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_copy_copyInObjectNestedDataClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/copy/copyInObjectNestedDataClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_copy_kt12708 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/copy/kt12708.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_copy_kt3033 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/copy/kt3033.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_copy_valInConstructorParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/copy/valInConstructorParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_copy_varInConstructorParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/copy/varInConstructorParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_copy_withGenericParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/copy/withGenericParameter.kt"
|
||||
}
|
||||
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_dataClasses_equals_alreadyDeclared (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/equals/alreadyDeclared.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_equals_alreadyDeclaredWrongSignature (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/equals/alreadyDeclaredWrongSignature.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_equals_genericarray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/equals/genericarray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_equals_intarray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/equals/intarray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_equals_nullother (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/equals/nullother.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_equals_sameinstance (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/equals/sameinstance.kt"
|
||||
}
|
||||
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_alreadyDeclared (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/alreadyDeclared.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_alreadyDeclaredWrongSignature (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_array (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/array.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_boolean (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/boolean.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_byte (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/byte.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_char (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/char.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_double (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/double.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_float (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/float.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_genericNull (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/genericNull.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_int (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/int.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_long (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/long.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_null (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/null.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_hashCode_short (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/hashCode/short.kt"
|
||||
}
|
||||
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_dataClasses_toString_alreadyDeclared (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/toString/alreadyDeclared.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_toString_alreadyDeclaredWrongSignature (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/toString/alreadyDeclaredWrongSignature.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_toString_arrayParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/toString/arrayParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_toString_changingVarParam (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/toString/changingVarParam.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_toString_genericParam (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/toString/genericParam.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_toString_mixedParams (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/toString/mixedParams.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_dataClasses_toString_unitComponent (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/dataClasses/toString/unitComponent.kt"
|
||||
}
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_deadCodeElimination_emptyVariableRange (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/deadCodeElimination/emptyVariableRange.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_deadCodeElimination_intersectingVariableRange (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/deadCodeElimination/intersectingVariableRange.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_deadCodeElimination_intersectingVariableRangeInFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/deadCodeElimination/intersectingVariableRangeInFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_deadCodeElimination_kt14357 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/deadCodeElimination/kt14357.kt"
|
||||
}
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_defaultArguments_kt6382 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/kt6382.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_protected (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/protected.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_simpleFromOtherFile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/simpleFromOtherFile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_superCallCheck (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/superCallCheck.kt"
|
||||
}
|
||||
|
||||
Vendored
+54
@@ -0,0 +1,54 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_annotation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/annotation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_checkIfConstructorIsSynthetic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_defArgs1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/defArgs1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_defArgs1InnerClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/defArgs1InnerClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_defArgs2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/defArgs2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_doubleDefArgs1InnerClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/doubleDefArgs1InnerClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_enum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/enum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_enumWithOneDefArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/enumWithOneDefArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_enumWithTwoDefArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/enumWithTwoDefArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_enumWithTwoDoubleDefArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/enumWithTwoDoubleDefArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_kt2852 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/kt2852.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_kt3060 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/kt3060.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_constructor_manyArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/constructor/manyArgs.kt"
|
||||
}
|
||||
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_defaultArguments_convention_incWithDefaultInGetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/convention/incWithDefaultInGetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_convention_kt9140 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/convention/kt9140.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_convention_plusAssignWithDefaultInGetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/convention/plusAssignWithDefaultInGetter.kt"
|
||||
}
|
||||
|
||||
Vendored
+82
@@ -0,0 +1,82 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_abstractClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/abstractClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_covariantOverride (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/covariantOverride.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_covariantOverrideGeneric (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/covariantOverrideGeneric.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_extensionFunctionManyArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/extensionFunctionManyArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_extentionFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/extentionFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_extentionFunctionDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/extentionFunctionDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_extentionFunctionDoubleTwoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/extentionFunctionDoubleTwoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_extentionFunctionInClassObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/extentionFunctionInClassObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_extentionFunctionInObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/extentionFunctionInObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_extentionFunctionWithOneDefArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/extentionFunctionWithOneDefArg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_funInTrait (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/funInTrait.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_innerExtentionFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/innerExtentionFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_innerExtentionFunctionDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/innerExtentionFunctionDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_innerExtentionFunctionDoubleTwoArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/innerExtentionFunctionDoubleTwoArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_innerExtentionFunctionManyArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/innerExtentionFunctionManyArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_kt5232 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/kt5232.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_memberFunctionManyArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/memberFunctionManyArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_mixingNamedAndPositioned (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/mixingNamedAndPositioned.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_topLevelManyArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/topLevelManyArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_function_trait (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/function/trait.kt"
|
||||
}
|
||||
|
||||
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_defaultArguments_private_memberExtensionFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/private/memberExtensionFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_private_memberFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/private/memberFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_private_primaryConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/private/primaryConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_private_secondaryConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/private/secondaryConstructor.kt"
|
||||
}
|
||||
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_defaultArguments_signature_kt2789 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/signature/kt2789.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_signature_kt9428 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/signature/kt9428.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_signature_kt9924 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/signature/kt9924.kt"
|
||||
}
|
||||
|
||||
+150
@@ -0,0 +1,150 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_delegatedProperty_accessTopLevelDelegatedPropertyInClinit (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/accessTopLevelDelegatedPropertyInClinit.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_capturePropertyInClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/capturePropertyInClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_castGetReturnType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/castGetReturnType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_castSetParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/castSetParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_delegateAsInnerClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/delegateAsInnerClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_delegateByOtherProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/delegateByOtherProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_delegateByTopLevelFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/delegateByTopLevelFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_delegateByTopLevelProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/delegateByTopLevelProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_delegateForExtProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/delegateForExtProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_delegateForExtPropertyInClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/delegateForExtPropertyInClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_delegateWithPrivateSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/delegateWithPrivateSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_extensionDelegatesWithSameNames (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/extensionDelegatesWithSameNames.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_extensionPropertyAndExtensionGetValue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/extensionPropertyAndExtensionGetValue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_genericDelegate (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/genericDelegate.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_getAsExtensionFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/getAsExtensionFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_getAsExtensionFunInClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/getAsExtensionFunInClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_inClassVal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/inClassVal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_inClassVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/inClassVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_inferredPropertyType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/inferredPropertyType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_inTrait (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/inTrait.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_kt4138 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/kt4138.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_kt6722 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/kt6722.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_kt9712 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/kt9712.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_privateSetterKPropertyIsNotMutable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/privateSetterKPropertyIsNotMutable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_privateVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/privateVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_propertyMetadataShouldBeCached (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/propertyMetadataShouldBeCached.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_protectedVarWithPrivateSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/protectedVarWithPrivateSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_setAsExtensionFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/setAsExtensionFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_setAsExtensionFunInClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/setAsExtensionFunInClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_stackOverflowOnCallFromGetValue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/stackOverflowOnCallFromGetValue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_topLevelVal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/topLevelVal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_topLevelVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/topLevelVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_twoPropByOneDelegete (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/twoPropByOneDelegete.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_useKPropertyLater (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/useKPropertyLater.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_useReflectionOnKProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/useReflectionOnKProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_valInInnerClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/valInInnerClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_varInInnerClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/varInInnerClass.kt"
|
||||
}
|
||||
|
||||
Vendored
+50
@@ -0,0 +1,50 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_capturedLocalVal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/capturedLocalVal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_capturedLocalValNoInline (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/capturedLocalValNoInline.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_capturedLocalVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/capturedLocalVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_capturedLocalVarNoInline (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/capturedLocalVarNoInline.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_inlineGetValue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/inlineGetValue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_inlineOperators (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/inlineOperators.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_kt12891 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/kt12891.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_kt13557 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/kt13557.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_localVal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/localVal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_localValNoExplicitType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/localValNoExplicitType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_localVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/localVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_local_localVarNoExplicitType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/local/localVarNoExplicitType.kt"
|
||||
}
|
||||
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_differentReceivers (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/differentReceivers.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_evaluationOrder (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/evaluationOrder.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_evaluationOrderVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/evaluationOrderVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_extensionDelegated (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/extensionDelegated.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_generic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/generic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_hostCheck (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/hostCheck.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_inClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/inClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_inlineProvideDelegate (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/inlineProvideDelegate.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_jvmStaticInObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/jvmStaticInObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_kt15437 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/kt15437.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_local (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/local.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_localCaptured (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/localCaptured.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_localDifferentReceivers (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/localDifferentReceivers.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_memberExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/memberExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegatedProperty_provideDelegate_propertyMetadata (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegatedProperty/provideDelegate/propertyMetadata.kt"
|
||||
}
|
||||
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_delegation_delegationToVal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegation/delegationToVal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_delegation_kt8154 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/delegation/kt8154.kt"
|
||||
}
|
||||
|
||||
backend.native/tests/external/codegen/blackbox/destructuringDeclInLambdaParam/build-generated.gradle
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_destructuringDeclInLambdaParam_extensionComponents (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/destructuringDeclInLambdaParam/extensionComponents.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_destructuringDeclInLambdaParam_generic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/destructuringDeclInLambdaParam/generic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_destructuringDeclInLambdaParam_inline (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/destructuringDeclInLambdaParam/inline.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_destructuringDeclInLambdaParam_otherParameters (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/destructuringDeclInLambdaParam/otherParameters.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_destructuringDeclInLambdaParam_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/destructuringDeclInLambdaParam/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_destructuringDeclInLambdaParam_stdlibUsages (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/destructuringDeclInLambdaParam/stdlibUsages.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_destructuringDeclInLambdaParam_underscoreNames (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/destructuringDeclInLambdaParam/underscoreNames.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_destructuringDeclInLambdaParam_withIndexed (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/destructuringDeclInLambdaParam/withIndexed.kt"
|
||||
}
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_inference_kt6176 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/inference/kt6176.kt"
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnClassObject1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnClassObject1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnClassObject2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnClassObject2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnClassObjectOfNestedClass1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnClassObjectOfNestedClass2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnEnum1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnEnum1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnEnum2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnEnum2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnImportedEnum1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnImportedEnum1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnImportedEnum2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnImportedEnum2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnObject1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnObject1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_invoke_onObjects_invokeOnObject2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/invoke/onObjects/invokeOnObject2.kt"
|
||||
}
|
||||
|
||||
+150
@@ -0,0 +1,150 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_defaultArgs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/defaultArgs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_defaultArgsOverridden (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/defaultArgsOverridden.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_extensionTailCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/extensionTailCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_functionWithNonTailRecursions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/functionWithNonTailRecursions.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_functionWithNoTails (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/functionWithNoTails.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_functionWithoutAnnotation (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/functionWithoutAnnotation.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_infixCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/infixCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_infixRecursiveCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/infixRecursiveCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_insideElvis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/insideElvis.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_labeledThisReferences (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/labeledThisReferences.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_loops (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/loops.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_multilevelBlocks (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/multilevelBlocks.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_realIteratorFoldl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/realIteratorFoldl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_realStringEscape (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/realStringEscape.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_realStringRepeat (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/realStringRepeat.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_recursiveCallInLambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/recursiveCallInLambda.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_recursiveCallInLocalFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/recursiveCallInLocalFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_recursiveInnerFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/recursiveInnerFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_returnIf (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/returnIf.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_returnInCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/returnInCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_returnInFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/returnInFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_returnInIfInFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/returnInIfInFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_returnInParentheses (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/returnInParentheses.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_returnInTry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/returnInTry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_simpleBlock (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/simpleBlock.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_simpleReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/simpleReturn.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_simpleReturnWithElse (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/simpleReturnWithElse.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_sum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/sum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_tailCallInBlockInParentheses (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/tailCallInBlockInParentheses.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_tailCallInParentheses (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/tailCallInParentheses.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_tailRecursionInFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/tailRecursionInFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_thisReferences (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/thisReferences.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_unitBlocks (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/unitBlocks.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_whenWithCondition (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/whenWithCondition.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_whenWithInRange (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/whenWithInRange.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_whenWithIs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/whenWithIs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_diagnostics_functions_tailRecursion_whenWithoutCondition (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/functions/tailRecursion/whenWithoutCondition.kt"
|
||||
}
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_diagnostics_vararg_kt4172 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/diagnostics/vararg/kt4172.kt"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_elvis_genericNull (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/elvis/genericNull.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_elvis_kt6694ExactAnnotationForElvis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/elvis/kt6694ExactAnnotationForElvis.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_elvis_nullNullOk (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/elvis/nullNullOk.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_elvis_primitive (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/elvis/primitive.kt"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,110 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_enum_abstractMethodInEnum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/abstractMethodInEnum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_abstractNestedClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/abstractNestedClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_asReturnExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/asReturnExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_classForEnumEntry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/classForEnumEntry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_companionObjectInEnum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/companionObjectInEnum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_emptyConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/emptyConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_emptyEnumValuesValueOf (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/emptyEnumValuesValueOf.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_enumInheritedFromTrait (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/enumInheritedFromTrait.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_enumShort (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/enumShort.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_enumWithLambdaParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/enumWithLambdaParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_inclassobj (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/inclassobj.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_inner (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/inner.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_innerWithExistingClassObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/innerWithExistingClassObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_inPackage (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/inPackage.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_kt1119 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/kt1119.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_kt2350 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/kt2350.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_kt9711 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/kt9711.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_kt9711_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/kt9711_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_modifierFlags (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/modifierFlags.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_noClassForSimpleEnum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/noClassForSimpleEnum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_objectInEnum (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/objectInEnum.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_ordinal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/ordinal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_sortEnumEntries (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/sortEnumEntries.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_superCallInEnumLiteral (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/superCallInEnumLiteral.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_toString (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/toString.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_enum_valueof (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/enum/valueof.kt"
|
||||
}
|
||||
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_evaluate_char (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/char.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_divide (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/divide.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_intrinsics (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/intrinsics.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_kt9443 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/kt9443.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_maxValue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/maxValue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_maxValueByte (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/maxValueByte.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_maxValueInt (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/maxValueInt.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_minus (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/minus.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_mod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/mod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_multiply (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/multiply.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_parenthesized (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/parenthesized.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_plus (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/plus.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_simpleCallBinary (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/simpleCallBinary.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_unaryMinus (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/unaryMinus.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_evaluate_unaryPlus (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/evaluate/unaryPlus.kt"
|
||||
}
|
||||
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_exclExcl_genericNull (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/exclExcl/genericNull.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_exclExcl_primitive (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/exclExcl/primitive.kt"
|
||||
}
|
||||
|
||||
+90
@@ -0,0 +1,90 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_extensionFunctions_executionOrder (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/executionOrder.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt1061 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt1061.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt1249 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt1249.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt1290 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt1290.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt1776 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt1776.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt1953 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt1953.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt1953_class (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt1953_class.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt3285 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt3285.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt3298 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt3298.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt3646 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt3646.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt3969 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt3969.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt4228 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt4228.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt475 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt475.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt5467 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt5467.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt606 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt606.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_kt865 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/kt865.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_nested2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/nested2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_shared (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/shared.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_simple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/simple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_thisMethodInObjectLiteral (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/thisMethodInObjectLiteral.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_virtual (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/virtual.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionFunctions_whenFail (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionFunctions/whenFail.kt"
|
||||
}
|
||||
|
||||
+58
@@ -0,0 +1,58 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_extensionProperties_accessorForPrivateSetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/accessorForPrivateSetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_genericValForPrimitiveType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/genericValForPrimitiveType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_genericValMultipleUpperBounds (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/genericValMultipleUpperBounds.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_genericVarForPrimitiveType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/genericVarForPrimitiveType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_inClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/inClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_inClassLongTypeInReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/inClassLongTypeInReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_inClassWithGetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/inClassWithGetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_inClassWithPrivateGetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/inClassWithPrivateGetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_inClassWithPrivateSetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/inClassWithPrivateSetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_inClassWithSetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/inClassWithSetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_kt9897 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/kt9897.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_kt9897_topLevel (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/kt9897_topLevel.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_topLevel (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/topLevel.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_extensionProperties_topLevelLongTypeInReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/extensionProperties/topLevelLongTypeInReceiver.kt"
|
||||
}
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_external_jvmStaticExternal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/external/jvmStaticExternal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_external_jvmStaticExternalPrivate (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/external/jvmStaticExternalPrivate.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_external_withDefaultArg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/external/withDefaultArg.kt"
|
||||
}
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_fakeOverride_diamondFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fakeOverride/diamondFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fakeOverride_function (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fakeOverride/function.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fakeOverride_propertyGetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fakeOverride/propertyGetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fakeOverride_propertySetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fakeOverride/propertySetter.kt"
|
||||
}
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_fieldRename_constructorAndClassObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fieldRename/constructorAndClassObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fieldRename_delegates (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fieldRename/delegates.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fieldRename_genericPropertyWithItself (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fieldRename/genericPropertyWithItself.kt"
|
||||
}
|
||||
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_finally_finallyAndFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/finallyAndFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_kt3549 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/kt3549.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_kt3706 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/kt3706.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_kt3867 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/kt3867.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_kt3874 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/kt3874.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_kt3894 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/kt3894.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_kt4134 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/kt4134.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_loopAndFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/loopAndFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_notChainCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/notChainCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_tryFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/tryFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_finally_tryLoopTry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/finally/tryLoopTry.kt"
|
||||
}
|
||||
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_fullJdk_charBuffer (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/charBuffer.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fullJdk_classpath (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/classpath.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fullJdk_ifInWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/ifInWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fullJdk_intCountDownLatchExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/intCountDownLatchExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fullJdk_kt434 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/kt434.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fullJdk_platformTypeAssertionStackTrace (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/platformTypeAssertionStackTrace.kt"
|
||||
}
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_fullJdk_native_nativePropertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/native/nativePropertyAccessors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fullJdk_native_simpleNative (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/native/simpleNative.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_fullJdk_native_topLevel (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/native/topLevel.kt"
|
||||
}
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_fullJdk_regressions_kt1770 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/fullJdk/regressions/kt1770.kt"
|
||||
}
|
||||
|
||||
+174
@@ -0,0 +1,174 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_functions_coerceVoidToArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/coerceVoidToArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_coerceVoidToObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/coerceVoidToObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_dataLocalVariable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/dataLocalVariable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_defaultargs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/defaultargs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_defaultargs1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/defaultargs1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_defaultargs2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/defaultargs2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_defaultargs3 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/defaultargs3.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_defaultargs4 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/defaultargs4.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_defaultargs5 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/defaultargs5.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_defaultargs6 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/defaultargs6.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_defaultargs7 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/defaultargs7.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_ea33909 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/ea33909.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_fakeDescriptorWithSeveralOverridenOne (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/fakeDescriptorWithSeveralOverridenOne.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_functionNtoString (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/functionNtoString.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_functionNtoStringGeneric (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/functionNtoStringGeneric.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_functionNtoStringNoReflect (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/functionNtoStringNoReflect.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_infixRecursiveCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/infixRecursiveCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt1038 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt1038.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt1199 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt1199.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt1413 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt1413.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt1649_1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt1649_1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt1649_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt1649_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt1739 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt1739.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt2270 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt2270.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt2271 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt2271.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt2280 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt2280.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt2481 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt2481.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt2716 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt2716.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt2739 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt2739.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt2929 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt2929.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt3214 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt3214.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt3313 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt3313.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt3573 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt3573.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt3724 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt3724.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt395 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt395.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt785 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt785.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_kt873 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/kt873.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localReturnInsideFunctionExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localReturnInsideFunctionExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_nothisnoclosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/nothisnoclosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_prefixRecursiveCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/prefixRecursiveCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_recursiveCompareTo (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/recursiveCompareTo.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_recursiveIncrementCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/recursiveIncrementCall.kt"
|
||||
}
|
||||
|
||||
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_functions_functionExpression_functionExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/functionExpression/functionExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_functionExpression_functionExpressionWithThisReference (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/functionExpression/functionExpressionWithThisReference.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_functionExpression_functionLiteralExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/functionExpression/functionLiteralExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_functionExpression_underscoreParameters (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/functionExpression/underscoreParameters.kt"
|
||||
}
|
||||
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_functions_invoke_castFunctionToExtension (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/castFunctionToExtension.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_extensionInvokeOnExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/extensionInvokeOnExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_implicitInvokeInCompanionObjectWithFunctionalArgument (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/implicitInvokeInCompanionObjectWithFunctionalArgument.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_implicitInvokeWithFunctionLiteralArgument (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/implicitInvokeWithFunctionLiteralArgument.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_invoke (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/invoke.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_invokeOnExprByConvention (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/invokeOnExprByConvention.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_invokeOnSyntheticProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/invokeOnSyntheticProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_kt3189 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/kt3189.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_kt3190 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/kt3190.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_kt3297 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/kt3297.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_kt3450getAndInvoke (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/kt3450getAndInvoke.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_kt3631invokeOnString (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/kt3631invokeOnString.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_kt3772 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/kt3772.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_kt3821invokeOnThis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/kt3821invokeOnThis.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_invoke_kt3822invokeOnThis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/invoke/kt3822invokeOnThis.kt"
|
||||
}
|
||||
|
||||
Vendored
+66
@@ -0,0 +1,66 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_callInlineLocalInLambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/callInlineLocalInLambda.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_definedWithinLambda (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/definedWithinLambda.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_definedWithinLambdaInnerUsage1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/definedWithinLambdaInnerUsage1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_definedWithinLambdaInnerUsage2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/definedWithinLambdaInnerUsage2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt2895 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt2895.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt3308 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt3308.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt3978 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt3978.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt4119 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt4119.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt4119_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt4119_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt4514 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt4514.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt4777 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt4777.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt4783 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt4783.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt4784 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt4784.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_kt4989 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/kt4989.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_localExtensionOnNullableParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/localExtensionOnNullableParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_functions_localFunctions_localFunctionInConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/functions/localFunctions/localFunctionInConstructor.kt"
|
||||
}
|
||||
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_hashPMap_empty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/empty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_manyNumbers (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/manyNumbers.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_rewriteWithDifferent (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/rewriteWithDifferent.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_rewriteWithEqual (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/rewriteWithEqual.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_simplePlusGet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/simplePlusGet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_simplePlusMinus (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/simplePlusMinus.kt"
|
||||
}
|
||||
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_ieee754_anyToReal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/anyToReal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_comparableTypeCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/comparableTypeCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_dataClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/dataClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_equalsDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/equalsDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_equalsFloat (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/equalsFloat.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_equalsNullableDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/equalsNullableDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_explicitCompareCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/explicitCompareCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_explicitEqualsCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/explicitEqualsCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_generic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/generic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_greaterDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/greaterDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_greaterFloat (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/greaterFloat.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_inline (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/inline.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_lessDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/lessDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_lessFloat (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/lessFloat.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_nullableAnyToReal (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/nullableAnyToReal.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_safeCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/safeCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_smartCastToDifferentTypes (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/smartCastToDifferentTypes.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_when (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/when.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_ieee754_whenNoSubject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/ieee754/whenNoSubject.kt"
|
||||
}
|
||||
|
||||
+90
@@ -0,0 +1,90 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_increment_arrayElement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/arrayElement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_assignPlusOnSmartCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/assignPlusOnSmartCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_augmentedAssignmentWithComplexRhs (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/augmentedAssignmentWithComplexRhs.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_classNaryGetSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/classNaryGetSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_classWithGetSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/classWithGetSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_extOnLong (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/extOnLong.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_genericClassWithGetSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/genericClassWithGetSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_memberExtOnLong (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/memberExtOnLong.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_mutableListElement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/mutableListElement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_nullable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/nullable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_postfixIncrementDoubleSmartCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/postfixIncrementDoubleSmartCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_postfixIncrementOnClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/postfixIncrementOnClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_postfixIncrementOnClassSmartCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/postfixIncrementOnClassSmartCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_postfixIncrementOnShortSmartCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/postfixIncrementOnShortSmartCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_postfixIncrementOnSmartCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/postfixIncrementOnSmartCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_postfixNullableClassIncrement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/postfixNullableClassIncrement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_postfixNullableIncrement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/postfixNullableIncrement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_prefixIncrementOnClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/prefixIncrementOnClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_prefixIncrementOnClassSmartCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/prefixIncrementOnClassSmartCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_prefixIncrementOnSmartCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/prefixIncrementOnSmartCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_prefixNullableClassIncrement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/prefixNullableClassIncrement.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_increment_prefixNullableIncrement (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/increment/prefixNullableIncrement.kt"
|
||||
}
|
||||
|
||||
+94
@@ -0,0 +1,94 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_innerNested_createdNestedInOuterMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/createdNestedInOuterMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_createNestedClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/createNestedClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_extensionFun (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/extensionFun.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_extensionToNested (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/extensionToNested.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_importNestedClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/importNestedClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_innerGeneric (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/innerGeneric.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_innerGenericClassFromJava (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/innerGenericClassFromJava.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_innerJavaClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/innerJavaClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_innerLabeledThis (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/innerLabeledThis.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_innerSimple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/innerSimple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_kt3132 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/kt3132.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_kt3927 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/kt3927.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_kt5363 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/kt5363.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_kt6804 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/kt6804.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_nestedClassInObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/nestedClassInObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_nestedClassObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/nestedClassObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_nestedEnumConstant (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/nestedEnumConstant.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_nestedGeneric (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/nestedGeneric.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_nestedInPackage (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/nestedInPackage.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_nestedObjects (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/nestedObjects.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_nestedSimple (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/nestedSimple.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_protectedNestedClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/protectedNestedClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_protectedNestedClassFromJava (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/protectedNestedClassFromJava.kt"
|
||||
}
|
||||
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_deepInnerHierarchy (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/deepInnerHierarchy.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_deepLocalHierarchy (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/deepLocalHierarchy.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_innerExtendsInnerViaSecondaryConstuctor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/innerExtendsInnerViaSecondaryConstuctor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_innerExtendsInnerWithProperOuterCapture (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/innerExtendsInnerWithProperOuterCapture.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_innerExtendsOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/innerExtendsOuter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_kt11833_1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/kt11833_1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_kt11833_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/kt11833_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_localClassOuterDiffersFromInnerOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/localClassOuterDiffersFromInnerOuter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_localExtendsInner (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/localExtendsInner.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_localExtendsLocalWithClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/localExtendsLocalWithClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_localWithClosureExtendsLocalWithClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/localWithClosureExtendsLocalWithClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectExtendsClassDefaultArgument (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectExtendsClassDefaultArgument.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectExtendsClassVararg (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectExtendsClassVararg.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectExtendsInner (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectExtendsInner.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectExtendsInnerDefaultArgument (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectExtendsInnerDefaultArgument.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectExtendsInnerOfLocalVarargAndDefault (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectExtendsInnerOfLocalVarargAndDefault.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectExtendsInnerOfLocalWithCapture (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectExtendsInnerOfLocalWithCapture.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectExtendsLocalCaptureInSuperCall (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectExtendsLocalCaptureInSuperCall.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectExtendsLocalWithClosure (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectExtendsLocalWithClosure.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_innerNested_superConstructorCall_objectOuterDiffersFromInnerOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/innerNested/superConstructorCall/objectOuterDiffersFromInnerOuter.kt"
|
||||
}
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_instructions_swap_swapRefToSharedVarInt (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/instructions/swap/swapRefToSharedVarInt.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_instructions_swap_swapRefToSharedVarLong (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/instructions/swap/swapRefToSharedVarLong.kt"
|
||||
}
|
||||
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_intrinsics_charToInt (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/charToInt.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_defaultObjectMapping (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/defaultObjectMapping.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_ea35953 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/ea35953.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_incWithLabel (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/incWithLabel.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_kt10131 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/kt10131.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_kt10131a (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/kt10131a.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_kt12125 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/kt12125.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_kt12125_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/kt12125_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_kt12125_inc (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/kt12125_inc.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_kt12125_inc_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/kt12125_inc_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_kt5937 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/kt5937.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_longRangeWithExplicitDot (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/longRangeWithExplicitDot.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_prefixIncDec (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/prefixIncDec.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_rangeFromCollection (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/rangeFromCollection.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_stringFromCollection (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/stringFromCollection.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_throwable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/throwable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_throwableCallableReference (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/throwableCallableReference.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_throwableParamOrder (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/throwableParamOrder.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_intrinsics_tostring (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/intrinsics/tostring.kt"
|
||||
}
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_javaInterop_lambdaInstanceOf (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/lambdaInstanceOf.kt"
|
||||
}
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_javaInterop_generics_allWildcardsOnClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/generics/allWildcardsOnClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_javaInterop_generics_covariantOverrideWithDeclarationSiteProjection (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_javaInterop_generics_invariantArgumentsNoWildcard (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/generics/invariantArgumentsNoWildcard.kt"
|
||||
}
|
||||
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_javaInterop_notNullAssertions_extensionReceiverParameter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/notNullAssertions/extensionReceiverParameter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_javaInterop_notNullAssertions_mapPut (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/notNullAssertions/mapPut.kt"
|
||||
}
|
||||
|
||||
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_javaInterop_objectMethods_cloneableClassWithoutClone (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/objectMethods/cloneableClassWithoutClone.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_javaInterop_objectMethods_cloneCallsConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/objectMethods/cloneCallsConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_javaInterop_objectMethods_cloneCallsSuper (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/objectMethods/cloneCallsSuper.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_javaInterop_objectMethods_cloneCallsSuperAndModifies (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/objectMethods/cloneCallsSuperAndModifies.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_javaInterop_objectMethods_cloneHashSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/objectMethods/cloneHashSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_javaInterop_objectMethods_cloneHierarchy (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/javaInterop/objectMethods/cloneHierarchy.kt"
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user