[LL FIR] add lazy resolve test on conflict of compiler required annotation
^KT-62679
This commit is contained in:
committed by
Space Team
parent
a0e9cc3206
commit
27c5a0b60d
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import kotlin.annotation.AnnotationTarget.FIELD
|
||||
|
||||
object Some {
|
||||
@Target(FIELD)
|
||||
annotation class An<caret>n
|
||||
|
||||
const val FIELD = ""
|
||||
}
|
||||
Reference in New Issue
Block a user