11 lines
391 B
Groovy
11 lines
391 B
Groovy
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"
|
|
}
|
|
|