[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 String.foo() = println(this)
|
||||
fun <!MUST_NOT_HAVE_EXTENSION_RECEIVER!>String<!>.foo() = println(this)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user