FIR: support WRONG_ANNOTATION_TARGET on expressions
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
annotation class MyAnn
|
||||
|
||||
fun bar(x: Int) {}
|
||||
|
||||
Reference in New Issue
Block a user