[AA] more tests on receiver annotations

^KT-54311
^KT-54385
^KT-54417
This commit is contained in:
Dmitrii Gridin
2022-10-12 15:22:23 +02:00
committed by Space Team
parent b8a64d20ac
commit ba7d340090
22 changed files with 648 additions and 4 deletions
@@ -0,0 +1,9 @@
// DO_NOT_CHECK_SYMBOL_RESTORE_K2
annotation class ReceiverAnnotation
@Target(AnnotationTarget.TYPE)
annotation class ReceiverTypeAnnotation
fun @receiver:ReceiverAnnotation @ReceiverTypeAnnotation Int.foo() {
thi<caret>s
}