blob: 83a913c237167bb87bd3e0b4ea61c4426661e35d [file]
// JVM_ABI_K1_K2_DIFF: K2 serializes annotation parameter default values (KT-59526).
// TARGET_BACKEND: JVM_IR
annotation class Ann1(val value: UByte = 41u)
annotation class Ann2(val value: UShort = 42u)
annotation class Ann3(val value: UInt = 43u)
annotation class Ann4(val value: ULong = 44u)
// 1 default=\(byte\)41
// 1 default=\(short\)42
// 1 default=43
// 1 default=44L