mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 15:51:59 +00:00
10 lines
351 B
Plaintext
Vendored
10 lines
351 B
Plaintext
Vendored
package test
|
|
|
|
public interface ArrayOfEnumInParam {
|
|
|
|
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.FIELD, AnnotationTarget.CONSTRUCTOR}) public final annotation class targetAnnotation : kotlin.Annotation {
|
|
public constructor targetAnnotation(/*0*/ value: kotlin.String)
|
|
public final val value: kotlin.String
|
|
}
|
|
}
|