[FIR] Resolve annotations as calls

This commit is contained in:
Dmitriy Novozhilov
2020-07-23 17:47:38 +03:00
committed by Mikhail Glukhikh
parent bc1fa8ed7f
commit 721b9b4d8c
99 changed files with 529 additions and 232 deletions
@@ -1,4 +1,5 @@
// FILE: JavaAnn.java
// FIR_IDENTICAL
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@@ -9,6 +10,7 @@ import java.lang.annotation.RetentionPolicy;
}
// FILE: javaAnnotation.kt
// FIR_IDENTICAL
@JavaAnn fun test1() {}
@JavaAnn(value="abc", i=123) fun test2() {}