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