[K/N][Tests] Adjust test smoke.kt to improved fake override engine
^KT-61323
This commit is contained in:
committed by
Space Team
parent
98c3147d19
commit
ecdf97c6b7
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user