mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
26 lines
459 B
Plaintext
Vendored
26 lines
459 B
Plaintext
Vendored
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
public annotation class Ann {
|
|
public abstract method args(): java.lang.Class[]
|
|
}
|
|
|
|
|
|
public final class ArrayKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class K {
|
|
public method <init>(): void
|
|
}
|
|
|
|
@Ann
|
|
public final class MyClass {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class O {
|
|
public method <init>(): void
|
|
}
|