Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */