mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
19 lines
389 B
Plaintext
Vendored
19 lines
389 B
Plaintext
Vendored
@MyAnno
|
|
@kotlin.Metadata
|
|
public interface Base
|
|
|
|
@NoArg
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class MyAnno
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class NoArg
|
|
|
|
@MyAnno
|
|
@kotlin.Metadata
|
|
public final class Test {
|
|
public method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
} |