34 lines
1.8 KiB
Plaintext
Vendored
34 lines
1.8 KiB
Plaintext
Vendored
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public final val booleans: R|kotlin/BooleanArray|
|
|
public get(): R|kotlin/BooleanArray|
|
|
|
|
public final val bytes: R|kotlin/ByteArray|
|
|
public get(): R|kotlin/ByteArray|
|
|
|
|
public final val chars: R|kotlin/CharArray|
|
|
public get(): R|kotlin/CharArray|
|
|
|
|
public final val doubles: R|kotlin/DoubleArray|
|
|
public get(): R|kotlin/DoubleArray|
|
|
|
|
public final val floats: R|kotlin/FloatArray|
|
|
public get(): R|kotlin/FloatArray|
|
|
|
|
public final val ints: R|kotlin/IntArray|
|
|
public get(): R|kotlin/IntArray|
|
|
|
|
public final val longs: R|kotlin/LongArray|
|
|
public get(): R|kotlin/LongArray|
|
|
|
|
public final val shorts: R|kotlin/ShortArray|
|
|
public get(): R|kotlin/ShortArray|
|
|
|
|
public constructor(bytes: R|kotlin/ByteArray|, shorts: R|kotlin/ShortArray|, ints: R|kotlin/IntArray|, longs: R|kotlin/LongArray|, chars: R|kotlin/CharArray|, floats: R|kotlin/FloatArray|, doubles: R|kotlin/DoubleArray|, booleans: R|kotlin/BooleanArray|): R|test/Anno|
|
|
|
|
}
|
|
|
|
@R|test/Anno|(bytes = ERROR_EXPR(Unknown value in JavaLiteralAnnotationArgument: [B@1ab59349), shorts = ERROR_EXPR(Unknown value in JavaLiteralAnnotationArgument: [S@3a9e0124), ints = ERROR_EXPR(Unknown value in JavaLiteralAnnotationArgument: [I@472931b8), longs = ERROR_EXPR(Unknown value in JavaLiteralAnnotationArgument: [J@44b10709), chars = ERROR_EXPR(Unknown value in JavaLiteralAnnotationArgument: [C@72a8fb0d), floats = ERROR_EXPR(Unknown value in JavaLiteralAnnotationArgument: [F@3875435d), doubles = ERROR_EXPR(Unknown value in JavaLiteralAnnotationArgument: [D@365f111a), booleans = ERROR_EXPR(Unknown value in JavaLiteralAnnotationArgument: [Z@7a1ac197)) public final class Klass : R|kotlin/Any| {
|
|
public constructor(): R|test/Klass|
|
|
|
|
}
|