Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
analysis-api
/
testData
/
symbols
/
symbolByPsi
/
annotations.pretty.txt
blob: c6e87a68297ef65076d535491a6fc6aac1c88942 [
file
]
annotation class Anno(param1: kotlin.String, param2: kotlin.Int) {
val param1: kotlin.String
val param2: kotlin.Int
}
@Anno(param1 = "param", param2 = 2)
class X {
@Anno(param1 = "funparam", param2 = 3)
fun x()
}