Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
onFunctionParameter.kt
blob: 69eff17113ccf03f5b9bca451a7e30eacfe9e283 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
annotation
class
ann
fun test
(
@ann
p
:
Int
)
{
}
val bar
=
fun
(
@ann
g
:
Int
)
{}
/* GENERATED_FIR_TAGS: annotationDeclaration, anonymousFunction, functionDeclaration, propertyDeclaration */