[FIR IDE] Fix annotation value parameter and ctor resolve

This commit is contained in:
Igor Yakovlev
2021-01-26 02:37:47 +03:00
parent 019635189a
commit 659d2c13b4
4 changed files with 23 additions and 8 deletions
@@ -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()