Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
onFunctionParameter.kt
blob: e2ab5716ca4a7af1d369bf99e43746b47ae6aee1 [
file
]
// FIR_IDENTICAL
annotation
class
ann
fun test
(
@ann
p
:
Int
)
{
}
val bar
=
fun
(
@ann
g
:
Int
)
{}