mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
16 lines
342 B
Plaintext
Vendored
16 lines
342 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class NoArg
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class NoArg2
|
|
|
|
@NoArg
|
|
@NoArg2
|
|
@kotlin.Metadata
|
|
public final class Test {
|
|
public method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|