[FIR IDE] Fix annotation value parameter and ctor resolve
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// IGNORE_FIR
|
||||
|
||||
@java.lang.annotation.Retention(va<caret>lue = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
@java.lang.annotation.Re<caret>tention(va<caret>lue = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
annotation class Anno()
|
||||
|
||||
// REF: (in java.lang.annotation.Retention).value()
|
||||
// REF1: (java.lang.annotation).Retention
|
||||
// REF2: (in java.lang.annotation.Retention).value()
|
||||
Reference in New Issue
Block a user