mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
16 lines
355 B
Plaintext
Vendored
16 lines
355 B
Plaintext
Vendored
@Simple
|
|
public final class A {
|
|
public method <init>(): void
|
|
}
|
|
|
|
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
public annotation class Simple {
|
|
public abstract method value(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class SimpleClassAnnotationKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|