FIR IDE: fix unresolved file annotations arguments

This commit is contained in:
Ilya Kirillov
2021-04-06 15:37:32 +02:00
parent 790cafa671
commit a9fc3dd1ea
6 changed files with 61 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FILE: main.kt
public? final? [TYPES] fun foofoo(): R|kotlin/Int| {
public? final? [RAW_FIR] fun foofoo(): Int {
^foofoo barbar#()
}