fb09f139dd
These tests were muted in 89f8821d. Seems they began to work after the
introduction of `FirReceiverParameter` in KT-54417.
7 lines
255 B
Kotlin
Vendored
7 lines
255 B
Kotlin
Vendored
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
|
annotation class ReceiverAnnotation
|
|
@Target(AnnotationTarget.TYPE)
|
|
annotation class ReceiverTypeAnnotation
|
|
|
|
val @receiver:ReceiverAnnotation @ReceiverTypeAnnotation Long.prop: Boolean get() = { t<caret>his == 1 }
|