6674c3f482
KT-51224 KT-51215
5 lines
224 B
Kotlin
Vendored
5 lines
224 B
Kotlin
Vendored
package kotlinx.cinterop
|
|
@Target(AnnotationTarget.TYPEALIAS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY)
|
|
@Retention(AnnotationRetention.BINARY)
|
|
annotation class UnsafeNumber(val actualPlatformTypes: Array<String>)
|