[FIR] Unwrap captured types in target type of SAM conversion
^KT-66256 Fixed
This commit is contained in:
committed by
Space Team
parent
690f39b91c
commit
b875ae774e
Generated
+6
@@ -38193,6 +38193,12 @@ public class FirWasmJsCodegenBoxTestGenerated extends AbstractFirWasmJsCodegenBo
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/sam"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inProjectedSam.kt")
|
||||
public void testInProjectedSam() {
|
||||
runTest("compiler/testData/codegen/box/sam/inProjectedSam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51821.kt")
|
||||
public void testKt51821() {
|
||||
|
||||
Generated
+6
@@ -37617,6 +37617,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/sam"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inProjectedSam.kt")
|
||||
public void testInProjectedSam() {
|
||||
runTest("compiler/testData/codegen/box/sam/inProjectedSam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51821.kt")
|
||||
public void testKt51821() {
|
||||
|
||||
Reference in New Issue
Block a user