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