Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
annotationClass.kt
blob: 7cae7e467537a5ab6c3d587a7c5a3035da422c21 [
file
]
package
test
.
a
public
annotation
class
AnnotationClass
(
val i
:
Int
,
val j
:
String
=
"a"
)