59 lines
2.2 KiB
Groovy
59 lines
2.2 KiB
Groovy
import org.jetbrains.kotlin.*
|
|
|
|
task codegen_blackbox_operatorConventions_annotatedAssignment (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/annotatedAssignment.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_assignmentOperations (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/assignmentOperations.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_augmentedAssignmentWithArrayLHS (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/augmentedAssignmentWithArrayLHS.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_incDecOnObject (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/incDecOnObject.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_kt14201 (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/kt14201.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_kt14201_2 (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/kt14201_2.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_kt4152 (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/kt4152.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_kt4987 (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/kt4987.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_nestedMaps (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/nestedMaps.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_operatorSetLambda (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/operatorSetLambda.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_overloadedSet (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/overloadedSet.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_percentAsModOnBigIntegerWithoutRem (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/percentAsModOnBigIntegerWithoutRem.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_remAssignmentOperation (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/remAssignmentOperation.kt"
|
|
}
|
|
|
|
task codegen_blackbox_operatorConventions_remOverModOperation (type: RunExternalTest) {
|
|
source = "codegen/blackbox/operatorConventions/remOverModOperation.kt"
|
|
}
|
|
|