[K/N] Adjust moved special backend checks tests
^KT-61564
This commit is contained in:
committed by
Space Team
parent
8f12bf6cc8
commit
08bc0a6bd0
+4
@@ -1,10 +1,14 @@
|
||||
// FIR_IDENTICAL
|
||||
// WITH_PLATFORM_LIBS
|
||||
import kotlinx.cinterop.*
|
||||
import platform.darwin.*
|
||||
import platform.Foundation.*
|
||||
|
||||
class Zzz : NSString {
|
||||
@OptIn(kotlinx.cinterop.BetaInteropApi::class)
|
||||
@OverrideInit
|
||||
constructor(coder: NSCoder) { }
|
||||
|
||||
@Suppress("OVERRIDE_DEPRECATION")
|
||||
override fun initWithCoder(coder: NSCoder): String? = "zzz"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user