[Tests] Try structured concurrency with context receivers
This commit is contained in:
committed by
TeamCityServer
parent
097e286622
commit
add2ca1d11
+6
@@ -16255,6 +16255,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
public void testMonoidSum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/fromKEEP/monoidSum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("structuredConcurrency.kt")
|
||||
public void testStructuredConcurrency() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/fromKEEP/structuredConcurrency.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user