mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
15 lines
312 B
Plaintext
Vendored
15 lines
312 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
public annotation class Ann {
|
|
public abstract method v(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class AnnotatedObjectLiteralKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@Ann
|
|
public class My {
|
|
public method <init>(): void
|
|
}
|