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