[FIR2IR] Create IrConst instead of IrGetField for default value param in annotation class, ^KT-52676 Fixed
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// FIR_IDENTICAL
|
||||
// ISSUE: KT-52676
|
||||
|
||||
// FILE: Keyboard.java
|
||||
|
||||
public class Keyboard {
|
||||
public static final int CHAR_NONE = 1234;
|
||||
}
|
||||
|
||||
// FILE: main.kt
|
||||
|
||||
annotation class ModuleInfo(val keyBind: Int = Keyboard.CHAR_NONE)
|
||||
Reference in New Issue
Block a user