Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
cycleAnnotationOnReceiverParameterFunction.kt
blob: 10de6239bb25341459e801a9825adb6786de2fd6 [
file
]
// FIR_IDENTICAL
package
myPack
annotation
class
Anno
(
val number
:
Int
)
fun
@receiver
:
Anno
(<!
ANNOTATION_ARGUMENT_MUST_BE_CONST
!>
42.function
()<!>)
Int
.
function
()
=
1