Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/experimental/experimentalUnsignedLiterals.txt
T
2018-08-06 17:45:22 +03:00

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