[FIR IDE] Fix annotation call reference resolve to ctor

This commit is contained in:
Igor Yakovlev
2021-01-22 00:41:12 +03:00
parent 65b6a95f64
commit 019635189a
5 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FILE: main.kt
public? final? [RAW_FIR] fun foofoo(): Int {
public? final? [TYPES] fun foofoo(): R|kotlin/Int| {
^foofoo barbar#()
}
-2
View File
@@ -1,5 +1,3 @@
// IGNORE_FIR
@file:[kotlin.<caret>Deprecated("message")]
package foo
@@ -1,5 +1,3 @@
// IGNORE_FIR
@file:[<caret>D("message")]
package foo