[JS IR] Fix findInterfaceImplementation
isOrOverridesSynthesized uses descriptors which does not work with wrapped descriptors
This commit is contained in:
Generated
+5
@@ -22642,6 +22642,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/regressions/kt3903.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39088.kt")
|
||||
public void testKt39088() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt39088.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4142.kt")
|
||||
public void testKt4142() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt4142.kt");
|
||||
|
||||
Generated
+5
@@ -22697,6 +22697,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt3903.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39088.kt")
|
||||
public void testKt39088() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt39088.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4142.kt")
|
||||
public void testKt4142() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt4142.kt");
|
||||
|
||||
+5
@@ -22712,6 +22712,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt3903.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39088.kt")
|
||||
public void testKt39088() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt39088.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4142.kt")
|
||||
public void testKt4142() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt4142.kt");
|
||||
|
||||
Reference in New Issue
Block a user