Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
AnnotationJvmRepeatable.fir.java
blob: e7784422cea6a9ea3e587b189b4e794d5a1b82bc [
file
]
@java
.
lang
.
annotation
.
Repeatable
()
public
abstract
@interface
Two
/* Two*/
{
public
abstract
java
.
lang
.
String
name
();
// name()
}