JVM IR: recover accidentally lost backingField (KT-49998)

This commit is contained in:
Xin Wang
2021-12-10 14:46:46 +08:00
committed by Alexander Udalov
parent b6b5ecc352
commit 944fa7e2f8
7 changed files with 65 additions and 0 deletions
@@ -0,0 +1,11 @@
// 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