Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
AnnotationRepeatable.fir.java
blob: f27e744a33ce7ed2e15e16e5dac6c908462c98b1 [
file
]
@kotlin
.
annotation
.
Repeatable
()
public
abstract
@interface
One
/* simple.One*/
{
public
abstract
java
.
lang
.
String
value
();
// value()
}