Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
annotations
/
ExtraAnnotations.kt
blob: 75140d1101fe01c1221242e806ca6c593782aedf [
file
]
annotation
class
Foo
(
val s
:
String
)
@Foo
(
"..."
)
class
ExtraAnnotations