FIR IDE: add a test for resolution of @Retention value

This commit is contained in:
Jinseong Jeon
2021-10-04 15:01:28 -07:00
committed by Space
parent 283e37c741
commit 8023e7fb02
3 changed files with 10 additions and 0 deletions
@@ -0,0 +1,2 @@
@Retention(AnnotationRetention.SOUR<caret>CE)
annotation class Anno
@@ -0,0 +1,2 @@
Resolved to:
0: (in kotlin.annotation.AnnotationRetention) SOURCE