backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user