Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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
)
{}