[Wasm] Build bridges for non-virtual functions that implement interfaces
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -1960,6 +1960,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/local/constructorWithInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enumExtendsTrait.kt")
|
||||
public void testEnumExtendsTrait() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/local/enumExtendsTrait.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extension.kt")
|
||||
public void testExtension() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/local/extension.kt");
|
||||
@@ -14981,6 +14986,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/regressions/kt39088.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4142.kt")
|
||||
public void testKt4142() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt4142.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4281.kt")
|
||||
public void testKt4281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt4281.kt");
|
||||
|
||||
Reference in New Issue
Block a user