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