[AA] add more tests on property accessors

^KT-54311
This commit is contained in:
Dmitrii Gridin
2022-10-17 15:28:02 +02:00
committed by Space Team
parent 6bf1cefba6
commit 3c43416042
18 changed files with 374 additions and 0 deletions
@@ -0,0 +1,12 @@
annotation class PropertyAnnotation
annotation class GetAnnotation
annotation class ExplicitGetAnnotation
annotation class ReceiverAnnotation
@Target(AnnotationTarget.TYPE)
annotation class ReceiverTypeAnnotation
@property:PropertyAnnotation
@get:GetAnnotation
val @receiver:ReceiverAnnotation @ReceiverTypeAnnotation Long.x: Int
@ExplicitGetAnnotation ge<caret>t() = 1