Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
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()
}