[Wasm] Build bridges for non-virtual functions that implement interfaces

This commit is contained in:
Svyatoslav Kuzmich
2021-09-20 16:31:51 +03:00
parent 1eb9a5a86d
commit 6db7154876
4 changed files with 22 additions and 9 deletions
@@ -1,6 +1,3 @@
// DONT_TARGET_EXACT_BACKEND: WASM
// WASM_MUTE_REASON: IMPLICIT_INTERFACE_METHOD_IMPL
interface Named {
val name: String
}