diff --git a/native/native.tests/testData/interop/objc/smoke.kt b/native/native.tests/testData/interop/objc/smoke.kt index 953fe0f2458..6b77d1f3a2b 100644 --- a/native/native.tests/testData/interop/objc/smoke.kt +++ b/native/native.tests/testData/interop/objc/smoke.kt @@ -119,7 +119,7 @@ class Bar : Foo() { } } -@Suppress("CONFLICTING_OBJC_OVERLOADS") +@Suppress("CONFLICTING_OBJC_OVERLOADS", "CONFLICTING_OVERLOADS") class MutablePairImpl(first: Int, second: Int) : NSObject(), MutablePairProtocol { private var elements = intArrayOf(first, second)