[FIR] Check FirReceiverParameter annotations' targets
This commit is contained in:
committed by
Space Team
parent
0c77de3049
commit
343deeec1c
+1
-1
@@ -21,4 +21,4 @@ fun (<!WRONG_ANNOTATION_TARGET!>@Anno<!> Int).crane() {}
|
||||
@Target(AnnotationTarget.FILE)
|
||||
annotation class Anno2
|
||||
|
||||
fun @receiver:Anno2 Int.pain() {}
|
||||
fun <!WRONG_ANNOTATION_TARGET_WITH_USE_SITE_TARGET!>@receiver:Anno2<!> Int.pain() {}
|
||||
|
||||
Reference in New Issue
Block a user