14 lines
311 B
Plaintext
Vendored
14 lines
311 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class NoArg {
|
|
// source: 'simple.kt'
|
|
}
|
|
|
|
@NoArg
|
|
@kotlin.Metadata
|
|
public final class Test {
|
|
// source: 'simple.kt'
|
|
public method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|