Replace @LowPriorityInOverloadResolution with @DeprecatedSinceKotlin #KT-37101
This commit is contained in:
@@ -6562,8 +6562,9 @@ public expect fun <T> Array<out T>?.contentDeepToString(): String
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun <T> Array<out T>.contentEquals(other: Array<out T>): Boolean
|
||||
|
||||
/**
|
||||
@@ -6573,8 +6574,9 @@ public expect infix fun <T> Array<out T>.contentEquals(other: Array<out T>): Boo
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun ByteArray.contentEquals(other: ByteArray): Boolean
|
||||
|
||||
/**
|
||||
@@ -6584,8 +6586,9 @@ public expect infix fun ByteArray.contentEquals(other: ByteArray): Boolean
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun ShortArray.contentEquals(other: ShortArray): Boolean
|
||||
|
||||
/**
|
||||
@@ -6595,8 +6598,9 @@ public expect infix fun ShortArray.contentEquals(other: ShortArray): Boolean
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun IntArray.contentEquals(other: IntArray): Boolean
|
||||
|
||||
/**
|
||||
@@ -6606,8 +6610,9 @@ public expect infix fun IntArray.contentEquals(other: IntArray): Boolean
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun LongArray.contentEquals(other: LongArray): Boolean
|
||||
|
||||
/**
|
||||
@@ -6617,8 +6622,9 @@ public expect infix fun LongArray.contentEquals(other: LongArray): Boolean
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun FloatArray.contentEquals(other: FloatArray): Boolean
|
||||
|
||||
/**
|
||||
@@ -6628,8 +6634,9 @@ public expect infix fun FloatArray.contentEquals(other: FloatArray): Boolean
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun DoubleArray.contentEquals(other: DoubleArray): Boolean
|
||||
|
||||
/**
|
||||
@@ -6639,8 +6646,9 @@ public expect infix fun DoubleArray.contentEquals(other: DoubleArray): Boolean
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun BooleanArray.contentEquals(other: BooleanArray): Boolean
|
||||
|
||||
/**
|
||||
@@ -6650,8 +6658,9 @@ public expect infix fun BooleanArray.contentEquals(other: BooleanArray): Boolean
|
||||
* The elements are compared for equality with the [equals][Any.equals] function.
|
||||
* For floating point numbers it means that `NaN` is equal to itself and `-0.0` is not equal to `0.0`.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect infix fun CharArray.contentEquals(other: CharArray): Boolean
|
||||
|
||||
/**
|
||||
@@ -6747,64 +6756,73 @@ public expect infix fun CharArray?.contentEquals(other: CharArray?): Boolean
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun <T> Array<out T>.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun ByteArray.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun ShortArray.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun IntArray.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun LongArray.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun FloatArray.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun DoubleArray.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun BooleanArray.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun CharArray.contentHashCode(): Int
|
||||
|
||||
/**
|
||||
@@ -6866,8 +6884,9 @@ public expect fun CharArray?.contentHashCode(): Int
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun <T> Array<out T>.contentToString(): String
|
||||
|
||||
/**
|
||||
@@ -6875,8 +6894,9 @@ public expect fun <T> Array<out T>.contentToString(): String
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun ByteArray.contentToString(): String
|
||||
|
||||
/**
|
||||
@@ -6884,8 +6904,9 @@ public expect fun ByteArray.contentToString(): String
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun ShortArray.contentToString(): String
|
||||
|
||||
/**
|
||||
@@ -6893,8 +6914,9 @@ public expect fun ShortArray.contentToString(): String
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun IntArray.contentToString(): String
|
||||
|
||||
/**
|
||||
@@ -6902,8 +6924,9 @@ public expect fun IntArray.contentToString(): String
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun LongArray.contentToString(): String
|
||||
|
||||
/**
|
||||
@@ -6911,8 +6934,9 @@ public expect fun LongArray.contentToString(): String
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun FloatArray.contentToString(): String
|
||||
|
||||
/**
|
||||
@@ -6920,8 +6944,9 @@ public expect fun FloatArray.contentToString(): String
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun DoubleArray.contentToString(): String
|
||||
|
||||
/**
|
||||
@@ -6929,8 +6954,9 @@ public expect fun DoubleArray.contentToString(): String
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun BooleanArray.contentToString(): String
|
||||
|
||||
/**
|
||||
@@ -6938,8 +6964,9 @@ public expect fun BooleanArray.contentToString(): String
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
public expect fun CharArray.contentToString(): String
|
||||
|
||||
/**
|
||||
|
||||
@@ -3194,8 +3194,9 @@ public inline fun ShortArray.asUShortArray(): UShortArray {
|
||||
* Returns `true` if the two specified arrays are *structurally* equal to one another,
|
||||
* i.e. contain the same number of the same elements in the same order.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public infix fun UIntArray.contentEquals(other: UIntArray): Boolean {
|
||||
return this.contentEquals(other)
|
||||
@@ -3205,8 +3206,9 @@ public infix fun UIntArray.contentEquals(other: UIntArray): Boolean {
|
||||
* Returns `true` if the two specified arrays are *structurally* equal to one another,
|
||||
* i.e. contain the same number of the same elements in the same order.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public infix fun ULongArray.contentEquals(other: ULongArray): Boolean {
|
||||
return this.contentEquals(other)
|
||||
@@ -3216,8 +3218,9 @@ public infix fun ULongArray.contentEquals(other: ULongArray): Boolean {
|
||||
* Returns `true` if the two specified arrays are *structurally* equal to one another,
|
||||
* i.e. contain the same number of the same elements in the same order.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public infix fun UByteArray.contentEquals(other: UByteArray): Boolean {
|
||||
return this.contentEquals(other)
|
||||
@@ -3227,8 +3230,9 @@ public infix fun UByteArray.contentEquals(other: UByteArray): Boolean {
|
||||
* Returns `true` if the two specified arrays are *structurally* equal to one another,
|
||||
* i.e. contain the same number of the same elements in the same order.
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public infix fun UShortArray.contentEquals(other: UShortArray): Boolean {
|
||||
return this.contentEquals(other)
|
||||
@@ -3277,8 +3281,9 @@ public infix fun UShortArray?.contentEquals(other: UShortArray?): Boolean {
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public fun UIntArray.contentHashCode(): Int {
|
||||
return this.contentHashCode()
|
||||
@@ -3287,8 +3292,9 @@ public fun UIntArray.contentHashCode(): Int {
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public fun ULongArray.contentHashCode(): Int {
|
||||
return this.contentHashCode()
|
||||
@@ -3297,8 +3303,9 @@ public fun ULongArray.contentHashCode(): Int {
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public fun UByteArray.contentHashCode(): Int {
|
||||
return this.contentHashCode()
|
||||
@@ -3307,8 +3314,9 @@ public fun UByteArray.contentHashCode(): Int {
|
||||
/**
|
||||
* Returns a hash code based on the contents of this array as if it is [List].
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public fun UShortArray.contentHashCode(): Int {
|
||||
return this.contentHashCode()
|
||||
@@ -3355,8 +3363,9 @@ public fun UShortArray?.contentHashCode(): Int {
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public fun UIntArray.contentToString(): String {
|
||||
return this.contentToString()
|
||||
@@ -3367,8 +3376,9 @@ public fun UIntArray.contentToString(): String {
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public fun ULongArray.contentToString(): String {
|
||||
return this.contentToString()
|
||||
@@ -3379,8 +3389,9 @@ public fun ULongArray.contentToString(): String {
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public fun UByteArray.contentToString(): String {
|
||||
return this.contentToString()
|
||||
@@ -3391,8 +3402,9 @@ public fun UByteArray.contentToString(): String {
|
||||
*
|
||||
* @sample samples.collections.Arrays.ContentOperations.contentToString
|
||||
*/
|
||||
@Deprecated("Use Kotlin compiler 1.4 to avoid deprecation warning.")
|
||||
@SinceKotlin("1.3")
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@DeprecatedSinceKotlin(hiddenSince = "1.4")
|
||||
@ExperimentalUnsignedTypes
|
||||
public fun UShortArray.contentToString(): String {
|
||||
return this.contentToString()
|
||||
|
||||
Reference in New Issue
Block a user