07767f88e2
^KT-62340
53 lines
1.7 KiB
Plaintext
Vendored
53 lines
1.7 KiB
Plaintext
Vendored
library {
|
|
// module name: <primitiveArrays.kt>
|
|
|
|
library fragment {
|
|
// package name: test
|
|
|
|
// class name: test/C1
|
|
// class name: test/C2
|
|
// class name: test/PrimitiveArrays
|
|
|
|
@test/PrimitiveArrays(byteArray = [-7.toByte(), 7.toByte()], charArray = ['%', 'z'], shortArray = [239.toShort()], intArray = [239017, -1], longArray = [123456789123456789L], floatArray = [2.72f, 0.0f], doubleArray = [-3.14], booleanArray = [true, false, true])
|
|
public final class test/C1 : kotlin/Any {
|
|
|
|
public constructor()
|
|
}
|
|
|
|
@test/PrimitiveArrays(byteArray = [], charArray = [], shortArray = [], intArray = [], longArray = [], floatArray = [], doubleArray = [], booleanArray = [])
|
|
public final class test/C2 : kotlin/Any {
|
|
|
|
public constructor()
|
|
}
|
|
|
|
public final annotation class test/PrimitiveArrays : kotlin/Annotation {
|
|
|
|
public constructor(byteArray: kotlin/ByteArray, charArray: kotlin/CharArray, shortArray: kotlin/ShortArray, intArray: kotlin/IntArray, longArray: kotlin/LongArray, floatArray: kotlin/FloatArray, doubleArray: kotlin/DoubleArray, booleanArray: kotlin/BooleanArray)
|
|
|
|
public final val booleanArray: kotlin/BooleanArray
|
|
public final get
|
|
|
|
public final val byteArray: kotlin/ByteArray
|
|
public final get
|
|
|
|
public final val charArray: kotlin/CharArray
|
|
public final get
|
|
|
|
public final val doubleArray: kotlin/DoubleArray
|
|
public final get
|
|
|
|
public final val floatArray: kotlin/FloatArray
|
|
public final get
|
|
|
|
public final val intArray: kotlin/IntArray
|
|
public final get
|
|
|
|
public final val longArray: kotlin/LongArray
|
|
public final get
|
|
|
|
public final val shortArray: kotlin/ShortArray
|
|
public final get
|
|
}
|
|
}
|
|
}
|