[JS IR] Fix findInterfaceImplementation
isOrOverridesSynthesized uses descriptors which does not work with wrapped descriptors
This commit is contained in:
+5
@@ -29167,6 +29167,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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