[MPP] Apply @UnsafeNumber to functions and properties

KT-51224
KT-51215
This commit is contained in:
Pavel Kirpichenkov
2022-02-14 10:41:03 +03:00
committed by teamcity
parent f8a1395a03
commit 6674c3f482
14 changed files with 216 additions and 75 deletions
@@ -6,8 +6,7 @@
package kotlinx.cinterop
/**
* Marker for typealias that will represent numbers of different bit width on at least two platforms,
* or function/property that have such numbers in their signature.
* Marker for declarations that depend on numeric types of different bit width on at least two platforms.
*
* @param actualPlatformTypes: Contains platform types represented as `{konanTarget}: {type fqn}`
* e.g. ["linux_x64: kotlin.Int", "linux_arm64: kotlin.Long"]