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