[AA] add more tests on property accessors
^KT-54311
This commit is contained in:
committed by
Space Team
parent
6bf1cefba6
commit
3c43416042
Vendored
+12
@@ -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
|
||||
Reference in New Issue
Block a user