[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
+9
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user