NI: approximate not top-level captured types during code generation
^KT-40693 Fixed
This commit is contained in:
+5
@@ -13639,6 +13639,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/inference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("approximateNonTopLevelCapturedTypes.kt")
|
||||
public void testApproximateNonTopLevelCapturedTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/approximateNonTopLevelCapturedTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("builderInference.kt")
|
||||
public void testBuilderInference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference.kt");
|
||||
|
||||
Reference in New Issue
Block a user