[FIR] Approximate captured types during approximation of local types
^KT-57222 Fixed
This commit is contained in:
committed by
Space Team
parent
ad002437b4
commit
f7733e819d
Generated
+5
@@ -21164,6 +21164,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/objects"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anonymousObjectAndContrvariantProjection.kt")
|
||||
public void testAnonymousObjectAndContrvariantProjection() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/anonymousObjectAndContrvariantProjection.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("anonymousObjectPropertyInitialization.kt")
|
||||
public void testAnonymousObjectPropertyInitialization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/anonymousObjectPropertyInitialization.kt");
|
||||
|
||||
Reference in New Issue
Block a user