[K/N] Fix: Ignore bridge functions in FunctionReferenceLowering
^KT-59858
This commit is contained in:
committed by
Space Team
parent
f3833fdcf8
commit
8aacdb471b
+6
@@ -37197,6 +37197,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/sam/kt56188.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59858.kt")
|
||||
public void testKt59858() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/sam/adapters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -38143,6 +38143,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/sam/kt56188.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59858.kt")
|
||||
public void testKt59858() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/sam/adapters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -36725,6 +36725,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/sam/kt56188.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59858.kt")
|
||||
public void testKt59858() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/sam/adapters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -37198,6 +37198,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/sam/kt56188.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59858.kt")
|
||||
public void testKt59858() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/sam/adapters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user