NI: approximate not top-level captured types during code generation
^KT-40693 Fixed
This commit is contained in:
Generated
+5
@@ -12414,6 +12414,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/inference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, 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