[AA] more tests on receiver annotations
^KT-54311 ^KT-54385 ^KT-54417
This commit is contained in:
committed by
Space Team
parent
b8a64d20ac
commit
ba7d340090
+7
@@ -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
|
||||
Reference in New Issue
Block a user