mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
13 lines
391 B
Plaintext
Vendored
13 lines
391 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class Anno {
|
|
public abstract method x(): java.lang.String[]
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class AnnotationWithEmptyArrayKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @Anno method test1(): int
|
|
public final static @Anno method test2(): int
|
|
}
|