mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
21 lines
397 B
Plaintext
Vendored
21 lines
397 B
Plaintext
Vendored
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
public annotation class Ann {
|
|
public abstract method arg(): java.lang.Class
|
|
}
|
|
|
|
|
|
public final class BasicKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@Ann
|
|
public final class MyClass {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class OK {
|
|
public method <init>(): void
|
|
}
|