[K/N] Implement FirNativeObjCOutletChecker and FirNativeObjCActionChecker
^KT-61564
This commit is contained in:
committed by
Space Team
parent
08bc0a6bd0
commit
c5aed2b094
+1
-1
@@ -8,5 +8,5 @@ import platform.Foundation.*
|
||||
class Zzz : NSAssertionHandler() {
|
||||
@OptIn(kotlinx.cinterop.BetaInteropApi::class)
|
||||
@ObjCAction
|
||||
fun foo(x: String) = println(x)
|
||||
fun foo(<!MUST_BE_OBJC_OBJECT_TYPE!>x: String<!>) = println(x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user