mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
12 lines
320 B
Plaintext
Vendored
12 lines
320 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
public annotation class A {
|
|
public abstract method a(): int
|
|
}
|
|
|
|
|
|
public final class AnnotationKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @A method test1(): int
|
|
public final static @A method test2(): int
|
|
}
|