diff --git a/Interop/StubGenerator/src/main/kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/StubGenerator.kt b/Interop/StubGenerator/src/main/kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/StubGenerator.kt index dd1ba8e403b..3a5a30af9b1 100644 --- a/Interop/StubGenerator/src/main/kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/StubGenerator.kt +++ b/Interop/StubGenerator/src/main/kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/StubGenerator.kt @@ -750,6 +750,7 @@ class StubGenerator( add("WRONG_MODIFIER_CONTAINING_DECLARATION") // For `final val` in interface. add("PARAMETER_NAME_CHANGED_ON_OVERRIDE") add("UNUSED_PARAMETER") // For constructors. + add("MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED") // Workaround for multiple-inherited properties. } }