af60681705
^KT-54792 Fixed ^KT-54801 ^KT-54800
12 lines
587 B
Plaintext
Vendored
12 lines
587 B
Plaintext
Vendored
@Primitives(boolean = true, byte = 7.toByte(), char = \u0025 ('%'), double = -3.14.toDouble(), float = 2.72.toFloat(), int = 239017, long = 123456789123456789.toLong(), short = 239.toShort()) class C constructor()
|
|
annotation class Primitives constructor(byte: Byte, char: Char, short: Short, int: Int, long: Long, float: Float, double: Double, boolean: Boolean) : Annotation {
|
|
val boolean: Boolean
|
|
val byte: Byte
|
|
val char: Char
|
|
val double: Double
|
|
val float: Float
|
|
val int: Int
|
|
val long: Long
|
|
val short: Short
|
|
}
|