Make is64BitNSInteger private as it doesn't leave scope of ObjCExportCodeGenerator.kt
This commit is contained in:
committed by
Sergey Bogolepov
parent
890ebb02bb
commit
c7c285bc27
+1
-1
@@ -1325,7 +1325,7 @@ private val TypeBridge.objCEncoding: String get() = when (this) {
|
|||||||
is ValueTypeBridge -> this.objCValueType.encoding
|
is ValueTypeBridge -> this.objCValueType.encoding
|
||||||
}
|
}
|
||||||
|
|
||||||
internal fun Context.is64BitNSInteger(): Boolean = when (val target = this.config.target) {
|
private fun Context.is64BitNSInteger(): Boolean = when (val target = this.config.target) {
|
||||||
KonanTarget.IOS_X64,
|
KonanTarget.IOS_X64,
|
||||||
KonanTarget.IOS_ARM64,
|
KonanTarget.IOS_ARM64,
|
||||||
KonanTarget.TVOS_ARM64,
|
KonanTarget.TVOS_ARM64,
|
||||||
|
|||||||
Reference in New Issue
Block a user