659289b41a
#KT-25580 Fixed
7 lines
338 B
Plaintext
Vendored
7 lines
338 B
Plaintext
Vendored
package
|
|
|
|
public const val unsignedConst: kotlin.UInt = 0.toUInt()
|
|
public const val unsignedLongConst: kotlin.ULong = 0.toULong()
|
|
public fun takeAll(/*0*/ b: kotlin.UByte, /*1*/ s: kotlin.UShort, /*2*/ i: kotlin.UInt, /*3*/ l: kotlin.ULong, /*4*/ vararg uints: kotlin.UInt /*kotlin.UIntArray*/): kotlin.Unit
|
|
public fun test(): kotlin.Unit
|