[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,7 @@
annotation class ReceiverAnnotation
@Target(AnnotationTarget.TYPE)
annotation class ReceiverTypeAnnotation
val @receiver:ReceiverAnnotation @ReceiverTypeAnnotation Long.prop: Boolean get() = { t<caret>his == 1 }
// DO_NOT_CHECK_SYMBOL_RESTORE_K2