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