21 lines
432 B
Plaintext
Vendored
21 lines
432 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
public annotation class A
|
|
|
|
@kotlin.annotation.Target
|
|
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
public annotation class B {
|
|
public abstract method items(): A[]
|
|
}
|
|
|
|
@B
|
|
public final class C {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Kt10136Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|