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